aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2008-02-13 21:42:58 +0000
committerrub <rub@piwigo.org>2008-02-13 21:42:58 +0000
commit6112911c933f099423cabdbd3276f569ecc06903 (patch)
tree5c10ba6950d4d2b7a0d4089dbe9ed914dd7f8643 /template
parentea960a5563416318ec4bfc9da81af3d2e0f7ed85 (diff)
Resolved issue 0000792: Admin "intro" : Integrity control bypass
New alignment for "Check all / Uncheck all / Check automatic corrections" links. git-svn-id: http://piwigo.org/svn/trunk@2209 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/check_integrity.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/yoga/admin/check_integrity.tpl b/template/yoga/admin/check_integrity.tpl
index ebaedf91e..1f7860369 100644
--- a/template/yoga/admin/check_integrity.tpl
+++ b/template/yoga/admin/check_integrity.tpl
@@ -52,6 +52,7 @@
<!-- END c13y -->
</table>
+ <p>
<!-- BEGIN c13y_link_check_uncheck -->
<a href="#" onclick="SelectAll(document.getElementById('c13y')); return false;">{lang:c13y_check_all}</a>
/ <a href="#" onclick="DeselectAll(document.getElementById('c13y')); return false;">{lang:c13y_uncheck_all}</a>
@@ -63,6 +64,8 @@
<!-- END c13y_do_check -->
return false;">{lang:c13y_check_auto}</a>
<!-- END c13y_link_check_automatic_correction -->
+ </p>
+
<p>
<!-- BEGIN c13y_submit_automatic_correction -->
<input class="submit" type="submit" value="{lang:c13y_submit_correction}" name="c13y_submit_correction" {TAG_INPUT_ENABLED} />