aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_reasons.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/style/acp_reasons.html')
-rw-r--r--phpBB/adm/style/acp_reasons.html15
1 files changed, 9 insertions, 6 deletions
diff --git a/phpBB/adm/style/acp_reasons.html b/phpBB/adm/style/acp_reasons.html
index be987dd294..4aaf7328e7 100644
--- a/phpBB/adm/style/acp_reasons.html
+++ b/phpBB/adm/style/acp_reasons.html
@@ -48,11 +48,11 @@
<dd>{TRANSLATED_DESCRIPTION}</dd>
</dl>
<!-- ENDIF -->
- </fieldset>
- <fieldset class="submit-buttons">
+ <p class="submit-buttons">
<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />&nbsp;
<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
+ </p>
</fieldset>
</form>
@@ -63,6 +63,10 @@
<p>{L_ACP_REASONS_EXPLAIN}</p>
+ <form id="reasons" method="post" action="{U_ACTION}">
+ <fieldset class="tabuled">
+ <legend>{L_ACP_REASONS}</legend>
+
<!-- IF .reasons -->
<table cellspacing="1">
<col class="row1" /><col class="row1" /><col class="row2" />
@@ -107,17 +111,16 @@
<!-- ENDIF -->
- <form id="reasons" method="post" action="{U_ACTION}">
-
- <fieldset class="quick">
+ <p class="quick">
<input type="hidden" name="action" value="add" />
<input type="text" name="reason_title" />
<input class="button2" name="addreason" type="submit" value="{L_ADD_NEW_REASON}" />
+ </p>
</fieldset>
</form>
<!-- ENDIF -->
-<!-- INCLUDE overall_footer.html --> \ No newline at end of file
+<!-- INCLUDE overall_footer.html -->