[geeklog-cvs] geeklog-1.3/public_html/admin plugins.php,1.42,1.43

blaine at iowaoutdoors.org blaine at iowaoutdoors.org
Sun Apr 3 18:47:11 EDT 2005


Update of /var/cvs/geeklog-1.3/public_html/admin
In directory www:/tmp/cvs-serv20738/public_html/admin

Modified Files:
	plugins.php 
Log Message:
Tweaked the plugins listing layout in the Plugin Editor view.


Index: plugins.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/admin/plugins.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** plugins.php	23 Oct 2004 21:31:38 -0000	1.42
--- plugins.php	3 Apr 2005 22:47:08 -0000	1.43
***************
*** 211,214 ****
--- 211,215 ----
              $plg_templates->set_var('pi_name', $A['pi_name']);
              $plg_templates->set_var('row_num', $pcount);
+             $plg_templates->set_var ('cssid', $i%2 + 1);
              $plg_templates->set_var('pi_url', $A['pi_homepage']);
              $plg_templates->set_var('pi_installed_version', $A['pi_version']);
***************
*** 358,361 ****
--- 359,363 ----
                  $newtemplate->set_var ('pi_name', $newplugins[$i]);
                  $newtemplate->set_var ('row_num', $i + 1);
+                 $newtemplate->set_var ('cssid', $i%2 + 1);
                  $newtemplate->set_var ('start_install_anchortag', '<a href="'
                      . $_CONF['site_admin_url'] . '/plugins/' . $newplugins[$i]




More information about the geeklog-cvs mailing list