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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Feb 6 15:24:54 GMT 2005


Author: oscar
Date: 2005-02-06 15:24:54 +0000 (Sun, 06 Feb 2005)
New Revision: 968

Modified:
   plog/trunk/templates/admin/editpost.template
Log:
fixed one small issue when htmlarea is enabled

Modified: plog/trunk/templates/admin/editpost.template
===================================================================
--- plog/trunk/templates/admin/editpost.template	2005-02-06 15:14:40 UTC (rev 967)
+++ plog/trunk/templates/admin/editpost.template	2005-02-06 15:24:54 UTC (rev 968)
@@ -40,7 +40,7 @@
 		 <span class="required">*</span>
 		 <div class="formHelp">{$locale->tr("text_help")}</div>
 	     {if !$htmlarea}<script type="text/javascript">var ed1 = new pLogEditor('postText','ed1');</script>{/if}
-	     <textarea {if $htmlarea==1}rows="20"{else}rows="10"{/if} id="postText" name="postText" style="width:100%">{if $htmlarea}{$postTex}{else}{$postText}{/if}</textarea>
+	     <textarea {if $htmlarea==1}rows="20"{else}rows="10"{/if} id="postText" name="postText" style="width:100%">{$postText}</textarea>
 	     {include file="$admintemplatepath/validate.template" field=postText message=$locale->tr("error_missing_post_text")}   
   	     {if !$htmlarea}
 		   <a href="javascript:resource_list_window(1);">{$locale->tr("add_resource")}</a>




More information about the pLog-svn mailing list