Question
The default "print" view of the "pattern" skin is a bit derouting for my first-time users as they expect it to print.
Environment
--
GillesEricDescamps - 27 Oct 2004
Answer
I added a few lines at the end of: templates/view.print.pattern.tmpl
%TMPL:P{"bodyend"}%
<script type="text/javascript">
<!-- HIDE
this.print()
// -->
</script>
%TMPL:END%
So that when you click on printable, the view of the pattern skin will change to "printable", but also the OS print popup dialog will appear.
--
GillesEricDescamps - 27 Oct 2004