aboutsummaryrefslogtreecommitdiff
path: root/admin/admins
diff options
context:
space:
mode:
authorjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2009-12-29 00:36:23 -0500
committerjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2009-12-29 00:36:23 -0500
commitad6ba256efd1a65fb1bb3951ae6b17b1593205b7 (patch)
tree19ffc9be7bbd6a542883a5e4dd889ed5c52e6b5e /admin/admins
parent1b435e3b3a66d10b4dcc28d03e90b49d132ba7b5 (diff)
downloadbayonetcms-ad6ba256efd1a65fb1bb3951ae6b17b1593205b7.tar.gz
(OC)
Fixed includes/functions::GetBlocks() so that left and right are 0 and 1. Also fixed the query so that it doesnt get every block, just the active blocks for the defined side. Re-did some display on the admin side for blocks. git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@408 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'admin/admins')
-rw-r--r--admin/admins/functions.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/admins/functions.php b/admin/admins/functions.php
index 6cda0c4..d28ff7d 100644
--- a/admin/admins/functions.php
+++ b/admin/admins/functions.php
@@ -12,8 +12,9 @@
margin:0px;
padding:5px;
text-align:center;
- background:#e5eecc;
- border:solid 1px #c3c3c3;
+ background: #5b8dda;
+ border:solid 1px #848484;
+ color:white;
}
div.slidepanel
{