phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin index.php,1.27,1.28 navbar-create.php,1.7,


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin index.php,1.27,1.28 navbar-create.php,1.7,1.8 phpinfo.php,1.3,1.4 testbutton.php,1.3,1.4
Date: Sat, 28 Sep 2002 11:20:50 -0400

Update of /cvsroot/phpgroupware/admin
In directory subversions:/tmp/cvs-serv7622/admin

Modified Files:
        index.php navbar-create.php phpinfo.php testbutton.php 
Log Message:
Switched to using the register_exit_function() and added scrolling divs to a 
couple places for examples

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/index.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** index.php   29 Jun 2002 15:59:37 -0000      1.27
--- index.php   28 Sep 2002 15:20:18 -0000      1.28
***************
*** 90,94 ****
        $GLOBALS['phpgw']->hooks->process('admin');
        $GLOBALS['admin_tpl']->pparse('out','list');
- 
-       $GLOBALS['phpgw']->common->phpgw_footer();
  ?>
--- 90,92 ----

Index: navbar-create.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/navbar-create.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** navbar-create.php   8 Mar 2001 23:32:22 -0000       1.7
--- navbar-create.php   28 Sep 2002 15:20:18 -0000      1.8
***************
*** 28,32 ****
      echo $phpgw_info["apps"][$key]["title"]."</A><BR>";
    }
- 
-   $phpgw->common->phpgw_footer();
  ?>
--- 28,30 ----

Index: phpinfo.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/phpinfo.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** phpinfo.php 12 Aug 2002 21:56:20 -0000      1.3
--- phpinfo.php 28 Sep 2002 15:20:18 -0000      1.4
***************
*** 27,31 ****
  
        phpinfo();
- 
- //    $phpgw->common->phpgw_footer();
  ?>
--- 27,29 ----

Index: testbutton.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/testbutton.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** testbutton.php      14 Feb 2001 20:55:10 -0000      1.3
--- testbutton.php      28 Sep 2002 15:20:18 -0000      1.4
***************
*** 29,33 ****
        print $button->createInputButton("Lars is the best 
;)",'submit','ascii');
        print "</form>";
-       
-       $phpgw->common->phpgw_footer();
  ?>
--- 29,31 ----





reply via email to

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