[geeklog-hg] geeklog: Fixed professional_css theme missing	#commenteditform a...
    geeklog-cvs at lists.geeklog.net 
    geeklog-cvs at lists.geeklog.net
       
    Mon Apr  8 10:25:24 EDT 2013
    
    
  
changeset 9045:a3b9787c6cfa
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/a3b9787c6cfa
user: dengen
date: Mon Apr 08 23:25:00 2013 +0900
description:
Fixed professional_css theme missing #commenteditform anchor tag (bug #0001578)
diffstat:
 public_html/layout/professional_css/comment/commentform_advanced.thtml |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r e2d4940922ba -r a3b9787c6cfa public_html/layout/professional_css/comment/commentform_advanced.thtml
--- a/public_html/layout/professional_css/comment/commentform_advanced.thtml	Mon Apr 08 23:19:25 2013 +0900
+++ b/public_html/layout/professional_css/comment/commentform_advanced.thtml	Mon Apr 08 23:25:00 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