[geeklog-cvs] geeklog-1.3/public_html/layout/professional/comment commentbar.thtml,1.1.1.1,1.2

vinny at iowaoutdoors.org vinny at iowaoutdoors.org
Mon Jan 24 23:04:17 EST 2005


Update of /var/cvs/geeklog-1.3/public_html/layout/professional/comment
In directory www:/tmp/cvs-serv23614/public_html/layout/professional/comment

Modified Files:
	commentbar.thtml 
Log Message:
Comment form ready (including plugins), comment bar fixes, minor (though 
important) theme change to commentbar.thtml, removed (ugly) legacy code
from article.php.


Index: commentbar.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/professional/comment/commentbar.thtml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** commentbar.thtml	26 Sep 2004 09:59:55 -0000	1.1.1.1
--- commentbar.thtml	25 Jan 2005 04:04:15 -0000	1.2
***************
*** 5,9 ****
    <tr>
      <td align="center" class="commentbar2">
!       <form action="{parent_url}" method="POST">
          {hidden_field}
          {order_selector}
--- 5,9 ----
    <tr>
      <td align="center" class="commentbar2">
!       <form style="display: inline" action="{parent_url}" method="POST">
          {hidden_field}
          {order_selector}
***************
*** 11,14 ****
--- 11,19 ----
          <input type="submit" value="{lang_refresh}">
          <input type="hidden" name="type" value="{comment_type}">
+       </form>
+       <form style="display: inline" action="{site_url}/comment.php" method="POST">
+         <input type="hidden" name="sid" value="{sid}">
+         <input type="hidden" name="pid" value="0">
+         <input type="hidden" name="type" value="{comment_type}">
          <input type="submit" name="reply" value="{lang_reply}">
        </form>




More information about the geeklog-cvs mailing list