[geeklog-hg] geeklog: cosmetic change for consistency ("fieldhelp" for checkb...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Mar 23 17:29:46 EDT 2013


changeset 9012:dd3b702b23c5
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/dd3b702b23c5
user: Dirk Haun <dirk at haun-online.de>
date: Sat Mar 23 21:56:06 2013 +0100
description:
cosmetic change for consistency ("fieldhelp" for checkbox help text)

diffstat:

 public_html/layout/modern_curve/admin/block/blockeditor.thtml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 73b365489214 -r dd3b702b23c5 public_html/layout/modern_curve/admin/block/blockeditor.thtml
--- a/public_html/layout/modern_curve/admin/block/blockeditor.thtml	Sat Mar 23 19:10:37 2013 +0100
+++ b/public_html/layout/modern_curve/admin/block/blockeditor.thtml	Sat Mar 23 21:56:06 2013 +0100
@@ -81,7 +81,7 @@
       <dt><label for="admin-blockeditor-content">{lang_blockcontent}</label></dt>
       <dd><textarea cols="40" rows="12" name="content" id="admin-blockeditor-content">{block_content}</textarea></dd>
       <dt>{lang_autotags}</dt>
-      <dd><input type="checkbox" name="allow_autotags" {allow_autotags}{xhtml}>({lang_use_autotags})</dd>
+      <dd><input type="checkbox" name="allow_autotags" {allow_autotags}{xhtml}><span class="fieldhelp">{lang_use_autotags}</span></dd>
     </dl>
 
     <p class="description">{lang_allowed_html}</p>



More information about the geeklog-cvs mailing list