[Kolab-devel] [issue1619] [webadmin] Add CSS file for printing

Tim Gerundt kolab-issues at intevation.de
Wed Feb 21 14:40:00 CET 2007


New submission from Tim Gerundt <gerundt at montanhydraulik.com>:

This is a simple CSS file for a better prining of the web admin pages. It hide
for example the menus and add borders to tables.

The file must to "/kolab/var/kolab/www/admin/" and you need the following patch
for "/kolab/var/kolab/php/admin/templates/page.tpl":

-------------------------8<-------------------------
--- page.tpl.org	2007-02-21 12:20:01.000000000 +0100
+++ page.tpl	2007-02-21 12:43:29.000000000 +0100
@@ -15,6 +15,7 @@
 <meta name="description" content="Kolab Administration Webinterface" />
 <meta name="keywords" content="Linux, Unix, Groupware, Email, Calendar" />
 <link rel="stylesheet" type="text/css"
href="{$stylesheet|default:"$topdir/style.css"}" />
+<link rel="stylesheet" type="text/css" media="print"
href="{"$topdir/print.css"}" />
 
 <script type="text/javascript">
 <!--
------------------------->8-------------------------

Greetings,
Tim Gerundt

----------
files: print.css
messages: 9722
nosy: gerundt
priority: feature
status: unread
title: [webadmin] Add CSS file for printing
topic: patch, web admin
________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://intevation.de/roundup/kolab/issue1619>
________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: print.css
Type: text/css
Size: 478 bytes
Desc: not available
URL: <http://lists.kolab.org/pipermail/devel/attachments/20070221/646e1998/attachment.css>


More information about the devel mailing list