Hello
I added a css-file for printing into the header.tpl.html template, like this:
<link rel="stylesheet" href="{$rel_url}css/print.css" media="print"
type="text/css">
The most usefull class in the stylesheet is the 'no_print' class. I recently
(this
week) made a custom printable page of view.tpl.html and list.tpl.html. The list
template
is a little more tricky since it takes some work to get nice distance between
the columns.
But it's probably all in the attached css file in my previous post (in this
thread).
In list.tpl.html put make the 'main table' (probably the first table start tag
you find)
have id 'listing' like this: <table id="listing" ... >. I'm currently working on
an old
and very modified Eventum version so I can't give you a row number :(
On Thu, 17 Aug 2006 10:21:18 +0100
Tibor Gellert <tibo...@openet-telecom.com> wrote:
Hi Jostein,
Interesting attachment - could you describe a bit more detailed how to
setup Eventum to use your css file? I am not into html I am afraid...
Thanks
Tibor