diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-22 15:14:03 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-22 15:14:03 +0000 |
| commit | 725b21f2d206efb4b34eb95ec3329bc81f66b805 (patch) | |
| tree | 7de41ee058c21e1884bc5d2292f5e7014a587890 /phpBB/adm/style/acp_words.html | |
| parent | daa0435614af7bed95e71f3b11aa2c372df3958d (diff) | |
| download | forums-725b21f2d206efb4b34eb95ec3329bc81f66b805.tar forums-725b21f2d206efb4b34eb95ec3329bc81f66b805.tar.gz forums-725b21f2d206efb4b34eb95ec3329bc81f66b805.tar.bz2 forums-725b21f2d206efb4b34eb95ec3329bc81f66b805.tar.xz forums-725b21f2d206efb4b34eb95ec3329bc81f66b805.zip | |
time to squash some bugs
git-svn-id: file:///svn/phpbb/trunk@6114 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_words.html')
| -rw-r--r-- | phpBB/adm/style/acp_words.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/phpBB/adm/style/acp_words.html b/phpBB/adm/style/acp_words.html index ca02124956..44d5a5228e 100644 --- a/phpBB/adm/style/acp_words.html +++ b/phpBB/adm/style/acp_words.html @@ -38,6 +38,15 @@ <p>{L_ACP_WORDS_EXPLAIN}</p> + <form id="acp_words" method="post" action="{U_ACTION}"> + + <fieldset class="quick"> + {S_HIDDEN_FIELDS} + <input class="button2" name="add" type="submit" value="{L_ADD_WORD}" /> + </fieldset> + + </form> + <table cellspacing="1"> <thead> <tr> @@ -58,15 +67,6 @@ </tbody> </table> - <form id="acp_words" method="post" action="{U_ACTION}"> - - <fieldset class="quick"> - {S_HIDDEN_FIELDS} - <input class="button2" name="add" type="submit" value="{L_ADD_WORD}" /> - </fieldset> - - </form> - <!-- ENDIF --> <!-- INCLUDE overall_footer.html -->
\ No newline at end of file |
