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:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user