phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/inc class.contributor_ManagePage_UI.inc.


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/inc class.contributor_ManagePage_UI.inc.php,1.7.2.2,1.7.2.3
Date: Fri, 18 Oct 2002 19:24:04 -0400

Update of /cvsroot/phpgroupware/sitemgr/inc
In directory subversions:/tmp/cvs-serv5266/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.contributor_ManagePage_UI.inc.php 
Log Message:
Lang'ed (thought I already checked these in...)


Index: class.contributor_ManagePage_UI.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/inc/class.contributor_ManagePage_UI.inc.php,v
retrieving revision 1.7.2.2
retrieving revision 1.7.2.3
diff -C2 -r1.7.2.2 -r1.7.2.3
*** class.contributor_ManagePage_UI.inc.php     17 Oct 2002 04:17:14 -0000      
1.7.2.2
--- class.contributor_ManagePage_UI.inc.php     18 Oct 2002 23:24:02 -0000      
1.7.2.3
***************
*** 298,303 ****
                                                        $this->t->set_var('msg' 
, lang('This category has no pages.'));
                                                }
                                                $this->t->set_var('number', 
$i+1);
!                                               $this->t->set_var('category', 
'<b>'.$this->category->name.'</b>'); 
                                                $this->t->set_var('add', 
                                                        '<form action="'.
--- 298,304 ----
                                                        $this->t->set_var('msg' 
, lang('This category has no pages.'));
                                                }
+                                               $padding = 
str_pad('',12*$this->category->depth,'&nbsp;');
                                                $this->t->set_var('number', 
$i+1);
!                                               $this->t->set_var('category', 
$padding.'<b>'.$this->category->name.'</b>'); 
                                                $this->t->set_var('add', 
                                                        '<form action="'.





reply via email to

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