|
From: Paul S. O. <ps...@us...> - 2002-04-08 16:39:05
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv32384/templates/subSilver
Modified Files:
Tag: phpBB-2_0_0
posting_topic_review.tpl
Log Message:
Minor change to tag
Index: posting_topic_review.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/posting_topic_review.tpl,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** posting_topic_review.tpl 31 Mar 2002 00:06:34 -0000 1.4
--- posting_topic_review.tpl 8 Apr 2002 13:29:53 -0000 1.4.2.1
***************
*** 8,12 ****
<td class="row1"><iframe width="100%" height="300" src="{U_REVIEW_TOPIC}" >
<!-- END switch_inline_mode -->
! <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline" style="border: 0px #006699 solid ">
<tr>
<th class="thCornerL" width="22%" height="26">{L_AUTHOR}</th>
--- 8,12 ----
<td class="row1"><iframe width="100%" height="300" src="{U_REVIEW_TOPIC}" >
<!-- END switch_inline_mode -->
! <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
<th class="thCornerL" width="22%" height="26">{L_AUTHOR}</th>
|