richard: server/kolab-webadmin/kolab-webadmin/php/admin/include auth.class.php.in, 1.3, 1.4

cvs at kolab.org cvs at kolab.org
Mon Sep 8 19:52:34 CEST 2008


Author: richard

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/include
In directory doto:/tmp/cvs-serv7818/php/admin/include

Modified Files:
	auth.class.php.in 
Log Message:
Changed the title of login page from just Login to 'Kolab Groupware login'.
The concerning page is probably bookmarked and than is a title like Kolab
Groupware login better than just Login.
See kolab/issue2596



Index: auth.class.php.in
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/include/auth.class.php.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- auth.class.php.in	23 Feb 2008 20:19:11 -0000	1.3
+++ auth.class.php.in	8 Sep 2008 17:52:30 -0000	1.4
@@ -121,7 +121,7 @@
 		$smarty->assign( 'topdir', $topdir );
 		$smarty->assign( 'uid', '' );
 		$smarty->assign( 'group', '' );
-		$smarty->assign( 'page_title', _('Login') );
+		$smarty->assign( 'page_title', _('Kolab Groupware login') );
 		$smarty->assign( 'menuitems', array() );
 		if( $this->error() ) $smarty->assign( 'errors', array( $this->error() ) );
 		$smarty->assign( 'maincontent', 'login.tpl' );





More information about the commits mailing list