From a403a32c71c1993c59c29a5ced040c6be1d18259 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 19 Jan 2010 07:53:08 +0000 Subject: [PATCH] Included printer css. Closes #824 git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15187 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/printer.css | 33 ++++++++++++++++++++++ gosa-core/ihtml/themes/default/headers.tpl | 2 ++ 2 files changed, 35 insertions(+) create mode 100644 gosa-core/html/themes/default/printer.css diff --git a/gosa-core/html/themes/default/printer.css b/gosa-core/html/themes/default/printer.css new file mode 100644 index 000000000..1d7ff8492 --- /dev/null +++ b/gosa-core/html/themes/default/printer.css @@ -0,0 +1,33 @@ + +/** + * Disable header and menu block, for printers. + */ + +td#menucell { + display: none; +} + +div.plugtop { + display: none; +} + +p.plugbottom { + display: none; +} + +table.framework { + width: 100%; +} + +div.setup_header { + display: none; +} + +div.setup_menu { + display: none; +} + +div.setup_bottom { + display: none; +} + diff --git a/gosa-core/ihtml/themes/default/headers.tpl b/gosa-core/ihtml/themes/default/headers.tpl index 736bc9461..9ef03bdf2 100644 --- a/gosa-core/ihtml/themes/default/headers.tpl +++ b/gosa-core/ihtml/themes/default/headers.tpl @@ -17,6 +17,8 @@ + +