[geeklog-hg] geeklog: ProfessionalCSS and Modern Curve: fixed comment submit ...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Jul 11 09:02:13 EDT 2012


changeset 8770:d6b5ae74bbbb
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/d6b5ae74bbbb
user: dengen
date: Wed Jul 11 22:01:28 2012 +0900
description:
ProfessionalCSS and Modern Curve: fixed comment submit button always display. (bug #0001464)

diffstat:

 public_html/layout/modern_curve/comment/commentbar.thtml     |  2 +-
 public_html/layout/professional_css/comment/commentbar.thtml |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 440de737518d -r d6b5ae74bbbb public_html/layout/modern_curve/comment/commentbar.thtml
--- a/public_html/layout/modern_curve/comment/commentbar.thtml	Thu Jul 05 18:51:27 2012 +0900
+++ b/public_html/layout/modern_curve/comment/commentbar.thtml	Wed Jul 11 22:01:28 2012 +0900
@@ -32,7 +32,7 @@
         <input type="hidden" name="{nprefix}pid" value="0"{xhtml}>
         <input type="hidden" name="{nprefix}type" value="{comment_type}"{xhtml}>
         <input type="hidden" name="title" value="{comment_title}"{xhtml}>
-        <input type="submit" name="reply" value="{lang_reply}" class="submit"{xhtml}>
+        <input type="{reply_hidden_or_submit}" name="reply" value="{lang_reply}" class="submit"{xhtml}>
       </li>
     </ul>
   </div>
diff -r 440de737518d -r d6b5ae74bbbb public_html/layout/professional_css/comment/commentbar.thtml
--- a/public_html/layout/professional_css/comment/commentbar.thtml	Thu Jul 05 18:51:27 2012 +0900
+++ b/public_html/layout/professional_css/comment/commentbar.thtml	Wed Jul 11 22:01:28 2012 +0900
@@ -32,7 +32,7 @@
         <input type="hidden" name="{nprefix}pid" value="0"{xhtml}>
         <input type="hidden" name="{nprefix}type" value="{comment_type}"{xhtml}>
         <input type="hidden" name="title" value="{comment_title}"{xhtml}>
-        <input type="submit" name="reply" value="{lang_reply}" class="submit"{xhtml}>
+        <input type="{reply_hidden_or_submit}" name="reply" value="{lang_reply}" class="submit"{xhtml}>
       </li>
     </ul>
   </div>



More information about the geeklog-cvs mailing list