[geeklog-cvs] geeklog-1.3/public_html/layout/Digital_Monochrome/comment comment.thtml,1.3,1.4

vinny at iowaoutdoors.org vinny at iowaoutdoors.org
Tue Sep 28 13:46:53 EDT 2004


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

Modified Files:
comment.thtml
Log Message:
Updated comment.thtml to use <div> instead of <table> to fix formatting
problem in IE (also should speed up rendering a little bit).


Index: comment.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/Digital_Monochrome/comment/comment.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** comment.thtml 27 Feb 2004 20:23:40 -0000 1.3
--- comment.thtml 28 Sep 2004 17:46:51 -0000 1.4
***************
*** 1,8 ****
<div class="comment" style="padding-left: {indent}px">
! <table width="100%" cellspacing="0">
! <tr><td class="commenttitle">{title}</td></tr>
! <tr><td>{lang_authoredby} {start_author_anchortag}{author}{end_author_anchortag} {lang_on} {date}</td></tr>
! <tr><td valign="top">{comments}</td></tr>
! <tr><td><span {hide_if_preview}>[ <a href="{site_url}/comment.php?sid={sid}&amp;pid={pid}&amp;title={title}&amp;type={type}">{lang_replytothis}</a> {parent_link} {delete_option}]</span></td></tr>
! </table>
</div>
--- 1,6 ----
<div class="comment" style="padding-left: {indent}px">
! <div class="commenttitle">{title}</div>
! <div>{lang_authoredby} {start_author_anchortag}{author}{end_author_anchortag} {lang_on} {date}</div>
! <div style="verticle-align: top">{comments}</div>
! <div><span {hide_if_preview}>[ <a href="{site_url}/comment.php?sid={sid}&amp;pid={pid}&amp;title={title}&amp;type={type}">{lang_replytothis}</a> {parent_link} {delete_option}]</span></div>
</div>




More information about the geeklog-cvs mailing list