9 Aug 2012 14:57
[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[42562] trunk/templates/comment/post.tpl
Revision: 42562
http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=42562&view=rev
Author: gezzzan
Date: 2012-08-09 12:57:09 +0000 (Thu, 09 Aug 2012)
Log Message:
-----------
[MOD] Few layout simplifications and css class additions to have a nicer look
Modified Paths:
--------------
trunk/templates/comment/post.tpl
Modified: trunk/templates/comment/post.tpl
===================================================================
--- trunk/templates/comment/post.tpl 2012-08-09 10:56:21 UTC (rev 42561)
+++ trunk/templates/comment/post.tpl 2012-08-09 12:57:09 UTC (rev 42562)
<at> <at> -5,35 +5,31 <at> <at>
<form method="post" action="{service controller=comment action=post}">
{if ! $user or $prefs.feature_comments_post_as_anonymous eq 'y'}
<fieldset>
- <legend>{tr}Identity{/tr}</legend>
{if $user}
{remarksbox type=warning title="Anonymous posting"}
- {tr}You are currently registered on this site. This section is <strong>optional</strong>. By
filling it, you will not link this post to your account and preserve your anonymity.{/tr}
+ {tr}You are currently registered on this site. This section is optional. By filling it, you will
not link this post to your account and preserve your anonymity.{/tr}
{/remarksbox}
{/if}
- <label class="clearfix">{tr}Pseudonym:{/tr} <input type="text" name="anonymous_name" value="{$anonymous_name|escape}"/></label>
(Continue reading)
RSS Feed