Update of /cvsroot/phpwebsite-comm/modules/article/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1462/templates
Modified Files:
listing.tpl listing_row.tpl
Log Message:
Bug Fixes
Index: listing_row.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/listing_row.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** listing_row.tpl 9 Jul 2003 20:24:29 -0000 1.1
--- listing_row.tpl 21 Apr 2004 19:55:49 -0000 1.2
***************
*** 1,21 ****
<!-- BEGIN CONTENT -->
! <tr>
! <td width="100%"{BG}>
{ARTICLE_TITLE}
</td>
! <td align="center"{BG}>
{HOME_FLAG}
</td>
! <td align="center"{BG} nowrap>
{DATE}
</td>
! <td{BG}>
{PUB_EXP}
</td>
! <td{BG}>
{EDIT}
</td>
! <td{BG}>
{DELETE}
</td>
--- 1,21 ----
<!-- BEGIN CONTENT -->
! <tr<!-- BEGIN tog1 -->{ODDROW}class="bg_medium"<!-- END tog1 -->>
! <td width="100%">
{ARTICLE_TITLE}
</td>
! <td align="center">
{HOME_FLAG}
</td>
! <td align="center" nowrap>
{DATE}
</td>
! <td>
{PUB_EXP}
</td>
! <td>
{EDIT}
</td>
! <td>
{DELETE}
</td>
Index: listing.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/listing.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** listing.tpl 9 Jul 2003 20:24:29 -0000 1.1
--- listing.tpl 21 Apr 2004 19:55:43 -0000 1.2
***************
*** 1,4 ****
<!-- BEGIN CONTENT -->
! <table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td width="100%" class="bg_dark" align="center">
--- 1,4 ----
<!-- BEGIN CONTENT -->
! <table class="bg_light" width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td width="100%" class="bg_dark" align="center">
|