aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_bots.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_bots.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_bots.html')
-rw-r--r--phpBB/adm/style/acp_bots.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_bots.html b/phpBB/adm/style/acp_bots.html
index bc6c657490..0c4e718353 100644
--- a/phpBB/adm/style/acp_bots.html
+++ b/phpBB/adm/style/acp_bots.html
@@ -45,11 +45,11 @@
<dt><label for="bot_ip">{L_BOT_IP}:</label><br /><span>{L_BOT_IP_EXPLAIN}</span></dt>
<dd><input name="bot_ip" type="text" id="bot_ip" value="{BOT_IP}" /></dd>
</dl>
- </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>
@@ -98,4 +98,4 @@
<!-- ENDIF -->
-<!-- INCLUDE overall_footer.html --> \ No newline at end of file
+<!-- INCLUDE overall_footer.html -->