aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/admin/words_edit_body.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/subSilver/admin/words_edit_body.tpl')
-rw-r--r--phpBB/templates/subSilver/admin/words_edit_body.tpl21
1 files changed, 0 insertions, 21 deletions
diff --git a/phpBB/templates/subSilver/admin/words_edit_body.tpl b/phpBB/templates/subSilver/admin/words_edit_body.tpl
deleted file mode 100644
index a930d519f9..0000000000
--- a/phpBB/templates/subSilver/admin/words_edit_body.tpl
+++ /dev/null
@@ -1,21 +0,0 @@
-
-<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>