|
From: Paul S. O. <ps...@us...> - 2002-05-17 21:42:31
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv25447/templates/subSilver/admin
Modified Files:
Tag: phpBB-2_0_0
user_email_body.tpl
Log Message:
Fix and clean up a few things, add in error checking, fix header output (hopefully).
Index: user_email_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/user_email_body.tpl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** user_email_body.tpl 3 Dec 2001 00:11:18 -0000 1.3
--- user_email_body.tpl 17 May 2002 21:42:27 -0000 1.3.2.1
***************
*** 4,8 ****
<p>{L_EMAIL_EXPLAIN}</p>
! <form method="post" action="{S_USER_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
<th class="thHead" colspan="2">{L_COMPOSE}</th>
--- 4,12 ----
<p>{L_EMAIL_EXPLAIN}</p>
! <form method="post" action="{S_USER_ACTION}">
!
! {ERROR_BOX}
!
! <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
<th class="thHead" colspan="2">{L_COMPOSE}</th>
***************
*** 23,25 ****
<td class="catBottom" align="center" colspan="2"><input type="submit" value="{L_EMAIL}" name="submit" class="mainoption" /></td>
</tr>
! </table></form>
--- 27,31 ----
<td class="catBottom" align="center" colspan="2"><input type="submit" value="{L_EMAIL}" name="submit" class="mainoption" /></td>
</tr>
! </table>
!
! </form>
|