Code

Set DNS hidden if acount is disabled
[gosa.git] / plugins / personal / connectivity / proxy.tpl
index 8fed115640d1de7bfeb28cd8421655494557190c..b8243cda6af70964a8235cf08e897c5ba47f3827 100644 (file)
@@ -1,55 +1,56 @@
 <h2>
-       {if $tabbed eq 1}
-               <input type="checkbox" id="proxy" name="proxy" value="B" {$proxyState} {$gosaProxyAcctFlagsACL} 
+               <input type="checkbox" id="proxy" name="proxy" value="B" {$proxyState} {$proxyAccountACL} 
                        onClick="
-                               changeState('filterF'); 
-                               changeState('filterT'); 
-                               changeState('filterB');
-                               changeTripleSelectState('proxy', 'filterT', 'startHour'); 
-                               changeTripleSelectState('proxy', 'filterT', 'startMinute'); 
-                               changeTripleSelectState('proxy', 'filterT', 'stopHour'); 
-                               changeTripleSelectState('proxy', 'filterT', 'stopMinute'); 
+                               {$changeA}
+                               
                                changeTripleSelectState('proxy', 'filterB', 'quota_size'); 
                                changeTripleSelectState('proxy', 'filterB', 'quota_unit'); 
                                changeTripleSelectState('proxy', 'filterB', 'gosaProxyQuotaPeriod');
                        ">
-       {/if}{t}Proxy account{/t}</h2>
+       {t}Proxy account{/t}</h2>
 
-<table style="width:100%; vertical-align:top; text-align:left;" cellpadding=0 border=0>
+<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=0 border=0>
  <tr>
    <td>
-    <table border=0 width="100%" cellpadding=0>
+    <table summary="" border=0 width="100%" cellpadding=0>
     <tr><td colspan=2>
     <input type="checkbox" name="filterF" id="filterF" value="F" {$filterF} {$gosaProxyAcctFlagsACL} {$pstate}>
     {t}Filter unwanted content (i.e. pornographic or violence related){/t}
     </td></tr>
      <tr>
       <td width="50%">
-    <input type="checkbox" name="filterT" id="filterT" value="T" {$filterT} {$gosaProxyAcctFlagsACL} {$pstate}
-       onClick="
-               changeSubselectState('filterT', 'startHour');
-               changeSubselectState('filterT', 'startMinute');
-               changeSubselectState('filterT', 'stopHour');
-               changeSubselectState('filterT', 'stopMinute');
-       ">
-    {t}Limit proxy access to working time{/t}
+    <input type="checkbox" name="filterT" id="filterT" value="T" {$filterT} {$Working_allowedACL} {$pstate}
+       onClick="{$ProxyWorkingStateChange}">
+    <LABEL for="startHour">{t}Limit proxy access to working time{/t}</LABEL>
     <br>
-    <table style="margin-left:20px;">
+    <table summary="" style="margin-left:20px;">
      <tr>
       <td>
-        <select size="1" id="startHour" name="startHour" {$gosaProxyWorkingStartACL} {$Tstate}>
+        <select size="1" id="startHour" name="startHour"
+                       {if $gosaProxyWorkingStartACL!="" || $Tstate!=""}
+                               disabled        
+                       {/if}>
          {html_options values=$hours output=$hours selected=$starthour}
         </select>
         &nbsp;:&nbsp;
-        <select size="1" id="startMinute" name="startMinute" {$gosaProxyWorkingStartACL} {$Tstate}>
+        <select size="1" id="startMinute" name="startMinute"
+                       {if $gosaProxyWorkingStartACL!="" || $Tstate!=""}
+                               disabled        
+                       {/if}>
          {html_options values=$minutes output=$minutes selected=$startminute}
         </select>
         &nbsp;-&nbsp;
-        <select size="1" id="stopHour" name="stopHour" {$gosaProxyWorkingStopACL} {$Tstate}>
-         {html_options values=$hours output=$hours selected=$stophour}
+        <select size="1" id="stopHour" name="stopHour"
+                       {if $gosaProxyWorkingStopACL!="" || $Tstate!=""}
+                               disabled        
+                       {/if}>
+                       {html_options values=$hours output=$hours selected=$stophour}
         </select>
         &nbsp;:&nbsp;
-        <select size="1" id="stopMinute" name="stopMinute" {$gosaProxyWorkingStopACL} {$Tstate}>
+        <select size="1" id="stopMinute" name="stopMinute" 
+                       {if $gosaProxyWorkingStopACL!="" || $Tstate!=""}
+                               disabled        
+                       {/if}>
          {html_options values=$minutes output=$minutes selected=$stopminute}
         </select>
       </td>
      &nbsp;
    </td>
       <td>
-    <input type="checkbox" id="filterB" name="filterB" value="B" {$filterB} {$pstate} {$gosaProxyAcctFlagsACL}
-       onClick="
-               changeSubselectState('filterB', 'quota_size');
-               changeSubselectState('filterB', 'quota_unit');
-               changeSubselectState('filterB', 'gosaProxyQuotaPeriod');
-       ">
-    {t}Restrict proxy usage by quota{/t}
+    <input type="checkbox" id="filterB" name="filterB" value="B" {$filterB} 
+               {if $pstate=="disabled" || $gosaProxyAcctFlagsACL=="disabled" || $gosaProxyQuotaACL=="disabled"}
+                       disabled 
+               {/if} 
+       onClick="{$changeB}">
+    <LABEL for="quota_size">{t}Restrict proxy usage by quota{/t}</LABEL>
     <br>
-    <table style="margin-left:20px;">
+    <table summary="" style="margin-left:20px;">
      <tr>
       <td>
-       <input name="quota_size" id="quota_size" size=7 maxlength=10 {$Bstate} {$gosaProxyQuotaACL} value="{$quota_size}">
+       <input name="quota_size" id="quota_size" size=7 maxlength=10 value="{$quota_size}"
+               {if $Bstate=="disabled" || $gosaProxyQuotaACL=="disabled"}
+                       disabled 
+               {/if}>
        &nbsp;
-       <select size="1" name="quota_unit" id="quota_unit" {$Bstate} {$gosaProxyQuotaACL}>
-       {html_options options=$quota_unit selected=$quota_u}
+       <select size="1" name="quota_unit" id="quota_unit"
+               {if $Bstate=="disabled" || $gosaProxyQuotaACL=="disabled"}
+            disabled
+        {/if}>
+               {html_options options=$quota_unit selected=$quota_u}
        </select>
-       {t}per{/t}
-       <select size="1" name="gosaProxyQuotaPeriod" id="gosaProxyQuotaPeriod" {$Bstate} {$gosaProxyQuotaACL}>
+          
+       <LABEL for="gosaProxyQuotaPeriod">{t}per{/t}</LABEL>
+       <select size="1" name="gosaProxyQuotaPeriod" id="gosaProxyQuotaPeriod"
+               {if $Bstate=="disabled" || $gosaProxyQuotaACL=="disabled"}
+            disabled
+        {/if}>
         {html_options options=$quota_time selected=$gosaProxyQuotaPeriod}
        </select>
       </td>