aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2010-04-08 22:54:15 +0200
committerWojciech Polak <polak@gnu.org>2010-04-08 22:54:15 +0200
commite486b49687ab7a4527075c11d32aacac317a5562 (patch)
tree2e710e209e025d86d48e42074a0fe82a6b9b9221 /frontend
parent471d0ddf6a36858cb93457f8884e4ed77a54092e (diff)
downloadcheetah-e486b49687ab7a4527075c11d32aacac317a5562.tar.gz
cheetah-e486b49687ab7a4527075c11d32aacac317a5562.tar.bz2
Minor improvements.
Diffstat (limited to 'frontend')
-rw-r--r--frontend/images/share/google.pngbin1133 -> 888 bytes
-rw-r--r--frontend/login.php2
2 files changed, 1 insertions, 1 deletions
diff --git a/frontend/images/share/google.png b/frontend/images/share/google.png
index 7cadcaf..e3f04ab 100644
--- a/frontend/images/share/google.png
+++ b/frontend/images/share/google.png
Binary files differ
diff --git a/frontend/login.php b/frontend/login.php
index 690bd74..7024bb7 100644
--- a/frontend/login.php
+++ b/frontend/login.php
@@ -200,7 +200,7 @@ echo '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="'.$CHEETAH_LANG.'" la
</tr>
<tr>
<td align="right"><input type="checkbox" id="PersistentCookie" name="PersistentCookie" value="yes" /></td>
- <td align="left"><?php echo _('Remember me on this computer.'); ?></td>
+ <td align="left"><label for="PersistentCookie"><?php echo _('Remember me on this computer.'); ?></label></td>
</tr>
<tr>
<td><?php if (!empty ($feedurl)) echo '<input type="hidden" name="feedurl" value="'.htmlspecialchars ($feedurl).'" />'; ?></td>

Return to:

Send suggestions and report system problems to the System administrator.