aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_prune_forums.html
diff options
context:
space:
mode:
authorTom Beddard <subblue@users.sourceforge.net>2006-01-03 13:44:47 +0000
committerTom Beddard <subblue@users.sourceforge.net>2006-01-03 13:44:47 +0000
commit3cfaa9263151ffee6c89ff0e8094097fbe152a42 (patch)
tree9654916a38158b4790b2a38af04f2a59e6a1ede4 /phpBB/adm/style/acp_prune_forums.html
parent3c7837801e538ce89348036968035ca956d23d2d (diff)
downloadforums-3cfaa9263151ffee6c89ff0e8094097fbe152a42.tar
forums-3cfaa9263151ffee6c89ff0e8094097fbe152a42.tar.gz
forums-3cfaa9263151ffee6c89ff0e8094097fbe152a42.tar.bz2
forums-3cfaa9263151ffee6c89ff0e8094097fbe152a42.tar.xz
forums-3cfaa9263151ffee6c89ff0e8094097fbe152a42.zip
First update of the new admin style to being it in line with the new frontend style. Note - this is still based on subsilver, the final admin will use the much nicer style of the new frontend - but that is secret until the final release ;)
git-svn-id: file:///svn/phpbb/trunk@5420 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_prune_forums.html')
-rw-r--r--phpBB/adm/style/acp_prune_forums.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_prune_forums.html b/phpBB/adm/style/acp_prune_forums.html
index 31be90427d..22592f79c5 100644
--- a/phpBB/adm/style/acp_prune_forums.html
+++ b/phpBB/adm/style/acp_prune_forums.html
@@ -78,15 +78,15 @@
</dl>
<dl>
<dt><label for="polls">{L_PRUNE_OLD_POLLS}:</label><br /><span>{L_PRUNE_OLD_POLLS_EXPLAIN}</span></dt>
- <dd><input type="radio" name="prune_old_polls" value="1" /> {L_YES} &nbsp; <input type="radio" id="polls" name="prune_old_polls" value="0" checked="checked" /> {L_NO}</dd>
+ <dd><input type="radio" class="radio" name="prune_old_polls" value="1" /> {L_YES} &nbsp; <input type="radio" class="radio" id="polls" name="prune_old_polls" value="0" checked="checked" /> {L_NO}</dd>
</dl>
<dl>
<dt><label for="announce">{L_PRUNE_ANNOUNCEMENTS}:</label></dt>
- <dd><input type="radio" name="prune_announce" value="1" /> {L_YES} &nbsp; <input type="radio" id="announce" name="prune_announce" value="0" checked="checked" /> {L_NO}</dd>
+ <dd><input type="radio" class="radio" name="prune_announce" value="1" /> {L_YES} &nbsp; <input type="radio" class="radio" id="announce" name="prune_announce" value="0" checked="checked" /> {L_NO}</dd>
</dl>
<dl>
<dt><label for="sticky">{L_PRUNE_STICKY}:</label></dt>
- <dd><input type="radio" name="prune_sticky" value="1" /> {L_YES} &nbsp; <input type="radio" id="sticky" name="prune_sticky" value="0" checked="checked" /> {L_NO}</dd>
+ <dd><input type="radio" class="radio" name="prune_sticky" value="1" /> {L_YES} &nbsp; <input type="radio" class="radio" id="sticky" name="prune_sticky" value="0" checked="checked" /> {L_NO}</dd>
</dl>
</fieldset>