From: <ada...@us...> - 2003-10-22 02:20:28
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates In directory sc8-pr-cvs1:/tmp/cvs-serv22121/templates Modified Files: pager.tpl Log Message: 2.0 Release Index: pager.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/pager.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pager.tpl 9 Jul 2003 20:24:29 -0000 1.1 --- pager.tpl 21 Oct 2003 21:14:31 -0000 1.2 *************** *** 3,8 **** {ALPHABET}<br /> {PAGE_BACKWARD_LINK} {SECTION_LINKS} {PAGE_FORWARD_LINK}<br /> ! {SECTION_INFO}<br /> ! {LIMIT_LINKS_LABEL}: {LIMIT_LINKS} </div> <!-- END CONTENT --> --- 3,13 ---- {ALPHABET}<br /> {PAGE_BACKWARD_LINK} {SECTION_LINKS} {PAGE_FORWARD_LINK}<br /> ! <div align="left" style="float : left;"> ! {SECTION_INFO}<br /> ! </div> ! <div align="right" style="float : right;"> ! {LIMIT_LINKS_LABEL}: {LIMIT_LINKS} ! </div> ! <div style="clear : both;"> </div> </div> <!-- END CONTENT --> |