From 4ad25a4c0287736828a113bb14d1ca5b1bbc805d Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 15 Oct 2007 09:51:59 +0000 Subject: [PATCH] fixes #219 Added folder images in from of category selection in PPD dialog git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7548 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_printerPPDSelectionDialog.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/plugins/admin/systems/class_printerPPDSelectionDialog.inc b/plugins/admin/systems/class_printerPPDSelectionDialog.inc index 7914d8d46..d4f5d16b8 100644 --- a/plugins/admin/systems/class_printerPPDSelectionDialog.inc +++ b/plugins/admin/systems/class_printerPPDSelectionDialog.inc @@ -132,9 +132,13 @@ class printerPPDSelectionDialog extends plugin $div ->SetHeight(450); $div ->SetSummary(_("Printer ppd selection.")); - $linkopen = "%s"; + $linkopen = " +  %s + "; $uselink = "%s"; - $dellink = ""._("delete").""; + $dellink = " + "._("delete")." + "; if(empty($this->Vendor)){ foreach($this-> header as $key => $entry){ -- 2.30.2