]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
add label for "keep password 2 weeks" text
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Wed, 28 Oct 2009 22:21:00 +0000 (22:21 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Wed, 28 Oct 2009 22:21:00 +0000 (22:21 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@453 b3834d28-1941-0410-a4f8-b48e95affb8f

data/templates/login.tpl.php

index e68ab540692fd714ad12ae62994b463c0fa72c4f..e67808d344f9ee8f97a2e20d18652376d2dbc4b4 100644 (file)
@@ -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>