4 messages in com.mysql.lists.eventum-usersRe: feature request: printer-friendly...
FromSent OnAttachments
Langley, Alex19 Jul 2006 12:28 
Jostein Martinsen20 Jul 2006 00:50.css
Tibor Gellert17 Aug 2006 02:20 
Jostein Martinsen17 Aug 2006 04:59 
Subject:Re: feature request: printer-friendly issue viewing
From:Jostein Martinsen (jost@redpill.se)
Date:08/17/2006 04:59:58 AM
List:com.mysql.lists.eventum-users

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