[geeklog-cvs] geeklog: Reverted to an earlier version of commentbar.thtml (as ...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Apr 10 16:17:57 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/d12ae9331d4d
changeset: 6907:d12ae9331d4d
user:      Dirk Haun <dirk at haun-online.de>
date:      Fri Apr 10 20:43:59 2009 +0200
description:
Reverted to an earlier version of commentbar.thtml (as shipped with 1.5.x)

diffstat:

1 file changed, 12 insertions(+), 12 deletions(-)
public_html/layout/professional/comment/commentbar.thtml |   24 +++++++-------

diffs (41 lines):

diff -r d07d5b87ddba -r d12ae9331d4d public_html/layout/professional/comment/commentbar.thtml
--- a/public_html/layout/professional/comment/commentbar.thtml	Fri Apr 10 20:33:35 2009 +0200
+++ b/public_html/layout/professional/comment/commentbar.thtml	Fri Apr 10 20:43:59 2009 +0200
@@ -3,8 +3,17 @@
 <div class="commentbar-line1">
     <b>{start_storylink_anchortag}{story_title}{end_storylink_anchortag}</b> | {num_comments} {lang_comments} | {user_nullname} <a href="{login_logout_url}" rel="nofollow" class="commentbar1">{lang_login_logout}</a>
 </div>
-<div class="commentbar-line2">
-    <form style="display: inline" action="{parent_url}" method="post">
+<table cellpadding="0" style="width:100%;" class="commentbar-line2"><tr><td>
+    <form action="{site_url}/comment.php" method="post" class="floatleft" style="display:inline;">
+        <div>
+            <input type="hidden" name="sid" value="{sid}"{xhtml}>
+            <input type="hidden" name="pid" value="0"{xhtml}>
+            <input type="hidden" name="type" value="{comment_type}"{xhtml}>
+            <input type="hidden" name="title" value="{comment_title}"{xhtml}>
+            <input type="{reply_hidden_or_submit}" name="reply" value="{lang_reply}"{xhtml}>
+        </div>
+    </form>
+    <form action="{parent_url}" method="post" class="floatright" style="display:inline;">
         <div>
             {hidden_field}
             {order_selector}
@@ -13,16 +22,7 @@
             <input type="hidden" name="type" value="{comment_type}"{xhtml}>
         </div>
     </form>
-    <form style="display: inline" action="{site_url}/comment.php" method="post">
-        <div>
-            <input type="hidden" name="sid" value="{sid}"{xhtml}>
-            <input type="hidden" name="pid" value="0"{xhtml}>
-            <input type="hidden" name="type" value="{comment_type}"{xhtml}>
-            <input type="hidden" name="title" value="{comment_title}"{xhtml}>
-            <input type="{reply_hidden_or_submit}" name="reply" value="{lang_reply}"{xhtml}>
-        </div>
-    </form>
-</div>
+</td></tr></table>
 <div class="commentbar-line3">
     {lang_disclaimer}
 </div>



More information about the geeklog-cvs mailing list