[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/polls index.php, 1.58, 1.59

Dirk Haun dhaun at qs1489.pair.com
Tue Jun 10 13:26:52 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/polls
In directory qs1489.pair.com:/tmp/cvs-serv88721/public_html/admin/plugins/polls

Modified Files:
	index.php 
Log Message:
Fixed remaining places where the Admin panels had inconsistent layouts: Calendar list of events, Polls editor (bug #0000650)


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/polls/index.php,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** index.php	7 Jun 2008 12:41:45 -0000	1.58
--- index.php	10 Jun 2008 17:26:50 -0000	1.59
***************
*** 315,318 ****
--- 315,321 ----
                'text' => $LANG_ADMIN['admin_home']));
  
+     $retval .= COM_startBlock ($LANG25[5], '',
+                                COM_getBlockTemplate ('_admin_block', 'header'));
+ 
      $retval .= ADMIN_createMenu(
          $menu_arr,
***************
*** 347,353 ****
          }
      }
- 
-     $retval .= COM_startBlock ($LANG25[5], '',
-                                COM_getBlockTemplate ('_admin_block', 'header'));
  
      if (!empty ($pid) AND ($access == 3) AND !empty ($T['owner_id'])) {
--- 350,353 ----




More information about the geeklog-cvs mailing list