[geeklog-hg] geeklog: Doubled number of columns displayed for comments in Mod...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Apr 26 14:31:43 EDT 2014


changeset 9527:92e15562f5c3
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/92e15562f5c3
user: Tom
date: Sat Apr 26 14:31:46 2014 -0400
description:
Doubled number of columns displayed for comments in Modern Curve theme

diffstat:

 public_html/layout/modern_curve/comment/commentform.thtml          |  2 +-
 public_html/layout/modern_curve/comment/commentform_advanced.thtml |  4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 986772bab6f4 -r 92e15562f5c3 public_html/layout/modern_curve/comment/commentform.thtml
--- a/public_html/layout/modern_curve/comment/commentform.thtml	Sat Apr 26 10:40:07 2014 -0400
+++ b/public_html/layout/modern_curve/comment/commentform.thtml	Sat Apr 26 14:31:46 2014 -0400
@@ -23,7 +23,7 @@
       <dd class="title"><input type="text" size="32" value="{title}" maxlength="96" name="title" id="commentform-title" class="text"{xhtml}></dd>
 
       <dt><label for="comment_text">{lang_comment}</label></dt>
-      <dd><textarea rows="10" cols="45" name="comment" id="comment_text">{comment}</textarea></dd>
+      <dd><textarea rows="10" cols="90" name="comment" id="comment_text">{comment}</textarea></dd>
       <dd class="description">{allowed_html}</dd>
 
       <dt><label for="commentform-postmode">{lang_postmode}</label></dt>
diff -r 986772bab6f4 -r 92e15562f5c3 public_html/layout/modern_curve/comment/commentform_advanced.thtml
--- a/public_html/layout/modern_curve/comment/commentform_advanced.thtml	Sat Apr 26 10:40:07 2014 -0400
+++ b/public_html/layout/modern_curve/comment/commentform_advanced.thtml	Sat Apr 26 14:31:46 2014 -0400
@@ -25,10 +25,10 @@
           <dt><label for="comment_text">{lang_comment}</label></dt>
           <dd>
             <div id="text_editor" style="display: {show_texteditor};">
-              <textarea cols="45" rows="10" name="comment" id="comment_text">{comment}</textarea>
+              <textarea cols="90" rows="10" name="comment" id="comment_text">{comment}</textarea>
             </div>
             <div id="html_editor" style="display: {show_htmleditor};">
-              <textarea cols="45" rows="10" name="comment_html" id="comment_html">{comment}</textarea>
+              <textarea cols="90" rows="10" name="comment_html" id="comment_html">{comment}</textarea>
             </div>
           </dd>
           <dd class="description">{allowed_html}</dd>



More information about the geeklog-cvs mailing list