diff options
author | Tom Beddard <subblue@users.sourceforge.net> | 2006-01-03 13:44:47 +0000 |
---|---|---|
committer | Tom Beddard <subblue@users.sourceforge.net> | 2006-01-03 13:44:47 +0000 |
commit | 3cfaa9263151ffee6c89ff0e8094097fbe152a42 (patch) | |
tree | 9654916a38158b4790b2a38af04f2a59e6a1ede4 /phpBB/adm/style/acp_bots.html | |
parent | 3c7837801e538ce89348036968035ca956d23d2d (diff) | |
download | forums-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_bots.html')
-rw-r--r-- | phpBB/adm/style/acp_bots.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_bots.html b/phpBB/adm/style/acp_bots.html index d6a589838c..facf5bd127 100644 --- a/phpBB/adm/style/acp_bots.html +++ b/phpBB/adm/style/acp_bots.html @@ -79,7 +79,7 @@ <td style="text-align: center;"> <a href="{bots.U_ACTIVATE_DEACTIVATE}">{bots.L_ACTIVATE_DEACTIVATE}</a> </td> <td style="text-align: center;"> <a href="{bots.U_EDIT}">{L_EDIT}</a> </td> <td style="text-align: center;"> <a href="{bots.U_DELETE}">{L_DELETE}</a> </td> - <td style="text-align: center;"><input type="checkbox" name="mark[]" value="{bots.BOT_ID}" /></td> + <td style="text-align: center;"><input type="checkbox" name="mark[]" value="{bots.BOT_ID}" class="radio" /></td> </tr> <!-- END bots --> </tbody> |