[geeklog-hg] geeklog: Made Poll answers in admin editor one line

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Sep 28 20:34:48 EDT 2013


changeset 9315:ee410d72cb59
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/ee410d72cb59
user: Tom <websitemaster at cogeco.net>
date: Sat Sep 28 20:34:29 2013 -0400
description:
Made Poll answers in admin editor one line

diffstat:

 plugins/polls/templates/admin/pollansweroption.thtml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 41fd95df6f9e -r ee410d72cb59 plugins/polls/templates/admin/pollansweroption.thtml
--- a/plugins/polls/templates/admin/pollansweroption.thtml	Sat Sep 28 17:37:59 2013 -0400
+++ b/plugins/polls/templates/admin/pollansweroption.thtml	Sat Sep 28 20:34:29 2013 -0400
@@ -3,7 +3,7 @@
 <div style="margin-bottom:1.5em;">
   <input type="text" name="answer[{question_id}][]" value="{answer_text}" maxlength="255" class="size3"{xhtml}> /
   <input type="text" name="votes[{question_id}][]" value="{answer_votes}" class="size1"{xhtml}> /
-  <input type="text" name="remark[{question_id}][]" value="{remark_text}" maxlength="255" class="size5"{xhtml}>
+  <input type="text" name="remark[{question_id}][]" value="{remark_text}" maxlength="255" class="size3"{xhtml}>
 </div>
 
 {# end {templatelocation} #}



More information about the geeklog-cvs mailing list