From: hickert Date: Wed, 21 Dec 2005 07:52:59 +0000 (+0000) Subject: w3c todo update X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=856c63b4fcc9ce21255260f2cee3e8943ca5c38f;p=gosa.git w3c todo update git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2361 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/TODO b/TODO index dffa0f4b0..5223f0747 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,12 @@ Target for 2.4.1: * Encoding für Serverfreigaben in Datei /etc/gosa/encodings auslagern, class_servNfs.inc +* Create a status-bar/-display for FAI installations + (Use notes from 0.5.12.2005) + +* Create backend for glpi object documentation. + (Use notes from 0.5.12.2005) + * Add online help (english/german) * Group mail is not initially add-able? diff --git a/plugins/admin/systems/class_servRepository.inc b/plugins/admin/systems/class_servRepository.inc index f5be39330..4736c9dd3 100644 --- a/plugins/admin/systems/class_servRepository.inc +++ b/plugins/admin/systems/class_servRepository.inc @@ -187,7 +187,7 @@ class servrepository extends plugin $divlist->setHeader(array(array("string"=>_("Release"),"attach"=>"style='width:80px;'"), array("string"=>_("Sections")), - array("string"=>_("Options"),"attach"=>"style='border-right:0px;width:69px;'") + array("string"=>_("Options"),"attach"=>"style='border-right:0px;width:55px;'") ) ); $link = "%s"; @@ -208,7 +208,7 @@ class servrepository extends plugin $divlist->AddEntry(array( array("string"=>preg_replace("/%s/",$name,$link),"attach"=>"style='width:80px;'"), array("string"=>sprintf($link,$name,_("Sections")." :".$str)), - array("string"=>preg_replace("/%s/",$name,$edit.$delete),"attach"=>"style='border-right:0px;width:50px;text-align:right;'") + array("string"=>preg_replace("/%s/",$name,$edit.$delete),"attach"=>"style='border-right:0px;width:55px;text-align:right;'") )); } }