Index: trunk/admin/include/subitems.css
===================================================================
diff -u -r13 -r22
--- trunk/admin/include/subitems.css (.../subitems.css) (revision 13)
+++ trunk/admin/include/subitems.css (.../subitems.css) (revision 22)
@@ -36,11 +36,27 @@
.dBody {border-top-width:1px; border-top-style:solid; border-top-color:#666767; width: 269px; height: 21px; overflow:hidden}
-.lTD {border-right-width: 1px; border-right-style: solid; border-right-color: #CCCCCC}
+.lTD {
+ border-right-width: 1px;
+ border-right-style: solid;
+ border-right-color: #CCCCCC
+}
-.lTDi {border-right-width: 1px; border-right-style: solid; border-right-color: #CCCCCC; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC}
-.rTDi {border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC}
+.lTDi {
+ border-right-width: 1px;
+ border-right-style: solid;
+ border-right-color: #CCCCCC;
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
+ border-bottom-color: #CCCCCC;
+}
+.rTDi {
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
+ border-bottom-color: #CCCCCC;
+}
+
.info {FONT-SIZE: 11px; COLOR: #707070; FONT-FAMILY: arial,verdana,sans-serif; font-weight: normal;}
.imgButton {cursor: hand}
Index: trunk/kernel/admin/include/summary/root.php
===================================================================
diff -u -r13 -r22
--- trunk/kernel/admin/include/summary/root.php (.../root.php) (revision 13)
+++ trunk/kernel/admin/include/summary/root.php (.../root.php) (revision 22)
@@ -1,36 +1,37 @@
CountPending();
+//$PendingUsers = (int)$objUsers->CountPending();
-if( isset($objTopicList) && is_object($objTopicList) ) $PendingTopics = (int)@$objTopicList->CountPending();
-if( isset($objTopicList) && is_object($objArticleList) ) $PendingNews = (int)@$objArticleList->CountPending();
+//if( isset($objTopicList) && is_object($objTopicList) ) $PendingTopics = (int)@$objTopicList->CountPending();
+//if( isset($objTopicList) && is_object($objArticleList) ) $PendingNews = (int)@$objArticleList->CountPending();
-$PendingLinks = (int)@$objLinkList->CountPending();
-$PendingCats = (int)@$objCatList->CountPending();
+//$PendingLinks = (int)@$objLinkList->CountPending();
+//$PendingCats = (int)@$objCatList->CountPending();
-$PendingTotal = $PendingUsers + $PendingTopics+$PendingNews+$PendingLinks+$PendingCats;
+$PendingTotal = 0; //$PendingUsers + $PendingCats + $PendingTopics + $PendingNews + $PendingLinks;
$date_str = adodb_date("F j, Y");
@@ -40,7 +41,7 @@