Code

Applied some fixes
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 29 Dec 2005 08:14:35 +0000 (08:14 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 29 Dec 2005 08:14:35 +0000 (08:14 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2386 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/class_groupMail.inc
plugins/admin/systems/class_servNfs.inc
plugins/admin/systems/servnfs.tpl

index a09c263cd5cedbb8838df1d07746b0ce95a7e680..750437be9a5360dd2335cc9588e83c05f919f474 100644 (file)
@@ -436,7 +436,7 @@ class mailgroup extends plugin
       $smarty->assign("$val"."ACL", chkacl($this->acl, "$val"));
     }
     if (is_numeric($this->gosaMailQuota) && $this->gosaMailQuota != 0){
-      $smarty->assign("quotausage", progressbar(round(($this->quotaUsage * 100)/ $this->gosaMailQuota,100,15,true)));
+      $smarty->assign("quotausage", progressbar(round(($this->quotaUsage * 100)/ $this->gosaMailQuota),100,15,true));
       $smarty->assign("quotadefined", "true");
     } else {
       $smarty->assign("quotadefined", "false");
index 2e646cae9c6b9d6a9693e4474435bb7d253994f2..d7012296e3fe621e012fd14cfde02d81579263cf 100644 (file)
@@ -33,7 +33,8 @@ class servnfs extends plugin
         "ISO8859-2"=>"ISO8859-2 (Latin 2)",
         "ISO8859-3"=>"ISO8859-3 (Latin 3)",
         "ISO8859-4"=>"ISO8859-4 (Latin 4)",
-        "ISO8859-5"=>"ISO8859-5 (Latin 5)");
+        "ISO8859-5"=>"ISO8859-5 (Latin 5)",
+        "cp850"=>"CP850 (Europe)");
 
     if($entry){
       $tmp = split("\|",$entry);
index 47250de527b61340d4d034b5cf26bd53252ae8dc..aabb8afe0423f6b18b0171dbbaa30a0ead71be83 100644 (file)
@@ -46,7 +46,7 @@
                                </tr>
                                <tr>
                                        <td>
-                                               {t}Charset{/t}
+                                               {t}Codepage{/t}
                                        </td>
                                        <td>
                                                <select size="1" name="charset">