phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] skel class.base.php,1.1.2.1.2.6,1.1.2.1.2.7


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] skel class.base.php,1.1.2.1.2.6,1.1.2.1.2.7
Date: Sun, 26 Oct 2003 06:15:46 +0000

Update of /cvsroot/phpgroupware/skel
In directory subversions:/tmp/cvs-serv21847/skel

Modified Files:
      Tag: proposal-branch
        class.base.php 
Log Message:
updated lang class stuff

Index: class.base.php
===================================================================
RCS file: /cvsroot/phpgroupware/skel/Attic/class.base.php,v
retrieving revision 1.1.2.1.2.6
retrieving revision 1.1.2.1.2.7
diff -C2 -d -r1.1.2.1.2.6 -r1.1.2.1.2.7
*** class.base.php      24 Oct 2003 22:09:45 -0000      1.1.2.1.2.6
--- class.base.php      26 Oct 2003 06:15:44 -0000      1.1.2.1.2.7
***************
*** 92,99 ****
                        
                        $GLOBALS['phpgw']->add_xsl('skel.base');
!                       $GLOBALS['lang']->add('Do you think this will actually 
work?');
!                       $GLOBALS['lang']->add('blah blah < than this');
  
                        
$GLOBALS['phpgw_xml_apinode']->add_node($this->appmenu(),'appmenu');
                        return $result;
                }
--- 92,121 ----
                        
                        $GLOBALS['phpgw']->add_xsl('skel.base');
!                       $GLOBALS['phpgw']->lang->add('Do you think this will 
actually work?');
!                       $GLOBALS['phpgw']->lang->add('blah blah < than this');
  
                        
$GLOBALS['phpgw_xml_apinode']->add_node($this->appmenu(),'appmenu');
+ 
+                       $row1 = array(
+                               'column'=>array(
+                                       'lable'=>array('value'=>'First Name')
+                               )
+                               , 'column'=>array(
+                                       'input'=>array('name'=>'fname', 
'value'=>'')
+                               )
+                       );
+                       
+                       $row2 = array(
+                               'column'=>array(
+                                       'lable'=>array('value'=>'Last Name')
+                               )
+                               , 'column'=>array(
+                                       'input'=>array('name'=>'lname', 
'value'=>'')
+                               )
+                       );
+                       
+                       $result['box'][] = array('row'=>$row1);
+                       $result['box'][] = array('row'=>$row2);
+                       
                        return $result;
                }





reply via email to

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