gunnar: server/kolab-webadmin/kolab-webadmin/www/admin/user user.php.in, 1.20, 1.21

cvs at kolab.org cvs at kolab.org
Tue Jul 10 18:56:18 CEST 2007


Author: gunnar

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/user
In directory doto:/tmp/cvs-serv21529/kolab-webadmin/kolab-webadmin/www/admin/user

Modified Files:
	user.php.in 
Log Message:
* www/admin/user/user.php.in:

fixed kolab/issue1162 (Misplaced title field in webinterface)
https://intevation.de/roundup/kolab/issue1162

Index: user.php.in
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/user/user.php.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- user.php.in	2 Jul 2007 22:33:47 -0000	1.20
+++ user.php.in	10 Jul 2007 16:56:15 -0000	1.21
@@ -484,8 +484,7 @@
 									 'policies' => array('anyone' => 4),
 									 'validation' => 'checkpolicy',
 									 'comment' => _('For automatic invitation handling') . '<br/>' .
-									 _("NOTE: For regular accounts to use this feature, give the 'calendar' user access to the Calendar folder") ),
-		  'title_0' => array( 'name' => _('Title') ) );
+									 _("NOTE: For regular accounts to use this feature, give the 'calendar' user access to the Calendar folder") ));
 
 $entries['alias'] = array( 'name' => _('Email Aliases'), 
 						   'type' => 'textarea',
@@ -504,6 +503,7 @@
                 'comment' => _('restrict allowed recipients of SMTP messages') . '<br/>' .
                         _('One entry per line.') );
 
+$entries['title_0'] = array( 'name' => _('Title') );
 $entries['o_0'] = array( 'name' => _('Organisation') );
 $entries['ou_0'] = array( 'name' => _('Organisational Unit') );
 $entries['roomNumber_0'] = array( 'name' => _('Room Number') );





More information about the commits mailing list