aboutsummaryrefslogtreecommitdiff
path: root/admin/pages
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/pages
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/pages')
-rw-r--r--admin/pages/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/pages/index.php b/admin/pages/index.php
index 7fba032..20eaa3e 100644
--- a/admin/pages/index.php
+++ b/admin/pages/index.php
@@ -33,7 +33,7 @@ include $basedir.'pages/functions.php';
?>
<table class="panel" width="100%" cellspacing="0">
- <tr>
+ <tr style="height:435px;">
<td class="panel-none">
<?php ListPages(0); ?>
</td>