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

Dirk Haun dhaun at qs1489.pair.com
Sat Jun 7 08:41:47 EDT 2008


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

Modified Files:
	index.php 
Log Message:
Ensure consistent display of the admin screens (bug #0000650)


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/polls/index.php,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** index.php	24 May 2008 09:04:59 -0000	1.57
--- index.php	7 Jun 2008 12:41:45 -0000	1.58
***************
*** 75,78 ****
--- 75,81 ----
                'text' => $LANG_ADMIN['admin_home']));
  
+     $retval .= COM_startBlock($LANG25[18], '',
+                               COM_getBlockTemplate('_admin_block', 'header'));
+ 
      $retval .= ADMIN_createMenu(
          $menu_arr,
***************
*** 94,100 ****
  
      $text_arr = array(
!         'has_extras' => true,
!         'title' => $LANG25[18], 'instructions' => $LANG25[19],
!         'form_url' => $_CONF['site_admin_url'] . "/plugins/polls/index.php"
      );
  
--- 97,103 ----
  
      $text_arr = array(
!         'has_extras'   => true,
!         'instructions' => $LANG25[19],
!         'form_url'     => $_CONF['site_admin_url'] . '/plugins/polls/index.php'
      );
  
***************
*** 111,114 ****
--- 114,118 ----
          $text_arr, $query_arr, $defsort_arr
      );
+     $retval .= COM_endBlock(COM_getBlockTemplate('_admin_block', 'footer'));
  
      return $retval;




More information about the geeklog-cvs mailing list