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.4,1.1.2.1.2.5


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] skel class.base.php,1.1.2.1.2.4,1.1.2.1.2.5
Date: Fri, 24 Oct 2003 07:54:40 +0000

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

Modified Files:
      Tag: proposal-branch
        class.base.php 
Log Message:
added suport for apps that need to putput html

Index: class.base.php
===================================================================
RCS file: /cvsroot/phpgroupware/skel/Attic/class.base.php,v
retrieving revision 1.1.2.1.2.4
retrieving revision 1.1.2.1.2.5
diff -C2 -d -r1.1.2.1.2.4 -r1.1.2.1.2.5
*** class.base.php      24 Oct 2003 07:53:27 -0000      1.1.2.1.2.4
--- class.base.php      24 Oct 2003 07:54:38 -0000      1.1.2.1.2.5
***************
*** 22,32 ****
                {
                        $items[] = array(
!                               'title' => 'Test item a',
!                               'op'    => 'skel.base.submenu&step=a',
                        );
                        $items[] = array(
!                               'title' => 'Test item b',
!                               'op'    => 'skel.base.submenu&step=b',
                        );
                        $items[] = array(
                                'title' => 'Test item c',
--- 22,33 ----
                {
                        $items[] = array(
!                               'title' => 'ACL Tester',
!                               'op'    => 'skel.base.acl_tester',
                        );
                        $items[] = array(
!                               'title' => 'HTML Outputted by the app',
!                               'op'    => 'skel.base.htmloutputtest',
                        );
+                       /*
                        $items[] = array(
                                'title' => 'Test item c',
***************
*** 37,41 ****
                                'op'    => 'skel.base.submenu&step=d',
                        );
! 
                        return $items;
                }
--- 38,42 ----
                                'op'    => 'skel.base.submenu&step=d',
                        );
!                       */
                        return $items;
                }





reply via email to

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