Update of /cvsroot/phpwebsite-comm/modules/article/templates/section
In directory sc8-pr-cvs1:/tmp/cvs-serv11693/templates/section
Modified Files:
Image_Block_Left.tpl Image_Block_Right.tpl
Log Message:
Fixed display issue
Index: Image_Block_Left.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/section/Image_Block_Left.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Image_Block_Left.tpl 6 Aug 2003 02:26:34 -0000 1.1
--- Image_Block_Left.tpl 31 Aug 2003 22:52:29 -0000 1.2
***************
*** 10,15 ****
</td>
<!-- END IMAGE -->
<!-- BEGIN TITLE_TEXT -->
- <td>
<!-- BEGIN TITLE -->
<h3>{TITLE}</h3>
--- 10,15 ----
</td>
<!-- END IMAGE -->
+ <td width="100%">
<!-- BEGIN TITLE_TEXT -->
<!-- BEGIN TITLE -->
<h3>{TITLE}</h3>
***************
*** 18,23 ****
{TEXT}
<!-- END TEXT -->
- </td>
<!-- END TITLE_TEXT -->
</tr>
</table>
--- 18,23 ----
{TEXT}
<!-- END TEXT -->
<!-- END TITLE_TEXT -->
+ </td>
</tr>
</table>
Index: Image_Block_Right.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/section/Image_Block_Right.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Image_Block_Right.tpl 6 Aug 2003 02:26:34 -0000 1.1
--- Image_Block_Right.tpl 31 Aug 2003 22:52:29 -0000 1.2
***************
*** 2,7 ****
<table border="0" width="100%" cellpadding="4" cellspacing="0">
<tr valign="top">
<!-- BEGIN TITLE_TEXT -->
- <td>
<!-- BEGIN TITLE -->
<h3>{TITLE}</h3>
--- 2,7 ----
<table border="0" width="100%" cellpadding="4" cellspacing="0">
<tr valign="top">
+ <td width="100%">
<!-- BEGIN TITLE_TEXT -->
<!-- BEGIN TITLE -->
<h3>{TITLE}</h3>
***************
*** 10,15 ****
{TEXT}
<!-- END TEXT -->
- </td>
<!-- END TITLE_TEXT -->
<!-- BEGIN IMAGE -->
<td style="text-align : center">
--- 10,15 ----
{TEXT}
<!-- END TEXT -->
<!-- END TITLE_TEXT -->
+ </td>
<!-- BEGIN IMAGE -->
<td style="text-align : center">
|