Skip to content

Commit

Permalink
Resolved issue 0000792: Admin "intro" : Integrity control bypass
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rub committed Feb 13, 2008
1 parent ea960a5 commit 6112911
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions template/yoga/admin/check_integrity.tpl
Expand Up @@ -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>
Expand All @@ -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} />
Expand Down

0 comments on commit 6112911

Please sign in to comment.