aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2008-03-01 22:02:40 +0000
committerrub <rub@piwigo.org>2008-03-01 22:02:40 +0000
commit1f271ceca3e74c7b077f8462086db020121e81c3 (patch)
tree3ec2ee8797d6eb82dfe3abe3a7d2c60e73da39cc /template
parent352f097fc7aaa7ecdc4932d36351727f88f0e2db (diff)
0000810: Use of new template engine [smarty]
New way for TAG_INPUT_ENABLED git-svn-id: http://piwigo.org/svn/trunk@2239 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/check_integrity.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/check_integrity.tpl b/template/yoga/admin/check_integrity.tpl
index 0d31b15e9..245a666ca 100644
--- a/template/yoga/admin/check_integrity.tpl
+++ b/template/yoga/admin/check_integrity.tpl
@@ -74,7 +74,7 @@
<!-- BEGIN c13y_submit_ignore -->
<input class="submit" type="submit" value="{lang:c13y_submit_ignore}" name="c13y_submit_ignore" {TAG_INPUT_ENABLED} />
<!-- END c13y_submit_ignore -->
- <input class="submit" type="submit" value="{lang:c13y_submit_refresh}" name="c13y_submit_refresh" {TAG_INPUT_ENABLED} />
+ <input class="submit" type="submit" value="{lang:c13y_submit_refresh}" name="c13y_submit_refresh" />
</p>
</fieldset>