[pLog-svn] r5173 - plog/branches/lifetype-1.2/templates/default

reto at devel.lifetype.net reto at devel.lifetype.net
Sat Mar 24 17:38:58 EDT 2007


Author: reto
Date: 2007-03-24 17:38:57 -0400 (Sat, 24 Mar 2007)
New Revision: 5173

Modified:
   plog/branches/lifetype-1.2/templates/default/commentform.template
Log:
slight correction to make the default template more semantic. I've already checked all the 1.2 templates. commits follow


Modified: plog/branches/lifetype-1.2/templates/default/commentform.template
===================================================================
--- plog/branches/lifetype-1.2/templates/default/commentform.template	2007-03-24 18:25:23 UTC (rev 5172)
+++ plog/branches/lifetype-1.2/templates/default/commentform.template	2007-03-24 21:38:57 UTC (rev 5173)
@@ -8,7 +8,7 @@
 <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>
 	{if $authuser}
-	{$authuser->getUsername()} (<b>{$locale->tr("form_authenticated")}</b>)<br />
+	<span id="AuthUser">{$authuser->getUsername()} ({$locale->tr("form_authenticated")})</span>
 	<input type="hidden" name="userName" id="userNameHidden" value="{if $authuser}{$authuser->getUsername()}{/if}" /></div>
 	{else}
 	<input type="text" name="userName" id="userName" value="" /></div>



More information about the pLog-svn mailing list