[geeklog-cvs] geeklog: newpro & professional_css: Fix comment submission error...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Apr 30 16:50:47 EDT 2012


changeset 8664:3416bbe8c49e
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/3416bbe8c49e
user: Rouslan Placella <rouslan at placella.com>
date: Mon Apr 30 21:50:30 2012 +0100
description:
newpro & professional_css: Fix comment submission error with advanced editor

diffstat:

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

diffs (24 lines):

diff -r 44a1b9f0a399 -r 3416bbe8c49e public_html/layout/newpro/comment/commentform_advanced.thtml
--- a/public_html/layout/newpro/comment/commentform_advanced.thtml	Mon Apr 30 20:18:07 2012 +0100
+++ b/public_html/layout/newpro/comment/commentform_advanced.thtml	Mon Apr 30 21:50:30 2012 +0100
@@ -4,7 +4,7 @@
 {noscript}
 <div id="advanced_editor" style="display:none;">
     {start_block_postacomment}
-    <form action="{site_url}/comment.php" method="post" onsubmit='set_postcontent();' id="commentform_advanced" class="linear">
+    <form action="{form_url}" method="post" onsubmit='set_postcontent();' id="commentform_advanced" class="linear">
       <div class="user_basic">
         <dl>
           <dt class="username">{lang_username}</dt>
diff -r 44a1b9f0a399 -r 3416bbe8c49e public_html/layout/professional_css/comment/commentform_advanced.thtml
--- a/public_html/layout/professional_css/comment/commentform_advanced.thtml	Mon Apr 30 20:18:07 2012 +0100
+++ b/public_html/layout/professional_css/comment/commentform_advanced.thtml	Mon Apr 30 21:50:30 2012 +0100
@@ -4,7 +4,7 @@
 {noscript}
 <div id="advanced_editor" style="display:none;">
     {start_block_postacomment}
-    <form action="{site_url}/comment.php" method="post" onsubmit='set_postcontent();' id="commentform_advanced" class="linear">
+    <form action="{form_url}" method="post" onsubmit='set_postcontent();' id="commentform_advanced" class="linear">
       <div class="user_basic">
         <dl>
           <dt class="username">{lang_username}</dt>



More information about the geeklog-cvs mailing list