From: <ada...@us...> - 2003-07-31 22:47:14
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates/article/Dated In directory sc8-pr-cvs1:/tmp/cvs-serv29295/templates/article/Dated Modified Files: content.tpl title.tpl Log Message: Due to popular demand, the Print Icon is now at the top of the page Index: content.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/article/Dated/content.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** content.tpl 14 Jul 2003 20:40:32 -0000 1.2 --- content.tpl 31 Jul 2003 22:35:33 -0000 1.3 *************** *** 25,29 **** {CREATED_TEXT}<br /> {UPDATED_TEXT}<br /> ! {EDIT} {DELETE} {PRINT_ICON} {EMAIL} </div> <!-- END DATEINFO --> --- 25,29 ---- {CREATED_TEXT}<br /> {UPDATED_TEXT}<br /> ! {EDIT} {DELETE} </div> <!-- END DATEINFO --> Index: title.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/article/Dated/title.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** title.tpl 9 Jul 2003 20:24:28 -0000 1.1 --- title.tpl 31 Jul 2003 22:35:33 -0000 1.2 *************** *** 1 **** --- 1,4 ---- + <!-- BEGIN OPTIONS --> + <div style="float: right; text-align: right;">{PRINT_ICON} {EMAIL}</div> + <!-- END OPTIONS --> {TITLE} |