From: cajus Date: Sat, 3 Dec 2005 12:49:36 +0000 (+0000) Subject: Fixed some issues X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c3463406b6d7da963cdc3e9d053439427e2d95ed;p=gosa.git Fixed some issues git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2217 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/TODO b/TODO index 0ccd18938..04e4a57b1 100644 --- a/TODO +++ b/TODO @@ -4,10 +4,6 @@ Things to fix before 2.4: Showed up by a small review. Since we've time until the doc is ready, face these: -* When selecting who can manage printers the list of the windows pc is show with the users - -* In system, server nfs export the text is still in german "Freigabe bearbeiten" and the icon is a phone - * When using help with gosa in english with gosa.conf lang="en_EN" but my browser said fr_FR i got gosa in english but the help in french diff --git a/plugins/admin/systems/class_selectUserToPrinterDialog.inc b/plugins/admin/systems/class_selectUserToPrinterDialog.inc index d07f482da..6bde40544 100644 --- a/plugins/admin/systems/class_selectUserToPrinterDialog.inc +++ b/plugins/admin/systems/class_selectUserToPrinterDialog.inc @@ -27,7 +27,7 @@ class selectUserToPrinterDialog extends plugin switch($type){ case "AddUser" : - $this->searchObjects = "(objectClass=person)(objectClass=inetOrgPerson)"; + $this->searchObjects = "(objectClass=person)(objectClass=inetOrgPerson)(!(uid=*$))"; $this->searchAttrs = array("cn","uid"); $this->searchAppend = "uid"; ;break; @@ -37,7 +37,7 @@ class selectUserToPrinterDialog extends plugin $this->searchAppend = "cn"; ;break; case "AddAdminUser" : - $this->searchObjects = "(objectClass=person)(objectClass=inetOrgPerson)"; + $this->searchObjects = "(objectClass=person)(objectClass=inetOrgPerson)(!(uid=*$))"; $this->searchAttrs = array("cn","uid"); $this->searchAppend = "uid"; ;break; diff --git a/plugins/admin/systems/servnfs.tpl b/plugins/admin/systems/servnfs.tpl index 5c66c26f5..d9d279973 100644 --- a/plugins/admin/systems/servnfs.tpl +++ b/plugins/admin/systems/servnfs.tpl @@ -1,4 +1,4 @@ -

 Freigabe bearbeiten

+

 {t}Edit share{/t}

+ + + +
@@ -17,12 +17,20 @@ {t}Description{/t} - + +
+ {t}Path{/t} + +
- + @@ -46,40 +54,16 @@ -
- - - - -

 

- - - - - - - - + +
- {t}Path{/t} - - - + {t}Option{/t} + + +
- - - - - - -
- {t}Option{/t} - - -
-