gunnar: server/kolab-webadmin/kolab-webadmin/php/admin/templates createuser.tpl, 1.1, 1.2

cvs at kolab.org cvs at kolab.org
Mon Jun 28 15:50:24 CEST 2010


Author: gunnar

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

Modified Files:
	createuser.tpl 
Log Message:
kolab/issue606 (It is not possible to register people with middlename correctly) 

Index: createuser.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/createuser.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- createuser.tpl	11 Mar 2005 10:32:36 -0000	1.1
+++ createuser.tpl	28 Jun 2010 13:50:22 -0000	1.2
@@ -17,6 +17,11 @@
 	<td>{tr msg="Required"}</td>
 </tr>
 <tr>
+	<td>{tr msg="Middle Name"}</td>
+	<td><input name="middlename" type="text" value="" size="50" onfocus="javascript:this.select()" /></td>
+	<td></td>
+</tr>
+<tr>
 	<td>{tr msg="Last Name"}</td>
 	<td><input name="lastname" type="text" value="" size="50" onfocus="javascript:this.select()" /></td>
 	<td>{tr msg="Required"}</td>
@@ -37,7 +42,8 @@
 	<td>{tr msg="Required, non volatile"}</td>
 </tr>
 <tr>
-	<td>{tr msg="Title"}</td><td><input name="title_0" type="text" value=""  size="50" onfocus="javascript:this.select()" /></td>
+	<td>{tr msg="Title"}</td>
+	<td><input name="title_0" type="text" value=""  size="50" onfocus="javascript:this.select()" /></td>
 	<td></td>
 </tr>
 <tr>





More information about the commits mailing list