Code

Updated quota from KB to MB in mail template
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 31 May 2006 11:32:38 +0000 (11:32 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 31 May 2006 11:32:38 +0000 (11:32 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3582 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/mail.tpl

index 19e6e2d1a7e9dd0815ab0bde91c14e0d8bc7dfd4..f7347f5ec8c6d5452b8ef584f0cf67ebfbc58020 100644 (file)
@@ -35,7 +35,7 @@
     </tr>
     <tr>
      <td>{t}Quota size{/t}</td>
-     <td><input id="gosaMailQuota" name="gosaMailQuota" size="6" align=middle maxlength="30" {$gosaMailQuotaACL} value="{$gosaMailQuota}"> KB</td>
+     <td><input id="gosaMailQuota" name="gosaMailQuota" size="6" align=middle maxlength="30" {$gosaMailQuotaACL} value="{$gosaMailQuota}"> MB</td>
     </tr>
    </table>