phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.tab_widget.inc.php,1.10,1.11


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.tab_widget.inc.php,1.10,1.11
Date: Sat, 05 Oct 2002 20:17:17 -0400

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv12600

Modified Files:
        class.tab_widget.inc.php 
Log Message:
useing soetemplate::set_rows_cols()

Index: class.tab_widget.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.tab_widget.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** class.tab_widget.inc.php    5 Oct 2002 10:39:41 -0000       1.10
--- class.tab_widget.inc.php    6 Oct 2002 00:17:15 -0000       1.11
***************
*** 85,90 ****
                        }
                        $tabs->data[1] = $tab_row;
!                       $tabs->rows = 1;
!                       $tabs->cols = sizeof($tab_row);
                        $tabs->size = ',,,,0';
  
--- 85,89 ----
                        }
                        $tabs->data[1] = $tab_row;
!                       $tabs->set_rows_cols();
                        $tabs->size = ',,,,0';
  





reply via email to

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