From: Eloi G. <ada...@us...> - 2004-09-30 05:14:54
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates/article/Byline In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25805/templates/article/Byline Modified Files: content.tpl title.tpl Log Message: Release version 2.7 files. Index: title.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/article/Byline/title.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** title.tpl 31 Jul 2003 22:35:33 -0000 1.2 --- title.tpl 30 Sep 2004 05:14:34 -0000 1.3 *************** *** 1,10 **** <!-- BEGIN OPTIONS --> ! <div style="float: right; text-align: right;">{PRINT_ICON} {EMAIL}</div> <!-- END OPTIONS --> {TITLE} ! <table class="smalltext" width="100%" border="0"> ! <tr> ! <td>by {CREATED_USER} on {CREATED_DATE}</td> ! <td><div align="right">{NAVBAR}</div></td> ! </tr> ! </table> --- 1,12 ---- <!-- BEGIN OPTIONS --> ! <div class="smalltext" style="float:right; text-align:right"> ! {PRINT_ICON} {EMAIL} ! </div> <!-- END OPTIONS --> {TITLE} ! <table class="smalltext" width="100%" border="0"> ! <tr> ! <td>by {CREATED_USER} on {CREATED_DATE}</td> ! <td><div style="text-align:right">{NAVBAR}</div></td> ! </tr> ! </table> Index: content.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/article/Byline/content.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** content.tpl 31 Jul 2003 22:35:33 -0000 1.3 --- content.tpl 30 Sep 2004 05:14:34 -0000 1.4 *************** *** 11,22 **** <br /> <br /> ! <div style="float: left; text-align: left;">{PREV}</div> ! <div style="float: right; text-align: right;">{NEXT}</div> ! <div style="text-align: center;">{NAVBAR}</div> <br /> ! <center>{NAVLIST}</center> <!-- END PAGETURN --> <!-- BEGIN OPTIONS --> ! <div class="smalltext" style="clear : both;" align="right"> <br /> {EDIT} {DELETE} --- 11,22 ---- <br /> <br /> ! <div style="float:left; text-align:left;">{PREV}</div> ! <div style="float:right; text-align:right;">{NEXT}</div> ! <div style="text-align:center;">{NAVBAR}</div> <br /> ! <div style="text-align: center;">{NAVLIST}</div> <!-- END PAGETURN --> <!-- BEGIN OPTIONS --> ! <div class="smalltext" style="clear:both; text-align:right"> <br /> {EDIT} {DELETE} |