[geeklog-hg] geeklog: Fixed Modern Curve theme missing #commenteditform ancho...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Apr 8 10:20:01 EDT 2013


changeset 9044:e2d4940922ba
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/e2d4940922ba
user: dengen
date: Mon Apr 08 23:19:25 2013 +0900
description:
Fixed Modern Curve theme missing #commenteditform anchor tag (bug #0001578)

diffstat:

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

diffs (23 lines):

diff -r 0e2d9a6af90e -r e2d4940922ba public_html/layout/modern_curve/comment/commentform_advanced.thtml
--- a/public_html/layout/modern_curve/comment/commentform_advanced.thtml	Mon Apr 08 23:02:10 2013 +0900
+++ b/public_html/layout/modern_curve/comment/commentform_advanced.thtml	Mon Apr 08 23:19:25 2013 +0900
@@ -3,7 +3,8 @@
 
 {noscript}
 <div id="advanced_editor" style="display:none;">
-    {start_block_postacomment}
+  {start_block_postacomment}
+  <div id="commenteditform">
     <form action="{form_url}" method="post" onsubmit='set_postcontent();' id="commentform_advanced" class="linear">
       <div class="user_basic">
         <dl>
@@ -68,7 +69,8 @@
         </ul>
       </div>
     </form>
-    {end_block}
+  </div>
+  {end_block}
 </div>
 
 <!-- } comment/commentform_advanced.thtml -->



More information about the geeklog-cvs mailing list