summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d7b7d9c)
raw | patch | inline | side by side (parent: d7b7d9c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 Dec 2005 07:52:59 +0000 (07:52 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 Dec 2005 07:52:59 +0000 (07:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2361 594d385d-05f5-0310-b6e9-bd551577e9d8
TODO | patch | blob | history | |
plugins/admin/systems/class_servRepository.inc | patch | blob | history |
index dffa0f4b06651ba33ffe7e000b8f8a90df3c318c..5223f0747e3f5fe5f8c9939d1ff6545331001e28 100644 (file)
--- a/TODO
+++ b/TODO
* 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 f5be393305d6ecfc635039ea7e2da532b1f85b1f..4736c9dd3edaaf4fd338c026c80f7e7ae78b13f9 100644 (file)
$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 = "<a href='?plug=".$_GET['plug']."&act=open&id=%s'>%s</a>";
$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;'")
));
}
}