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/02/20 16:07:17 UTC

svn commit: r509594 - /lenya/trunk/src/modules-core/administration/usecases/groupProfile.jx

Author: andreas
Date: Tue Feb 20 07:07:17 2007
New Revision: 509594

URL: http://svn.apache.org/viewvc?view=rev&rev=509594
Log:
Remove mandatory note for group name

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

Modified: lenya/trunk/src/modules-core/administration/usecases/groupProfile.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/administration/usecases/groupProfile.jx?view=diff&rev=509594&r1=509593&r2=509594
==============================================================================
--- lenya/trunk/src/modules-core/administration/usecases/groupProfile.jx (original)
+++ lenya/trunk/src/modules-core/administration/usecases/groupProfile.jx Tue Feb 20 07:07:17 2007
@@ -44,7 +44,7 @@
           <td><jx:out value="${usecase.getParameter('groupId')}"/></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="name" class="lenya-form-element" value="${usecase.getParameter('name')}"/></td>
         </tr>
         <tr>



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