aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_search.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_search.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_search.html')
-rw-r--r--phpBB/adm/style/acp_search.html16
1 files changed, 10 insertions, 6 deletions
diff --git a/phpBB/adm/style/acp_search.html b/phpBB/adm/style/acp_search.html
index 77fbbdc764..7a712892e8 100644
--- a/phpBB/adm/style/acp_search.html
+++ b/phpBB/adm/style/acp_search.html
@@ -55,6 +55,7 @@
<!-- END backend -->
<fieldset class="submit-buttons">
+ <legend>{L_SUBMIT}</legend>
<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}" />
</fieldset>
@@ -91,8 +92,13 @@
<!-- IF backend.S_STATS -->
+ <form id="acp_search_index_{backend.NAME}" method="post" action="{U_ACTION}">
+ {backend.S_HIDDEN_FIELDS}
+ <fieldset class="tabular">
+ <legend>{L_INDEX_STATS}: {backend.L_NAME} <!-- IF backend.S_ACTIVE -->({L_ACTIVE}) <!-- ENDIF --></legend>
+
<table cellspacing="1">
- <caption>&raquo; {L_INDEX_STATS}: {backend.L_NAME} <!-- IF backend.S_ACTIVE -->({L_ACTIVE}) <!-- ENDIF --></caption>
+ <caption>{backend.L_NAME} <!-- IF backend.S_ACTIVE -->({L_ACTIVE}) <!-- ENDIF --></caption>
<col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" />
<thead>
<tr>
@@ -116,15 +122,13 @@
<!-- ENDIF -->
- <form id="acp_search_index_{backend.NAME}" method="post" action="{U_ACTION}">
- {backend.S_HIDDEN_FIELDS}
-
- <fieldset class="quick">
+ <p class="quick">
<!-- IF backend.S_INDEXED -->
<input class="button2" type="submit" name="action[delete]" value="{L_DELETE_INDEX}" onclick="popup_progress_bar('delete');" />
<!-- ELSE -->
<input class="button2" type="submit" name="action[create]" value="{L_CREATE_INDEX}" onclick="popup_progress_bar('create');" />
<!-- ENDIF -->
+ </p>
</fieldset>
</form>
@@ -134,4 +138,4 @@
<!-- ENDIF -->
-<!-- INCLUDE overall_footer.html --> \ No newline at end of file
+<!-- INCLUDE overall_footer.html -->