1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 04:23:38 +01:00
php-phpbb/phpBB/templates/subSilver/admin/words_edit_body.tpl
Paul S. Owen ae1e381f99 Various updates to bring style in-line with main board ... Tom, feel free to do whatever else is necessary
git-svn-id: file:///svn/phpbb/trunk@1185 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-14 15:55:50 +00:00

22 lines
682 B
Smarty

<h1>{L_WORDS_TITLE}</h1>
<p>{L_WORDS_TEXT}</p>
<form method="post" action="{S_WORDS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
<th colspan="2" class="thHead">{L_WORD_CENSOR}</th>
</tr>
<tr>
<td class="row1">{L_WORD}</td>
<td class="row2"><input type="text" name="word" value="{WORD}" /></td>
</tr>
<tr>
<td class="row1">{L_REPLACEMENT}</td>
<td class="row2"><input type="text" name="replacement" value="{REPLACEMENT}" /></td>
</tr>
<tr>
<td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="save" value="{L_SUBMIT}" class="mainoption" /></td>
</tr>
</table></form>