Code

Updated strings
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 May 2005 12:17:00 +0000 (12:17 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 May 2005 12:17:00 +0000 (12:17 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@280 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/servkolab.tpl

index 7aca512311397ef26078d775c4f401919d720af4..df206561c33a4fa1d89d4e50ff6c497553072a8c 100644 (file)
 
    <table>
     <tr>
-               <td colspan="2"
+               <td> 
                        <b>{t}Quota settings{/t}</b>
                </td>
        </tr>
        <tr>
                <td>
-                       <input name="cyrus_quotawarn" value="{$cyrus_quotawarn}" type="text" maxlength="3" size="4" {$cyrus_quotawarnACL}>%
-
-               </td>
-               <td>
-                       Percentage to warn users
+                       {$quotastr}
                </td>
        </tr>
    </table>
         </tr>
         <tr>
         <td>
-               <input name="kolabFreeBusyFuture" value="{$kolabFreeBusyFuture}" {$kolabFreeBusyFutureACL} type="text" maxlength="3" size="4">
-                       When creating free/busy lists, include data from x days in the past
-               </td>
+               {$fbfuture}
+       </td>
      </tr>
    </table>