aboutsummaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-28 22:21:00 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-28 22:21:00 +0000
commit92228dc9e06f4602637437e09971b0598bccb809 (patch)
tree2c202a1c82def99c0d5d14074331f1ca009bc0bb /data/templates
parent7e0f6a31321a93cd65b5ce9186400244464526ce (diff)
downloadsemanticscuttle-92228dc9e06f4602637437e09971b0598bccb809.tar.gz
semanticscuttle-92228dc9e06f4602637437e09971b0598bccb809.tar.bz2
add label for "keep password 2 weeks" text
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@453 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/login.tpl.php2
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>