thomas: server/php-kolab/Kolab_Webadmin/Webadmin form.class.php, 1.5,	1.6 
    cvs at kolab.org 
    cvs at kolab.org
       
    Wed Nov 21 17:32:13 CET 2007
    
    
  
Author: thomas
Update of /kolabrepository/server/php-kolab/Kolab_Webadmin/Webadmin
In directory doto:/tmp/cvs-serv28291/Webadmin
Modified Files:
	form.class.php 
Log Message:
fix kolab/issue1912 (some field descriptions missing in web admin interface)
(this package is currently not in use, so just in case it will be used ...)
Index: form.class.php
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Webadmin/Webadmin/form.class.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- form.class.php	17 Aug 2007 16:31:44 -0000	1.5
+++ form.class.php	21 Nov 2007 16:32:11 -0000	1.6
@@ -164,6 +164,7 @@
 	  list($uname,$domain) = split('@',$value['value']);
 	}
 	if( ereg( 'readonly', $value['attrs'] ) ) {
+	  $str .= '<td><label>'.$value['name'].'</label></td>';
 	  $str .= '<td><p class="ctrl">'.KolabForm::htmlentities($value['value']).'</p><input name="user_'.$key.'" type="hidden" value="'.
 	    KolabForm::htmlentities($uname).'" /><input name="domain_'.$key.'" type="hidden" value="'.
 	    KolabForm::htmlentities($domain).'" /></td>';
    
    
More information about the commits
mailing list