summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 13ee815)
raw | patch | inline | side by side (parent: 13ee815)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 15 Oct 2007 09:51:59 +0000 (09:51 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 15 Oct 2007 09:51:59 +0000 (09:51 +0000) |
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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7548 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_printerPPDSelectionDialog.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_printerPPDSelectionDialog.inc b/plugins/admin/systems/class_printerPPDSelectionDialog.inc
index 7914d8d46535bbfb0a9e77edc19ce14e4eb0d74a..d4f5d16b8d00603aca0b48f6a7d1f6accf45a581 100644 (file)
$div ->SetHeight(450);
$div ->SetSummary(_("Printer ppd selection."));
- $linkopen = "<a href='?plug=".$_GET['plug']."&act=open&id=%s'>%s</a>";
+ $linkopen = "<a href='?plug=".$_GET['plug']."&act=open&id=%s'>
+ <img src='images/folder.png' class='center' border=0> %s
+ </a>";
$uselink = "<a href='?plug=".$_GET['plug']."&act=use&id=%s'>%s</a>";
- $dellink = "<a href='?plug=".$_GET['plug']."&act=del&id=%s'><img src='images/edittrash.png' alt='"._("delete")."' border=0></a>";
+ $dellink = "<a href='?plug=".$_GET['plug']."&act=del&id=%s'>
+ <img src='images/edittrash.png' alt='"._("delete")."' border=0>
+ </a>";
if(empty($this->Vendor)){
foreach($this-> header as $key => $entry){