bernhard: server/kolab-webadmin/kolab-webadmin/www/admin/user user.php.in, 1.4, 1.5

cvs at intevation.de cvs at intevation.de
Tue Mar 7 12:39:25 CET 2006


Author: bernhard

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

Modified Files:
	user.php.in 
Log Message:
Renamed Deletages to Email-Delegates 
in $entries['kolabdelegate'] and checkdelegate(). 
Also improved the formating and the comment.


Index: user.php.in
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/user/user.php.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- user.php.in	20 Feb 2006 22:20:59 -0000	1.4
+++ user.php.in	7 Mar 2006 11:39:23 -0000	1.5
@@ -124,7 +124,7 @@
   $str = '';
   foreach( $lst as $delegate ) {
 	if( $ldap->count( $ldap->search( $_SESSION['base_dn'], '(mail='.$ldap->escape($delegate).')' ) ) == 0 ) {
-	  return sprintf(_("Delegate %s does not exist"), $delegate);
+	  return sprintf(_("Email-Delegate %s does not exist"), $delegate);
 	} 
   }
   return '';
@@ -411,10 +411,11 @@
 						   'type' => 'textarea',
 						   'validation' => 'checkuniquealias',
 						   'comment' => _('One address per line') );
-$entries['kolabdelegate'] =array( 'name' => _('Delegates'),
-							 'type' => 'textarea',
-							 'validation' => 'checkdelegate',
-							 'comment' => _('One Email address per line') );
+$entries['kolabdelegate'] =array( 'name' => _('Email-Delegates'),
+		'type' => 'textarea',
+		'validation' => 'checkdelegate',
+		'comment' => _('Others allowed to send emails with a "from" address(es) of this account.') . '<br/>' .
+			_('One email address per line.') );
 $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