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

Oscar Renalias oscar at renalias.net
Fri Jun 15 14:02:25 EDT 2007


About the friends stuff, I was testing it a couple of days ago but I  
didn't get very far... I can't even add new friends :)

I had a look at the code and I saw this in the "new friend" page:

      <input type="text" value="" id="friendName" name="friendName"  
readonly="readonly" />

Is this correct? If so, how do I add new friends? :)

On 15 Jun 2007, at 07:06, mark at devel.lifetype.net wrote:

> 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")}
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn
>



More information about the pLog-svn mailing list