From: <ada...@us...> - 2003-07-14 20:40:35
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates/article/Byline In directory sc8-pr-cvs1:/tmp/cvs-serv26062/templates/article/Byline Modified Files: content.tpl Log Message: Added "Edit", "Delete", and "Print This Page" links to the bottom of all articles Index: content.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/article/Byline/content.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** content.tpl 9 Jul 2003 20:24:28 -0000 1.1 --- content.tpl 14 Jul 2003 20:40:32 -0000 1.2 *************** *** 14,17 **** <div style="float: right; text-align: right;">{NEXT}</div> <div style="text-align: center;">{NAVBAR}</div> ! <br /><center>{NAVLIST}</center> <!-- END PAGETURN --> --- 14,24 ---- <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} {PRINT_ICON} {EMAIL} + </div> + <!-- END OPTIONS --> |