diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-24 01:51:36 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-24 01:51:36 +0000 |
commit | 44c849564fe7e0211dee134e9133c0c7f29ed03a (patch) | |
tree | 4003bbebf5a0404d0e5648d31ec1c9ec747a029e /phpBB/templates | |
parent | 517647646b65f85c14c18d0082d41bcf90eabc31 (diff) | |
download | forums-44c849564fe7e0211dee134e9133c0c7f29ed03a.tar forums-44c849564fe7e0211dee134e9133c0c7f29ed03a.tar.gz forums-44c849564fe7e0211dee134e9133c0c7f29ed03a.tar.bz2 forums-44c849564fe7e0211dee134e9133c0c7f29ed03a.tar.xz forums-44c849564fe7e0211dee134e9133c0c7f29ed03a.zip |
Various updates
git-svn-id: file:///svn/phpbb/trunk@1432 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/admin/disallow_body.tpl | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/phpBB/templates/subSilver/admin/disallow_body.tpl b/phpBB/templates/subSilver/admin/disallow_body.tpl index 8b1e832e67..df3b5bec7d 100644 --- a/phpBB/templates/subSilver/admin/disallow_body.tpl +++ b/phpBB/templates/subSilver/admin/disallow_body.tpl @@ -1,33 +1,24 @@ <h1>{L_DISALLOW_TITLE}</h1> -<p>{L_EXPLAIN}</p> + +<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_DEL_DISALLOW}</th> + <th class="thHead" colspan="2">{L_ADD_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> + <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_ADD_DISALLOW}</th> + <th class="thHead" colspan="2">{L_DELETE_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> + <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"> - <input type="submit" name="mode" value="{L_ADD}" class="mainoption" /> - - <input type="reset" value="{L_RESET}" class="liteoption" /> - </td> + <td class="catBottom" colspan="2" align="center"> </td> </tr> </table></form> - -<p>{L_INFO}</p> |