phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/inc class.categories.inc.php,1.96,1.97


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.categories.inc.php,1.96,1.97
Date: Sat, 12 Oct 2002 18:03:06 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv13137

Modified Files:
        class.categories.inc.php 
Log Message:
update edit_cats to move the subtree with the cat if the parent changes

Index: class.categories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.categories.inc.php,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -r1.96 -r1.97
*** class.categories.inc.php    12 Oct 2002 21:18:23 -0000      1.96
--- class.categories.inc.php    12 Oct 2002 22:03:04 -0000      1.97
***************
*** 390,394 ****
                                        for ($j=0;$j<$cats[$i]['level'];$j++)
                                        {
!                                               $s .= '&nbsp;';
                                        }
                                        $s .= 
$GLOBALS['phpgw']->strip_html($cats[$i]['name']);
--- 390,394 ----
                                        for ($j=0;$j<$cats[$i]['level'];$j++)
                                        {
!                                               $s .= '-';
                                        }
                                        $s .= 
$GLOBALS['phpgw']->strip_html($cats[$i]['name']);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]