thomas: server/kolab-webadmin/kolab-webadmin/php/admin/include form.class.php, 1.32, 1.32.2.1

cvs at kolab.org cvs at kolab.org
Wed Nov 21 17:17:26 CET 2007


Author: thomas

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

Modified Files:
      Tag: kolab_2_1_branch
	form.class.php 
Log Message:
Fix kolab/issue1912 (some field descriptions missing in web admin interface)


Index: form.class.php
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/include/form.class.php,v
retrieving revision 1.32
retrieving revision 1.32.2.1
diff -u -d -r1.32 -r1.32.2.1
--- form.class.php	12 Jul 2007 16:28:23 -0000	1.32
+++ form.class.php	21 Nov 2007 16:17:24 -0000	1.32.2.1
@@ -154,6 +154,7 @@
 	  list($uname,$domain) = split('@',$value['value']);
 	}
 	if( ereg( 'readonly', $value['attrs'] ) ) {
+	  $str .= '<td><label>'.$value['name'].'</label></td>';
 	  $str .= '<td><p class="ctrl">'.MySmarty::htmlentities($value['value']).'</p><input name="user_'.$key.'" type="hidden" value="'.
 	    MySmarty::htmlentities($uname).'" /><input name="domain_'.$key.'" type="hidden" value="'.
 	    MySmarty::htmlentities($domain).'" /></td>';





More information about the commits mailing list