print image button
Posted: 16 Nov 2008, 20:38
hi,
i saw this request at feauture list. i am using a simple java code for this on my site. here is the code.
add this code to components/com_phocagallery/views/detail/tmpl/default.php line 56.
and then add the print icon i've added below to your components/com_phocagallery/assets/images/ folder.
thats it.
i saw this request at feauture list. i am using a simple java code for this on my site. here is the code.
Code: Select all
<td><img onclick="window.print();" style="cursor:pointer" title="Print" src="components/com_phocagallery/assets/images/icon-print.png" /></td>and then add the print icon i've added below to your components/com_phocagallery/assets/images/ folder.
thats it.