Skip to content

Commit

Permalink
Added label for captcha
Browse files Browse the repository at this point in the history
  • Loading branch information
rdoursenaud committed Jul 10, 2014
1 parent 4a57a2a commit b206cee
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions htdocs/core/tpl/login.tpl.php
Expand Up @@ -96,9 +96,12 @@
}
}
?>
<?php if ($captcha) { ?>
<?php
if ($captcha) {
// TODO: provide accessible captha variants
?>
<!-- Captcha -->
<tr><td valign="middle" class="loginfield nowrap"><b><?php echo $langs->trans('SecurityCode'); ?></b></td>
<tr><td valign="middle" class="loginfield nowrap"><label for="securitycode"><b><?php echo $langs->trans('SecurityCode'); ?></b></label></td>
<td valign="top" class="nowrap none" align="left">

<table class="login_table_securitycode" style="width: 100px;"><tr>
Expand Down

0 comments on commit b206cee

Please sign in to comment.