1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 00:07:44 +02:00

Split words into separate file, various updates, fix for wrong template action name

git-svn-id: file:///svn/phpbb/trunk@968 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-09-02 13:33:23 +00:00
parent 182ab7512b
commit ad8c8ed6bf
4 changed files with 368 additions and 337 deletions

View File

@@ -5,8 +5,7 @@
<p>{L_WORDS_TEXT}</p>
<form method="post" action="{S_WORD_ACTION}">
<table cellspacing="1" cellpadding="4" border="0" align="center">
<form method="post" action="{S_WORDS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
<th colspan="2">{L_WORD_CENSOR}</th>
</tr>

View File

@@ -5,10 +5,7 @@
<P>{L_WORDS_TEXT}</p>
<p>{OPT_MESSAGE}</p>
<form method="POST" action="{S_WORDS_ACTION}">
<table cellspacing="1" cellpadding="4" border="0" align="center">
<form method="POST" action="{S_WORDS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
<th>{L_WORD}</th>
<th>{L_REPLACEMENT}</th>
@@ -23,6 +20,6 @@
</tr>
<!-- END words -->
<tr>
<td class="cat" colspan="5" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="add" value="{L_WORD_ADD}" /></td>
<td colspan="5" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="add" value="{L_WORD_ADD}" /></td>
</tr>
</table></form>