|
From: Paul S. O. <ps...@us...> - 2001-11-24 01:51:39
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv20052/templates/subSilver/admin
Modified Files:
disallow_body.tpl
Log Message:
Various updates
Index: disallow_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/disallow_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** disallow_body.tpl 2001/10/15 20:15:46 1.1
--- disallow_body.tpl 2001/11/24 01:51:36 1.2
***************
*** 1,33 ****
<h1>{L_DISALLOW_TITLE}</h1>
- <p>{L_EXPLAIN}</p>
<form method="post" action="{S_FORM_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
! <th class="thHead" colspan="2">{L_DEL_DISALLOW}</th>
</tr>
<tr>
! <td class="row1">{L_USERNAME}: <br />
! <span class="gensmall">{L_DEL_EXPLAIN}</span></td>
! <td class="row2">{S_DISALLOW_SELECT} <input type="submit" name="mode" value="{L_DELETE}" class="liteoption" /></td>
</tr>
<tr>
! <th class="thHead" colspan="2">{L_ADD_DISALLOW}</th>
</tr>
<tr>
! <td class="row1">{L_USERNAME}: <br />
! <span class="gensmall">{L_ADD_EXPLAIN}></td>
! <td class="row2">
! <input type="text" name="disallowed_user" size="35" />
! </td>
</tr>
<tr>
! <td class="catBottom" colspan="2" align="center">
! <input type="submit" name="mode" value="{L_ADD}" class="mainoption" />
!
! <input type="reset" value="{L_RESET}" class="liteoption" />
! </td>
</tr>
</table></form>
-
- <p>{L_INFO}</p>
--- 1,24 ----
<h1>{L_DISALLOW_TITLE}</h1>
+ <p>{L_DISALLOW_EXPLAIN}</p>
+
<form method="post" action="{S_FORM_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
! <th class="thHead" colspan="2">{L_ADD_DISALLOW}</th>
</tr>
<tr>
! <td class="row1">{L_USERNAME}<br /><span class="gensmall">{L_ADD_EXPLAIN}</span></td>
! <td class="row2"><input type="text" name="disallowed_user" size="30" /> <input type="submit" name="add_name" value="{L_ADD}" class="mainoption" /></td>
</tr>
<tr>
! <th class="thHead" colspan="2">{L_DELETE_DISALLOW}</th>
</tr>
<tr>
! <td class="row1">{L_USERNAME}<br /><span class="gensmall">{L_DELETE_EXPLAIN}</span></td>
! <td class="row2">{S_DISALLOW_SELECT} <input type="submit" name="delete_name" value="{L_DELETE}" class="liteoption" /></td>
</tr>
<tr>
! <td class="catBottom" colspan="2" align="center"> </td>
</tr>
</table></form>
|