[limb-svn] r6483 - 3.x/trunk/limb/cms/template/admin_user

svn at limb-project.com svn at limb-project.com
Fri Nov 2 18:18:06 MSK 2007


Author: serega
Date: 2007-11-02 18:18:06 +0300 (Fri, 02 Nov 2007)
New Revision: 6483
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6483

Modified:
   3.x/trunk/limb/cms/template/admin_user/common_fields.html
   3.x/trunk/limb/cms/template/admin_user/display.html
Log:
-- now we use "name" field in "user" table instead of "first_name", "last_name" and "middle_name" to simplicity

Modified: 3.x/trunk/limb/cms/template/admin_user/common_fields.html
===================================================================
--- 3.x/trunk/limb/cms/template/admin_user/common_fields.html	2007-11-02 07:59:36 UTC (rev 6482)
+++ 3.x/trunk/limb/cms/template/admin_user/common_fields.html	2007-11-02 15:18:06 UTC (rev 6483)
@@ -5,21 +5,11 @@
   </div>
 
   <div class='required field'>
-    <label for="first_name">First name:</label>
-    <input name="first_name" type="text" title="First name" />
+    <label for="name">Name:</label>
+    <input name="name" type="text" title="Name" />
   </div>
 
   <div class='required field'>
-    <label for="last_name">Last name:</label>
-    <input name="last_name" type="text" title="Last name"/>
-  </div>
-
-  <div class='required field'>
-    <label for="middle_name">Middle name:</label>
-    <input name="middle_name" type="text" title="Middle name" />
-  </div>
-
-  <div class='required field'>
     <label for="email">Email:</label>
     <input name="email" type="text" title="Email"/>
   </div>

Modified: 3.x/trunk/limb/cms/template/admin_user/display.html
===================================================================
--- 3.x/trunk/limb/cms/template/admin_user/display.html	2007-11-02 07:59:36 UTC (rev 6482)
+++ 3.x/trunk/limb/cms/template/admin_user/display.html	2007-11-02 15:18:06 UTC (rev 6483)
@@ -26,7 +26,7 @@
           <tr>
             <th class='selector'><core:INCLUDE file='_cms/selector.html'></th>
             <th>#ID</th>
-            <th>Full name</th>
+            <th>Name</th>
             <th>Login</th>
             <th>E-mail</th>
             <th>Role</th>
@@ -37,7 +37,7 @@
             <tr class='{$Parity}'>
               <td class='selector'><input type='checkbox' name='ids[]' value='{$id}' runat='client'/></td>
               <td>#{$id}</td>
-              <td>{$full_name}</td>
+              <td>{$name}</td>
               <td>{$login}</td>
               <td><a href='mailto:{$email}'>{$email}</a></td>
               <td>{$current_role.name}</td>



More information about the limb-svn mailing list