You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/11/15 00:38:16 UTC

svn commit: r595137 - /lenya/trunk/src/modules-core/administration/usecases/userProfile.jx

Author: andreas
Date: Wed Nov 14 15:38:14 2007
New Revision: 595137

URL: http://svn.apache.org/viewvc?rev=595137&view=rev
Log:
Don't require user fullname (don't show asterisk)

Modified:
    lenya/trunk/src/modules-core/administration/usecases/userProfile.jx

Modified: lenya/trunk/src/modules-core/administration/usecases/userProfile.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/administration/usecases/userProfile.jx?rev=595137&r1=595136&r2=595137&view=diff
==============================================================================
--- lenya/trunk/src/modules-core/administration/usecases/userProfile.jx (original)
+++ lenya/trunk/src/modules-core/administration/usecases/userProfile.jx Wed Nov 14 15:38:14 2007
@@ -44,7 +44,7 @@
           <td><jx:out value="${usecase.getParameter('userId')}"/></td>
         </tr>
         <tr>
-          <td class="lenya-entry-caption"><label for="name"><i18n:text>Name</i18n:text> *</label>:</td>
+          <td class="lenya-entry-caption"><label for="name"><i18n:text>Name</i18n:text></label>:</td>
           <td><input type="text" name="fullName" class="lenya-form-element" value="${usecase.getParameter('fullName')}"/></td>
         </tr>
         <tr>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org