Update of /cvsroot/phpwebsite-comm/modules/article/templates In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17431/templates Modified Files: history.tpl edit_permissions.tpl edit.tpl list_summaries.tpl list_articles.tpl list_category_summaries.tpl Log Message: Changed old bg_dark/medium/light references to bgcolor# Index: history.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/history.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** history.tpl 21 Aug 2008 20:17:22 -0000 1.3 --- history.tpl 25 Jan 2009 21:32:13 -0000 1.4 *************** *** 7,11 **** <table border="0" width="100%" cellspacing="1" cellpadding="6" style="text-align:center"> ! <tr class="bg_dark"> <th scope="col" style="text-align:center" nowrap="nowrap">{VERSION_LABEL} {VERSION_ORDER_LINK}</th> <th scope="col" style="text-align:center" nowrap="nowrap">{UPDATED_LABEL} {UPDATED_ORDER_LINK}</th> --- 7,11 ---- <table border="0" width="100%" cellspacing="1" cellpadding="6" style="text-align:center"> ! <tr class="bgcolor3"> <th scope="col" style="text-align:center" nowrap="nowrap">{VERSION_LABEL} {VERSION_ORDER_LINK}</th> <th scope="col" style="text-align:center" nowrap="nowrap">{UPDATED_LABEL} {UPDATED_ORDER_LINK}</th> Index: list_category_summaries.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/list_category_summaries.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** list_category_summaries.tpl 18 Dec 2008 05:46:08 -0000 1.1 --- list_category_summaries.tpl 25 Jan 2009 21:32:13 -0000 1.2 *************** *** 1,4 **** <table width="100%" border="0" cellspacing="0" cellpadding="2" summary="{TBL_SUMMARY}"> ! <tr class="bg_dark" style="white-space:nowrap"> <th scope="col" width="100%" style="text-align:center" colspan="2"> {TITLE_SORT} --- 1,4 ---- <table width="100%" border="0" cellspacing="0" cellpadding="2" summary="{TBL_SUMMARY}"> ! <tr class="bgcolor3" style="white-space:nowrap"> <th scope="col" width="100%" style="text-align:center" colspan="2"> {TITLE_SORT} Index: list_summaries.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/list_summaries.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** list_summaries.tpl 18 Dec 2008 05:46:08 -0000 1.3 --- list_summaries.tpl 25 Jan 2009 21:32:13 -0000 1.4 *************** *** 5,9 **** <table width="100%" border="0" cellspacing="0" cellpadding="2" summary="{TBL_SUMMARY}"> ! <tr class="bg_dark" style="white-space:nowrap"> <th scope="col" width="100%" style="text-align:center" colspan="2"> {TITLE_SORT} {EXTTITLE_LABEL} --- 5,9 ---- <table width="100%" border="0" cellspacing="0" cellpadding="2" summary="{TBL_SUMMARY}"> ! <tr class="bgcolor3" style="white-space:nowrap"> <th scope="col" width="100%" style="text-align:center" colspan="2"> {TITLE_SORT} {EXTTITLE_LABEL} Index: edit.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/edit.tpl,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** edit.tpl 21 Aug 2008 20:17:22 -0000 1.10 --- edit.tpl 25 Jan 2009 21:32:13 -0000 1.11 *************** *** 44,48 **** </div> ! <div class="bg_light"> {TEMPLATE_LABEL}: {TEMPLATE}{TEMPLATE_HELP} <br /> --- 44,48 ---- </div> ! <div class="bgcolor2"> {TEMPLATE_LABEL}: {TEMPLATE}{TEMPLATE_HELP} <br /> Index: edit_permissions.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/edit_permissions.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** edit_permissions.tpl 23 Nov 2008 06:07:51 -0000 1.2 --- edit_permissions.tpl 25 Jan 2009 21:32:13 -0000 1.3 *************** *** 76,80 **** <table width="100%" border="0" cellspacing="0" cellpadding="2" summary="{TBL_SUMMARY}"> ! <tr class="bg_dark" style="white-space:nowrap"> <th scope="col" style="text-align:center" colspan="2"> {TITLE_LABEL} --- 76,80 ---- <table width="100%" border="0" cellspacing="0" cellpadding="2" summary="{TBL_SUMMARY}"> ! <tr class="bgcolor3" style="white-space:nowrap"> <th scope="col" style="text-align:center" colspan="2"> {TITLE_LABEL} Index: list_articles.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/list_articles.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** list_articles.tpl 27 Jun 2007 03:56:47 -0000 1.2 --- list_articles.tpl 25 Jan 2009 21:32:13 -0000 1.3 *************** *** 7,11 **** <table width="100%" border="0" cellspacing="0" cellpadding="2" summary="{TBL_SUMMARY}"> ! <tr class="bg_dark" style="white-space:nowrap"> <th scope="col" width="100%" style="text-align:center" colspan="2"> {TITLE_SORT} {EXTTITLE_LABEL} --- 7,11 ---- <table width="100%" border="0" cellspacing="0" cellpadding="2" summary="{TBL_SUMMARY}"> ! <tr class="bgcolor3" style="white-space:nowrap"> <th scope="col" width="100%" style="text-align:center" colspan="2"> {TITLE_SORT} {EXTTITLE_LABEL} |