summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 93f7dd7)
raw | patch | inline | side by side (parent: 93f7dd7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 11 Aug 2006 08:58:26 +0000 (08:58 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 11 Aug 2006 08:58:26 +0000 (08:58 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4484 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/connectivity/oxchange.tpl | patch | blob | history | |
plugins/personal/connectivity/proxy.tpl | patch | blob | history |
diff --git a/plugins/personal/connectivity/oxchange.tpl b/plugins/personal/connectivity/oxchange.tpl
index 8dddbe8ed717b11224c4512c6f7a71085645a7c9..2bd204907c69f1a2cd7ba8e0af576921a5ce4c99 100644 (file)
<td>
{render acl=$OXAppointmentDaysACL}
-<input name="OXAppointmentDays" id="OXAppointmentDays" size=7 maxlength=7 value="{$OXAppointmentDays}" {$oxState}>
+<input name="OXAppointmentDays" id="OXAppointmentDays" size=7 maxlength=7 value="{$OXAppointmentDays}" {$oxState} >
{/render}
{t}days{/t}</td>
</tr>
<td>
{render acl=$OXTaskDaysACL}
-<input name="OXTaskDays" id="OXTaskDays" size=7 maxlength=7 value="{$OXTaskDays}" {$oxState}>
+<input name="OXTaskDays" id="OXTaskDays" size=7 maxlength=7 value="{$OXTaskDays}" {$oxState} >
{/render}
{t}days{/t}
<td>
{render acl=$OXTimeZoneACL}
-<select size="1" name="OXTimeZone" id="OXTimeZone" {$oxState}>
+<select size="1" name="OXTimeZone" id="OXTimeZone" {$oxState} >
{html_options values=$timezones output=$timezones selected=$OXTimeZone}
</select>
{/render}
index b05f2ed579c61c252e6872fb26f6d63be86a363e..517823706372f584ced03d84bd8df2eb0cb60c96 100644 (file)
<tr><td colspan=2>
{render acl=$gosaProxyFlagFACL}
- <input type="checkbox" name="filterF" id="filterF" value="F" {$filterF} {$pstate}>
+ <input type="checkbox" name="filterF" id="filterF" value="F" {$filterF} {$pstate} >
{/render}
{t}Filter unwanted content (i.e. pornographic or violence related){/t}
</td></tr>
<td>
{render acl=$gosaProxyFlagTACL}
- <select size="1" id="startHour" name="startHour" {if $Tstate!=""} disabled {/if} {$pstate}>
+ <select size="1" id="startHour" name="startHour" {if $Tstate!="" || $pstate!=""} disabled {/if} >
{html_options values=$hours output=$hours selected=$starthour}
</select>
{/render}
:
{render acl=$gosaProxyFlagTACL}
- <select size="1" id="startMinute" name="startMinute" {if $Tstate!=""} disabled {/if} {$pstate}>
+ <select size="1" id="startMinute" name="startMinute" {if $Tstate!="" || $pstate!=""} disabled {/if} >
{html_options values=$minutes output=$minutes selected=$startminute}
</select>
{/render}
-
{render acl=$gosaProxyFlagTACL}
- <select size="1" id="stopHour" name="stopHour" {if $Tstate!=""}disabled {/if} {$pstate}>
+ <select size="1" id="stopHour" name="stopHour" {if $Tstate!="" || $pstate!=""} disabled {/if} >
{html_options values=$hours output=$hours selected=$stophour}
</select>
{/render}
:
{render acl=$gosaProxyFlagTACL}
- <select size="1" id="stopMinute" name="stopMinute" {if $Tstate!=""} disabled {/if} {$pstate} >
+ <select size="1" id="stopMinute" name="stopMinute" {if $Tstate!="" || $pstate!=""} disabled {/if}>
{html_options values=$minutes output=$minutes selected=$stopminute}
</select>
{/render}
<tr>
<td>
{render acl=$gosaProxyFlagBACL}
- <input name="quota_size" id="quota_size" size=7 maxlength=10 value="{$quota_size}" {if $Bstate=="disabled"} disabled {/if} {$pstate}>
+ <input name="quota_size" id="quota_size" size=7 maxlength=10 value="{$quota_size}" {if $Tstate!="" || $pstate!=""} disabled {/if} >
{/render}
{render acl=$gosaProxyFlagBACL}
- <select size="1" name="quota_unit" id="quota_unit" {if $Bstate=="disabled" } disabled {/if} {$pstate}>
+ <select size="1" name="quota_unit" id="quota_unit" {if $Tstate!="" || $pstate!=""} disabled {/if} >
{html_options options=$quota_unit selected=$quota_u}
</select>
{/render}
<LABEL for="gosaProxyQuotaPeriod">{t}per{/t}</LABEL>
{render acl=$gosaProxyFlagBACL}
- <select size="1" name="gosaProxyQuotaPeriod" id="gosaProxyQuotaPeriod" {if $Bstate=="disabled"} disabled {/if} {$pstate}>
+ <select size="1" name="gosaProxyQuotaPeriod" id="gosaProxyQuotaPeriod" {if $Tstate!="" || $pstate!=""} disabled {/if} >
{html_options options=$quota_time selected=$gosaProxyQuotaPeriod}
</select>
{/render}