Code

Updated TODO
[gosa.git] / plugins / personal / connectivity / proxy.tpl
index 8fed115640d1de7bfeb28cd8421655494557190c..adaa5100b6ffe8c75b1c130b5e64617b038974e5 100644 (file)
                        ">
        {/if}{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}
@@ -32,9 +32,9 @@
                changeSubselectState('filterT', 'stopHour');
                changeSubselectState('filterT', 'stopMinute');
        ">
-    {t}Limit proxy access to working time{/t}
+    <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}>
@@ -66,9 +66,9 @@
                changeSubselectState('filterB', 'quota_unit');
                changeSubselectState('filterB', 'gosaProxyQuotaPeriod');
        ">
-    {t}Restrict proxy usage by quota{/t}
+    <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}">
@@ -76,7 +76,8 @@
        <select size="1" name="quota_unit" id="quota_unit" {$Bstate} {$gosaProxyQuotaACL}>
        {html_options options=$quota_unit selected=$quota_u}
        </select>
-       {t}per{/t}
+          
+       <LABEL for="gosaProxyQuotaPeriod">{t}per{/t}</LABEL>
        <select size="1" name="gosaProxyQuotaPeriod" id="gosaProxyQuotaPeriod" {$Bstate} {$gosaProxyQuotaACL}>
         {html_options options=$quota_time selected=$gosaProxyQuotaPeriod}
        </select>