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
This commit is contained in:
rub 2008-02-13 21:42:58 +00:00
parent ea960a5563
commit 6112911c93

View file

@ -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} />