gunnar: server/kolab-webadmin/admin index.php, 1.2, 1.3 admin.php, 1.1, NONE mysmarty.php, 1.1, NONE

cvs at kolab.org cvs at kolab.org
Mon Aug 20 11:43:34 CEST 2007


Author: gunnar

Update of /kolabrepository/server/kolab-webadmin/admin
In directory doto:/tmp/cvs-serv12727

Modified Files:
	index.php 
Removed Files:
	admin.php mysmarty.php 
Log Message:
Started restructuring the users part of the kolab web admin frontend.

Index: index.php
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/admin/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- index.php	17 Aug 2007 16:32:18 -0000	1.2
+++ index.php	20 Aug 2007 09:43:32 -0000	1.3
@@ -40,14 +40,13 @@
 
 $ADMIN = new KolabWebadmin($params);
 
-/**** Check for system aliases ****/
+/** Check for system aliases */
 if( $ADMIN->isAdmin() && !$ADMIN->domains_valid()) {
 	// User did not set up system aliases
 	$ADMIN->setContent('systemaliasnagscreen.tpl');
 } else {
 	$ADMIN->setContent('welcome.tpl');
 }
-$ADMIN->setTitle('Kolab');
 $ADMIN->setSection();
 $ADMIN->render();
 

--- admin.php DELETED ---

--- mysmarty.php DELETED ---





More information about the commits mailing list