aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_reasons.html
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2006-11-24 02:04:43 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2006-11-24 02:04:43 +0000
commitf836b4a095880bf228ef2961a824d2a80035daf8 (patch)
tree9a1b687c5a0df60d68d18f2368d2e3201833e6c7 /phpBB/adm/style/acp_reasons.html
parentf26918b4e502b6f61036cae4f2a5fb68b835751c (diff)
downloadforums-f836b4a095880bf228ef2961a824d2a80035daf8.tar
forums-f836b4a095880bf228ef2961a824d2a80035daf8.tar.gz
forums-f836b4a095880bf228ef2961a824d2a80035daf8.tar.bz2
forums-f836b4a095880bf228ef2961a824d2a80035daf8.tar.xz
forums-f836b4a095880bf228ef2961a824d2a80035daf8.zip
#5474 - ACP XHTML spring clean... fieldsets with missing legends added, and lone fieldsets which should belong to the accending fieldset have been (mostly) merged. Some outstanding issues with the permissions area (Dominik has some stuff for this at some point anyway) and the Custom Profile Fields bit, which should feature "Previous/Next" style buttons.
git-svn-id: file:///svn/phpbb/trunk@6645 89ea8834-ac86-4346-8a33-228a782c2dd0
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 -->