From b1d5d82f9040dad81943c924cb28761b828ae016 Mon Sep 17 00:00:00 2001 From: psc Date: Thu, 4 Feb 2010 15:55:15 +0000 Subject: [PATCH] Apply fix for #2000 Adapt the template so that a description field is shown for workstation printers as well. Its only shown in workstation printers because standalone printers have a different position for that field. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@15591 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../gosa-plugins/goto/admin/systems/goto/printer.tpl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/trunk/gosa-plugins/goto/admin/systems/goto/printer.tpl b/trunk/gosa-plugins/goto/admin/systems/goto/printer.tpl index 25de9728c..b384ac4b0 100644 --- a/trunk/gosa-plugins/goto/admin/systems/goto/printer.tpl +++ b/trunk/gosa-plugins/goto/admin/systems/goto/printer.tpl @@ -42,6 +42,17 @@ {/if}

{t}Details{/t}

+ {if ! $StandAlone } + + + + + + {/if}
+{render acl=$descriptionACL} + +{/render} +
-- 2.30.2