|
From: Doug K. <dou...@us...> - 2002-01-03 22:44:31
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv18054/templates/subSilver
Modified Files:
profile_add_body.tpl
Log Message:
Three bugs fixed here... Bug ID 494154, which was a bug in the group moderation page, where email links would not redirect to the login page. Bug ID 498927 was a problem between the time/date format. Bug ID 498961 was a slight cosmetic error in the admin panel. That's all for now!
Index: profile_add_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_add_body.tpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** profile_add_body.tpl 2001/11/21 13:02:36 1.10
--- profile_add_body.tpl 2002/01/03 22:44:28 1.11
***************
*** 209,213 ****
<span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td>
<td class="row2">
! <input type="text" name="dateformat" value="{DATE_FORMAT}" maxlength="16" class="post" />
</td>
</tr>
--- 209,213 ----
<span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td>
<td class="row2">
! <input type="text" name="dateformat" value="{DATE_FORMAT}" maxlength="14" class="post" />
</td>
</tr>
|