A change in a8eJoomla print link
There has been a change in the patch file for a8eJoomla 1.0.12b. The print link has been change to now use a CSS file called print.css in your template folder.
This was to allow you to style your print page separately and not use template_css.css. The advantages of this was to allow for better styling to suit print.
It also allow the email and PDF button on the print popup page to be removed. To do this just create a new CSS file called print.css and place this file in your template folder. Then:
Insert the following CSS class rules in your print.css file:
span.PDFIcon, span.EmailIcon {display:none}
That's it and sorry for this late posting. I had thought i mentioned it somewhere until someone asked me why the email button is still showing on the print page.
hope this helps.