From: hickert Date: Thu, 23 Feb 2006 14:43:17 +0000 (+0000) Subject: Added image for downloading X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=528e0468b215b8dd928f40b687352b4bdf5dcb42;p=gosa.git Added image for downloading git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2736 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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