From: <ada...@us...> - 2003-07-14 20:40:35
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates/article/Blank In directory sc8-pr-cvs1:/tmp/cvs-serv26062/templates/article/Blank 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/Blank/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:27 -0000 1.1 --- content.tpl 14 Jul 2003 20:40:31 -0000 1.2 *************** *** 21,22 **** --- 21,28 ---- <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 --> |