[pLog-svn] r5276 - plog/branches/lifetype-1.2/templates/default
    mark at devel.lifetype.net 
    mark at devel.lifetype.net
       
    Fri Apr  6 09:55:57 EDT 2007
    
    
  
Author: mark
Date: 2007-04-06 09:55:57 -0400 (Fri, 06 Apr 2007)
New Revision: 5276
Modified:
   plog/branches/lifetype-1.2/templates/default/commentform.template
Log:
Add a new string "Required" to indicate the field is must!
Modified: plog/branches/lifetype-1.2/templates/default/commentform.template
===================================================================
--- plog/branches/lifetype-1.2/templates/default/commentform.template	2007-04-06 13:55:11 UTC (rev 5275)
+++ plog/branches/lifetype-1.2/templates/default/commentform.template	2007-04-06 13:55:57 UTC (rev 5276)
@@ -5,8 +5,8 @@
 <legend>{$locale->tr("add_comment")}</legend>
 {dynamic}
 <div><label for="commentTopic">{$locale->pr("comment_topic")}</label><input type="text" name="commentTopic" id="commentTopic" value="{$topic}" /></div>
-<div><label for="commentText">{$locale->pr("comment_text")}</label><textarea rows="10" cols="30" name="commentText" id="commentText"></textarea></div>
-<div><label for="userName">{$locale->pr("comment_username")}</label>
+<div><label for="commentText">{$locale->pr("comment_text")} ({$locale->tr("required")})</label><textarea rows="10" cols="30" name="commentText" id="commentText"></textarea></div>
+<div><label for="userName">{$locale->pr("comment_username")} ({$locale->tr("required")})</label>
 	{if $authuser}
 	<span id="AuthUser">{$authuser->getUsername()} ({$locale->tr("form_authenticated")})</span>
 	<input type="hidden" name="userName" id="userNameHidden" value="{if $authuser}{$authuser->getUsername()}{/if}" /></div>
    
    
More information about the pLog-svn
mailing list