From 528e0468b215b8dd928f40b687352b4bdf5dcb42 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 23 Feb 2006 14:43:17 +0000 Subject: [PATCH] Added image for downloading git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2736 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/fai/class_faiScript.inc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/plugins/admin/fai/class_faiScript.inc b/plugins/admin/fai/class_faiScript.inc index c742733df..08859d816 100644 --- a/plugins/admin/fai/class_faiScript.inc +++ b/plugins/admin/fai/class_faiScript.inc @@ -209,15 +209,17 @@ class faiScript extends plugin foreach($this->getList(true) as $key => $name){ if(($this->SubObjects[$key]['status'] == "new") || ($this->SubObjects[$key]['dn'] == "new")){ - $down =_("New object"); + $down = ""; }else{ - $down = ""._("download").""; + $down = " + "._("Download")." + "; } $divlist->AddEntry(array( array("string"=>$name['name']), - array("string"=>$down), + array("string"=>$down , "attach" => "style='width:20px;'"), array("string"=>str_replace("%s",base64_encode($key),$img_edit.$img_remo), - "attach"=>"style='border-right: 0px;width:40px;'"))); + "attach"=>"style='border-right: 0px;width:50px;text-align:right;'"))); } $smarty->assign("Entry_divlist",$divlist->DrawList()); /* Divlist creation complete -- 2.30.2