[pLog-svn] r5546 - plog/trunk/templates/admin

mark at devel.lifetype.net mark at devel.lifetype.net
Fri Jun 15 00:06:28 EDT 2007


Author: mark
Date: 2007-06-15 00:06:28 -0400 (Fri, 15 Jun 2007)
New Revision: 5546

Modified:
   plog/trunk/templates/admin/editfriend.template
   plog/trunk/templates/admin/editfriendgroup.template
   plog/trunk/templates/admin/newfriend.template
   plog/trunk/templates/admin/newfriendgroup.template
Log:
Remove the required symbol "*" in description field.

Modified: plog/trunk/templates/admin/editfriend.template
===================================================================
--- plog/trunk/templates/admin/editfriend.template	2007-06-13 21:52:19 UTC (rev 5545)
+++ plog/trunk/templates/admin/editfriend.template	2007-06-15 04:06:28 UTC (rev 5546)
@@ -52,7 +52,7 @@
    
    <div class="field">
     <label for="friendDescription">{$locale->tr("description")}</label>
-    <span class="required">*</span>
+    <span class="required"></span>
     <div class="formHelp">{$locale->tr("friend_description_help")}</div>
     <textarea name="friendDescription" id="friendDescription" cols="60" rows="5">{$friendDescription}</textarea>
     {include file="$admintemplatepath/validate.template" field=friendDescription message=$locale->tr("error_empty_description")}

Modified: plog/trunk/templates/admin/editfriendgroup.template
===================================================================
--- plog/trunk/templates/admin/editfriendgroup.template	2007-06-13 21:52:19 UTC (rev 5545)
+++ plog/trunk/templates/admin/editfriendgroup.template	2007-06-15 04:06:28 UTC (rev 5546)
@@ -17,7 +17,7 @@
 
    <div class="field">
     <label for="groupDescription">{$locale->tr("description")}</label>
-    <span class="required">*</span>
+    <span class="required"></span>
     <div class="formHelp">{$locale->tr("category_description_help")}</div>
     <textarea name="groupDescription" id="groupDescription" cols="60" rows="5">{$groupDescription}</textarea>
     {include file="$admintemplatepath/validate.template" field=groupDescription message=$locale->tr("error_empty_description")}

Modified: plog/trunk/templates/admin/newfriend.template
===================================================================
--- plog/trunk/templates/admin/newfriend.template	2007-06-13 21:52:19 UTC (rev 5545)
+++ plog/trunk/templates/admin/newfriend.template	2007-06-15 04:06:28 UTC (rev 5546)
@@ -31,7 +31,7 @@
    
    <div class="field">
     <label for="friendDescription">{$locale->tr("description")}</label>
-    <span class="required">*</span>
+    <span class="required"></span>
     <div class="formHelp">{$locale->tr("friend_description_help")}</div> 
     <textarea name="friendDescription" cols="60" id="friendDescription" rows="5">{$friendDescription}</textarea>
     {include file="$admintemplatepath/validate.template" field=friendDescription message=$locale->tr("error_empty_description")}  
@@ -39,7 +39,7 @@
    
    <div class="field">
     <label for="invitationText">{$locale->tr("invitation_text")}</label>
-    <span class="required">*</span>
+    <span class="required"></span>
     <div class="formHelp">{$locale->tr("invitation_text_help")}</div>
     <textarea rows="10" cols="70" id="invitationText" name="invitationText">{if empty($invitationText)}{$locale->tr("default_invitation_text")}{else}{$invitationText}{/if}</textarea>
     {include file="$admintemplatepath/validate.template" field=invitationText message=$locale->tr("error_empty_text")}

Modified: plog/trunk/templates/admin/newfriendgroup.template
===================================================================
--- plog/trunk/templates/admin/newfriendgroup.template	2007-06-13 21:52:19 UTC (rev 5545)
+++ plog/trunk/templates/admin/newfriendgroup.template	2007-06-15 04:06:28 UTC (rev 5546)
@@ -16,7 +16,7 @@
 
    <div class="field">
     <label for="groupDescription">{$locale->tr("description")}</label>
-    <span class="required">*</span>
+    <span class="required"></span>
     <div class="formHelp">{$locale->tr("group_description_help")}</div>
     <textarea name="groupDescription" cols="60" id="groupDescription" rows="5">{$groupDescription}</textarea>
     {include file="$admintemplatepath/validate.template" field=groupDescription message=$locale->tr("error_empty_description")}



More information about the pLog-svn mailing list