Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Commit

Permalink
Better markup for comment form options.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowled committed Nov 14, 2012
1 parent 5533f4f commit 1579bf6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions UTF-8/lang_de.inc.php
Expand Up @@ -25,3 +25,4 @@
@define('TWOK11_EMPTYTRACKBACK', 'Die Anzeige des Inhaltes dieses Trackbacks ist leider nicht möglich.');
@define('TWOK11_TRACKBACKPREVIEW', 'Vorschau anzeigen');
@define('TWOK11_REPLYORIGIN', 'Ursprung');
@define('TWOK11_FORMOPTIONS', 'Formular-Optionen');
1 change: 1 addition & 0 deletions UTF-8/lang_en.inc.php
Expand Up @@ -25,3 +25,4 @@
@define('TWOK11_EMPTYTRACKBACK', 'Unfortunately, the contents of this trackback can not be displayed.');
@define('TWOK11_TRACKBACKPREVIEW', 'Show preview');
@define('TWOK11_REPLYORIGIN', 'Origin');
@define('TWOK11_FORMOPTIONS', 'Form options');
5 changes: 3 additions & 2 deletions commentform.tpl
Expand Up @@ -37,7 +37,8 @@
</div>
{serendipity_hookPlugin hook="frontend_comment" data=$commentform_entry}
{if $is_commentform_showToolbar}
<div class="form_toolbar">
<fieldset class="form_toolbar">
<legend class="visuallyhidden">{$CONST.TWOK11_FORMOPTIONS}</legend>
<div class="form_box">
<input id="checkbox_remember" name="serendipity[remember]" type="checkbox" {$commentform_remember}><label for="checkbox_remember">{$CONST.REMEMBER_INFO}</label>
</div>
Expand All @@ -46,7 +47,7 @@
<input id="checkbox_subscribe" name="serendipity[subscribe]" type="checkbox" {$commentform_subscribe} ><label for="checkbox_subscribe">{$CONST.SUBSCRIBE_TO_THIS_ENTRY}</label>
</div>
{/if}
</div>
</fieldset>
{/if}
{if $is_moderate_comments}
<p class="serendipity_msg_important">{$CONST.COMMENTS_WILL_BE_MODERATED}</p>
Expand Down
1 change: 1 addition & 0 deletions lang_de.inc.php
Expand Up @@ -25,3 +25,4 @@
@define('TWOK11_EMPTYTRACKBACK', 'Die Anzeige des Inhaltes dieses Trackbacks ist leider nicht möglich.');
@define('TWOK11_TRACKBACKPREVIEW', 'Vorschau anzeigen');
@define('TWOK11_REPLYORIGIN', 'Antwort auf');
@define('TWOK11_FORMOPTIONS', 'Formular-Optionen');
1 change: 1 addition & 0 deletions lang_en.inc.php
Expand Up @@ -25,3 +25,4 @@
@define('TWOK11_EMPTYTRACKBACK', 'Unfortunately, the contents of this trackback can not be displayed.');
@define('TWOK11_TRACKBACKPREVIEW', 'Show preview');
@define('TWOK11_REPLYORIGIN', 'Origin');
@define('TWOK11_FORMOPTIONS', 'Form options');

0 comments on commit 1579bf6

Please sign in to comment.