[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/links index.php, 1.48, 1.49

Oliver ospiess at qs1489.pair.com
Wed Aug 29 02:00:30 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/links
In directory qs1489.pair.com:/tmp/cvs-serv8333

Modified Files:
	index.php 
Log Message:
cosmetics

Index: index.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/links/index.php,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** index.php	29 Aug 2007 05:53:55 -0000	1.48
--- index.php	29 Aug 2007 06:00:28 -0000	1.49
***************
*** 350,358 ****
  
      $header_arr = array(      # display 'text' and use table field 'field'
!                     array('text' => $LANG_ADMIN['edit'], 'field' => 'edit', 'sort' => false),
!                     array('text' => $LANG_LINKS_ADMIN[2], 'field' => 'lid', 'sort' => true),
!                     array('text' => $LANG_ADMIN['title'], 'field' => 'title', 'sort' => true),
!                     array('text' => $LANG_ACCESS['access'], 'field' => 'access', 'sort' => false),
!                     array('text' => $LANG_LINKS_ADMIN[14], 'field' => 'category', 'sort' => true));
  
      $validate = '';
--- 350,359 ----
  
      $header_arr = array(      # display 'text' and use table field 'field'
!         array('text' => $LANG_ADMIN['edit'], 'field' => 'edit', 'sort' => false),
!         array('text' => $LANG_LINKS_ADMIN[2], 'field' => 'lid', 'sort' => true),
!         array('text' => $LANG_ADMIN['title'], 'field' => 'title', 'sort' => true),
!         array('text' => $LANG_ACCESS['access'], 'field' => 'access', 'sort' => false),
!         array('text' => $LANG_LINKS_ADMIN[14], 'field' => 'category', 'sort' => true)
!         );
  
      $validate = '';
***************
*** 365,387 ****
  
      $menu_arr = array (
!                     array('url' => $_CONF['site_admin_url'] . '/plugins/links/index.php?mode=edit',
!                           'text' => $LANG_LINKS_ADMIN[51]),
!                     array('url' => $_CONF['site_admin_url'] . '/plugins/links/index.php?checkhtml=true',
!                           'text' => $LANG_LINKS_ADMIN[26]),
!                     array('url' => $_CONF['site_admin_url'] . '/plugins/links/category.php',
!                           'text' => $LANG_LINKS_ADMIN[50]),
!                     array('url' => $_CONF['site_admin_url'] . '/plugins/links/category.php?mode=edit',
!                           'text' => $LANG_LINKS_ADMIN[52]),
!                     array('url' => $_CONF['site_admin_url'],
!                           'text' => $LANG_ADMIN['admin_home']));
  
!     $text_arr = array('has_menu' =>  true,
!                       'has_extras'   => true,
!                       'title' => $LANG_LINKS_ADMIN[11], 'instructions' => $LANG_LINKS_ADMIN[12],
!                       'icon' => plugin_geticon_links(),
!                       'form_url' => $_CONF['site_admin_url'] . "/plugins/links/index.php$validate");
  
      $query_arr = array('table' => 'links',
!         'sql' => "SELECT l.lid AS lid, l.cid as cid, l.title AS title, c.category AS category, l.url AS url, l.description AS description, l.owner_id, l.group_id, l.perm_owner, l.perm_group, l.perm_members, l.perm_anon "
              . "FROM {$_TABLES['links']} AS l "
              . "LEFT JOIN {$_TABLES['linkcategories']} AS c "
--- 366,393 ----
  
      $menu_arr = array (
!         array('url' => $_CONF['site_admin_url'] . '/plugins/links/index.php?mode=edit',
!               'text' => $LANG_LINKS_ADMIN[51]),
!         array('url' => $_CONF['site_admin_url'] . '/plugins/links/index.php?checkhtml=true',
!               'text' => $LANG_LINKS_ADMIN[26]),
!         array('url' => $_CONF['site_admin_url'] . '/plugins/links/category.php',
!               'text' => $LANG_LINKS_ADMIN[50]),
!         array('url' => $_CONF['site_admin_url'] . '/plugins/links/category.php?mode=edit',
!               'text' => $LANG_LINKS_ADMIN[52]),
!         array('url' => $_CONF['site_admin_url'],
!               'text' => $LANG_ADMIN['admin_home'])
!     );
  
!     $text_arr = array(
!         'has_menu' =>  true,
!         'has_extras'   => true,
!         'title' => $LANG_LINKS_ADMIN[11], 'instructions' => $LANG_LINKS_ADMIN[12],
!         'icon' => plugin_geticon_links(),
!         'form_url' => $_CONF['site_admin_url'] . "/plugins/links/index.php$validate"
!     );
  
      $query_arr = array('table' => 'links',
!         'sql' => "SELECT l.lid AS lid, l.cid as cid, l.title AS title, "
!             . "c.category AS category, l.url AS url, l.description AS description, "
!             . "l.owner_id, l.group_id, l.perm_owner, l.perm_group, l.perm_members, l.perm_anon "
              . "FROM {$_TABLES['links']} AS l "
              . "LEFT JOIN {$_TABLES['linkcategories']} AS c "




More information about the geeklog-cvs mailing list