[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-62-g9b3f0b3
Jesse Vincent
jesse at bestpractical.com
Wed May 26 10:53:59 EDT 2010
The branch, 3.8-trunk has been updated
via 9b3f0b3c3df79888a3d17beada3e94965c945eeb (commit)
from cd34c6cd10030f70e688a9768ee115eda26d68e7 (commit)
Summary of changes:
share/html/Elements/EditPassword | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit 9b3f0b3c3df79888a3d17beada3e94965c945eeb
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed May 26 10:54:24 2010 -0400
Better text alignment in the new "password change" widget
diff --git a/share/html/Elements/EditPassword b/share/html/Elements/EditPassword
index 3b0ec0b..6ae484f 100644
--- a/share/html/Elements/EditPassword
+++ b/share/html/Elements/EditPassword
@@ -5,19 +5,19 @@
% if ( $cond{'RequireCurrent'} ) {
<tr>
-<td><&|/l&>Your current password</&>:</td>
-<td><input type="password" name="<% $Name[0] %>" size="16" autocomplete="off" /></td>
+<td class="label"><&|/l&>Your current password</&>:</td>
+<td class="value"><input type="password" name="<% $Name[0] %>" size="16" autocomplete="off" /></td>
</tr>
% }
<tr>
-<td><&|/l&>New password</&>:</td>
-<td><input type="password" name="<% $Name[1] %>" size="16" autocomplete="off" /></td>
+<td class="label"><&|/l&>New password</&>:</td>
+<td class="value"><input type="password" name="<% $Name[1] %>" size="16" autocomplete="off" /></td>
</tr>
<tr>
-<td><&|/l&>Retype Password</&>:</td>
-<td><input type="password" name="<% $Name[2] %>" size="16" autocomplete="off" /></td>
+<td class="label"><&|/l&>Retype Password</&>:</td>
+<td class="value"><input type="password" name="<% $Name[2] %>" size="16" autocomplete="off" /></td>
</tr>
</table>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list