diff options
Diffstat (limited to 'data/templates/login.tpl.php')
-rw-r--r-- | data/templates/login.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/login.tpl.php b/data/templates/login.tpl.php index e68ab54..e67808d 100644 --- a/data/templates/login.tpl.php +++ b/data/templates/login.tpl.php @@ -25,7 +25,7 @@ if (!$userservice->isSessionStable()) { <tr> <th align="left"><label for="password"><?php echo T_('Password'); ?></label></th> <td><input type="password" id="password" name="password" size="20" /></td> - <td><input type="checkbox" name="keeppass" value="yes" /> <?php echo T_("Don't ask for my password for 2 weeks"); ?>.</td> + <td><input type="checkbox" name="keeppass" id="keeppass" value="yes" /> <label for="keeppass"><?php echo T_("Don't ask for my password for 2 weeks"); ?>.</label></td> </tr> <tr> <td></td> |