Update of /cvsroot/phpwebsite-comm/modules/article/templates/article/Blank
In directory sc8-pr-cvs1:/tmp/cvs-serv29295/templates/article/Blank
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/Blank/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:31 -0000 1.2
--- content.tpl 31 Jul 2003 22:35:32 -0000 1.3
***************
*** 24,28 ****
<div class="smalltext" style="clear : both;" align="right">
<br />
! {EDIT} {DELETE} {PRINT_ICON} {EMAIL}
</div>
<!-- END OPTIONS -->
--- 24,28 ----
<div class="smalltext" style="clear : both;" align="right">
<br />
! {EDIT} {DELETE}
</div>
<!-- END OPTIONS -->
Index: title.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/article/Blank/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:27 -0000 1.1
--- title.tpl 31 Jul 2003 22:35:32 -0000 1.2
***************
*** 1 ****
--- 1,4 ----
+ <!-- BEGIN OPTIONS -->
+ <div style="float: right; text-align: right;">{PRINT_ICON} {EMAIL}</div>
+ <!-- END OPTIONS -->
{TITLE}
|