From: Eloi G. <ada...@us...> - 2004-09-30 05:15:39
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates/article/Blank In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25805/templates/article/Blank 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/Blank/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:32 -0000 1.2 --- title.tpl 30 Sep 2004 05:14:33 -0000 1.3 *************** *** 1,4 **** <!-- BEGIN OPTIONS --> ! <div style="float: right; text-align: right;">{PRINT_ICON} {EMAIL}</div> <!-- END OPTIONS --> {TITLE} --- 1,6 ---- <!-- BEGIN OPTIONS --> ! <div class="smalltext"style="float: right; text-align: right;"> ! {PRINT_ICON} {EMAIL} ! </div> <!-- END OPTIONS --> {TITLE} Index: content.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/article/Blank/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:32 -0000 1.3 --- content.tpl 30 Sep 2004 05:14:33 -0000 1.4 *************** *** 1,4 **** <!-- BEGIN NAVIGATION --> ! <div class="smalltext" align="right"> {NAVBAR} </div> --- 1,4 ---- <!-- BEGIN NAVIGATION --> ! <div class="smalltext" style="text-align:right"> {NAVBAR} </div> *************** *** 19,26 **** <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} --- 19,27 ---- <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} |