[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/comment commentbar.thtml, 1.14, 1.15

Dirk Haun dhaun at qs1489.pair.com
Sun Jul 27 12:50:04 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/comment
In directory qs1489.pair.com:/tmp/cvs-serv5129/professional/comment

Modified Files:
	commentbar.thtml 
Log Message:
A small tweak to the Professional theme's commentbar to make the "Post a comment" option easier to find


Index: commentbar.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/comment/commentbar.thtml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** commentbar.thtml	2 Jan 2008 12:48:47 -0000	1.14
--- commentbar.thtml	27 Jul 2008 16:50:01 -0000	1.15
***************
*** 4,18 ****
      <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">
!         <div>
!             {hidden_field}
!             {order_selector}
!             {mode_selector}
!             <input type="submit" value="{lang_refresh}"{xhtml}>
!             <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}>
--- 4,9 ----
      <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>
! <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}>
***************
*** 23,27 ****
          </div>
      </form>
! </div>
  <div class="commentbar-line3">
      {lang_disclaimer}
--- 14,27 ----
          </div>
      </form>
!     <form action="{parent_url}" method="post" class="floatright" style="display:inline;">
!         <div>
!             {hidden_field}
!             {order_selector}
!             {mode_selector}
!             <input type="submit" value="{lang_refresh}"{xhtml}>
!             <input type="hidden" name="type" value="{comment_type}"{xhtml}>
!         </div>
!     </form>
! </td></tr></table>
  <div class="commentbar-line3">
      {lang_disclaimer}




More information about the geeklog-cvs mailing list