Code

Samba- Updated image dependencies.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 9 Jul 2008 12:42:04 +0000 (12:42 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 9 Jul 2008 12:42:04 +0000 (12:42 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11579 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/samba/personal/samba/class_sambaAccount.inc
gosa-plugins/samba/personal/samba/main.inc

index f17dada9b1236ad9ab486442d06deb7b6183ae1e..d1389d8be80b00911a901860d302220aa7fc8019 100644 (file)
@@ -1195,28 +1195,24 @@ class sambaAccount extends plugin
           "plOptions"       => array(),
 
           "plProvidedAcls"  => array(
+
+            "sambaHomePath"               => _("Generic home directory") ,
+            "sambaHomeDrive"              => _("Generic samba home drive") ,
+            "sambaDomainName"             => _("Domain") ,
+            "sambaLogonScript"            => _("Generic script path") ,
+            "sambaProfilePath"            => _("Generic profile path") ,
             "AllowLoginOnTerminalServer"  => _("Allow login on terminal server"),
             "InheritClientConfig"         => _("Inherit client config"),
-
-            "sambaPwdCanChange"     => _("Allow user to change password") ,
-            "sambaAcctFlagsN"            => _("Login from windows client requires no password"),
-            "sambaAcctFlagsL"            => _("Lock samba account"),
-
-
-            "sambaKickoffTime"      => _("Account expires") ,
-            "sambaPwdMustChange"    => _("Password expires") ,
-
-            "sambaLogonTime"        => _("Limit Logon Time") ,
-            "sambaLogoffTime"       => _("Limit Logoff Time") ,
-            "sambaLogonHours"       => _("Logon hours") ,
-
-            "sambaHomePath"         => _("Generic home directory") ,
-            "sambaHomeDrive"        => _("Generic samba home drive") ,
-            "sambaLogonScript"      => _("Generic script path") ,
-            "sambaProfilePath"      => _("Generic profile path") ,
-            "sambaDomainName"       => _("Domain") ,
-            "sambaUserWorkstations" => _("Allow connection from")))
-              );
+            "sambaPwdCanChange"           => _("Allow user to change password") ,
+            "sambaAcctFlagsN"             => _("Login from windows client requires no password"),
+            "sambaAcctFlagsL"             => _("Lock samba account"),
+            "sambaKickoffTime"            => _("Account expires") ,
+            "sambaPwdMustChange"          => _("Password expires") ,
+            "sambaLogonTime"              => _("Limit Logon Time") ,
+            "sambaLogoffTime"             => _("Limit Logoff Time") ,
+            "sambaLogonHours"             => _("Logon hours") ,
+            "sambaUserWorkstations"       => _("Allow connection from"))
+          ));
   }    
 
   function enable_multiple_support()
index 2252bebcb149b96a15289694583c3a1b14d80599..6eb885c7f91629e30340831064017fa29d8d1720 100644 (file)
@@ -122,7 +122,7 @@ if (!$remove_lock){
   }
 
   /* Page header*/
-  $display= print_header(get_template_path('images/samba.png'), _("Samba settings"),
+  $display= print_header(get_template_path('plugins/samba/images/plugin.png'), _("Samba settings"),
                          $info).$display;
 
 }