summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 85dc9c0)
raw | patch | inline | side by side (parent: 85dc9c0)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 10:09:43 +0000 (10:09 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 10:09:43 +0000 (10:09 +0000) |
plugins/personal/connectivity/proxy.tpl | patch | blob | history |
index fcb63344b5a4d4fad0b10ef383d27d702f562d52..07f89580b27672efff7c8240f97a8714461538f6 100644 (file)
-<h2>{if $tabbed eq 1}<input type="checkbox" name="proxy" value="B" {$proxyState} {$gosaProxyAcctFlagsACL} onclick="changeState('filterF'); changeState('filterT'); changeState('startHour'); changeState('startMinute'); changeState('stopHour'); changeState('stopMinute'); changeState('filterB'); changeState('quota_size'); changeState('quota_unit'); changeState('gosaProxyQuotaPeriod');">{/if}{t}Proxy account{/t}</h2>
+<h2>
+ {if $tabbed eq 1}
+ <input type="checkbox" name="proxy" value="B" {$proxyState} {$gosaProxyAcctFlagsACL}
+ onclick="
+ changeState('filterF');
+ changeState('filterT');
+ changeState('startHour');
+ changeState('startMinute');
+ changeState('stopHour');
+ changeState('stopMinute');
+ changeState('filterB');
+ changeState('quota_size');
+ changeState('quota_unit');
+ changeState('gosaProxyQuotaPeriod');
+ ">
+ {/if}{t}Proxy account{/t}</h2>
+
<table style="width:100%; vertical-align:top; text-align:left;" cellpadding=0 border=0>
<tr>
<td>
<select size="1" name="quota_unit" id="quota_unit" {$pstate} {$gosaProxyQuotaACL}>
{html_options options=$quota_unit selected=$quota_u}
</select>
- {t}per{/t} {$pstate}
+ {t}per{/t}
<select size="1" name="gosaProxyQuotaPeriod" id="gosaProxyQuotaPeriod" {$pstate} {$gosaProxyQuotaACL}>
{html_options options=$quota_time selected=$gosaProxyQuotaPeriod}
</select>