|
From: Paul S. O. <ps...@us...> - 2002-01-27 03:10:42
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv10672/templates/subSilver
Modified Files:
profile_add_body.tpl
Log Message:
Fix various bugs; password length warning, proper warnings for username/email errors
Index: profile_add_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_add_body.tpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** profile_add_body.tpl 2002/01/03 22:44:28 1.11
--- profile_add_body.tpl 2002/01/27 03:10:40 1.12
***************
*** 31,35 ****
<tr>
<td class="row1"><span class="gen">{L_CURRENT_PASSWORD}: *</span><br />
! <span class="gensmall">{L_PASSWORD_IF_CHANGED}</span></td>
<td class="row2">
<input type="password" class="post" style="width: 200px" name="cur_password" size="25" maxlength="100" value="{PASSWORD}" />
--- 31,35 ----
<tr>
<td class="row1"><span class="gen">{L_CURRENT_PASSWORD}: *</span><br />
! <span class="gensmall">{L_CONFIRM_PASSWORD_EXPLAIN}</span></td>
<td class="row2">
<input type="password" class="post" style="width: 200px" name="cur_password" size="25" maxlength="100" value="{PASSWORD}" />
|