|
From: Paul S. O. <ps...@us...> - 2001-11-19 19:06:38
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv16919/templates/subSilver/admin
Modified Files:
user_ban_body.tpl
Log Message:
Various admin lang and other fixes ... this will break other things I'm sure, only submit bug reports for recently commited files
Index: user_ban_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/user_ban_body.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** user_ban_body.tpl 2001/10/14 15:55:50 1.3
--- user_ban_body.tpl 2001/11/19 19:06:35 1.4
***************
*** 4,42 ****
<p>{L_BAN_EXPLAIN}</p>
! <form method="post" action="{S_BAN_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
<th class="thHead" colspan="2">{L_BAN_USER}</th>
</tr>
<tr>
! <td class="row1">{L_USERNAME}: <br />
! <span class="gensmall">{L_BAN_USER_EXPLAIN}</span></td>
! <td class="row2">{S_USERLIST_SELECT}</td>
</tr>
<tr>
<th class="thHead" colspan="2">{L_BAN_IP}</th>
</tr>
<tr>
! <td class="row1">{L_IP_OR_HOSTNAME}: <br />
! <span class="gensmall">{L_BAN_IP_EXPLAIN}</span></td>
! <td class="row2">
! <input type="text" name="ip" size="35" />
! </td>
</tr>
<tr>
<th class="thHead" colspan="2">{L_BAN_EMAIL}</th>
</tr>
<tr>
! <td class="row1">{L_EMAIL_ADDRESS}: <br />
! <span class="gensmall">{L_BAN_EMAIL_EXPLAIN}</span></td>
! <td class="row2">
! <input type="text" name="email" size="35" />
! </td>
</tr>
<tr>
! <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}
! <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" />
!
! <input type="reset" value="{L_RESET}" class="liteoption" />
! </td>
</tr>
</table></form>
--- 4,52 ----
<p>{L_BAN_EXPLAIN}</p>
! <form method="post" action="{S_BANLIST_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
<th class="thHead" colspan="2">{L_BAN_USER}</th>
</tr>
<tr>
! <td class="row1">{L_USERNAME}: <br /><span class="gensmall">{L_BAN_USER_EXPLAIN}</span></td>
! <td class="row2">{S_BAN_USERLIST_SELECT}</td>
</tr>
<tr>
+ <th class="thHead" colspan="2">{L_UNBAN_USER}</th>
+ </tr>
+ <tr>
+ <td class="row1">{L_USERNAME}: <br /><span class="gensmall">{L_UNBAN_USER_EXPLAIN}</span></td>
+ <td class="row2">{S_UNBAN_USERLIST_SELECT}</td>
+ </tr>
+ <tr>
<th class="thHead" colspan="2">{L_BAN_IP}</th>
</tr>
+ <tr>
+ <td class="row1">{L_IP_OR_HOSTNAME}: <br /><span class="gensmall">{L_BAN_IP_EXPLAIN}</span></td>
+ <td class="row2"><input type="text" name="ban_ip" size="35" /></td>
+ </tr>
<tr>
! <th class="thHead" colspan="2">{L_UNBAN_IP}</th>
</tr>
<tr>
+ <td class="row1">{L_IP_OR_HOSTNAME}: <br /><span class="gensmall">{L_UNBAN_IP_EXPLAIN}</span></td>
+ <td class="row2">{S_UNBAN_IPLIST_SELECT}</td>
+ </tr>
+ <tr>
<th class="thHead" colspan="2">{L_BAN_EMAIL}</th>
</tr>
+ <tr>
+ <td class="row1">{L_EMAIL_ADDRESS}: <br /><span class="gensmall">{L_BAN_EMAIL_EXPLAIN}</span></td>
+ <td class="row2"><input type="text" name="ban_email" size="35" /></td>
+ </tr>
+ <tr>
+ <th class="thHead" colspan="2">{L_UNBAN_EMAIL}</th>
+ </tr>
<tr>
! <td class="row1">{L_EMAIL_ADDRESS}: <br /><span class="gensmall">{L_UNBAN_EMAIL_EXPLAIN}</span></td>
! <td class="row2">{S_UNBAN_EMAILLIST_SELECT}</td>
</tr>
<tr>
! <td class="catBottom" colspan="2" align="center"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td>
</tr>
</table></form>
|