Code

w3c todo update
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 21 Dec 2005 07:52:59 +0000 (07:52 +0000)
committerhickert <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
plugins/admin/systems/class_servRepository.inc

diff --git a/TODO b/TODO
index dffa0f4b06651ba33ffe7e000b8f8a90df3c318c..5223f0747e3f5fe5f8c9939d1ff6545331001e28 100644 (file)
--- 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?
index f5be393305d6ecfc635039ea7e2da532b1f85b1f..4736c9dd3edaaf4fd338c026c80f7e7ae78b13f9 100644 (file)
@@ -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   = "<a href='?plug=".$_GET['plug']."&amp;act=open&amp;id=%s'>%s</a>";
@@ -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;'")
                               ));
       }
     }