summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 889746b)
raw | patch | inline | side by side (parent: 889746b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 5 Mar 2010 11:09:48 +0000 (11:09 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 5 Mar 2010 11:09:48 +0000 (11:09 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16202 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/squid/personal/connectivity/squid/proxy.tpl | patch | blob | history |
diff --git a/gosa-plugins/squid/personal/connectivity/squid/proxy.tpl b/gosa-plugins/squid/personal/connectivity/squid/proxy.tpl
index 2769c3e252fa0ed51e9182ab67bd4d870ca3e828..8e16fdc32551b92869e58a41ef05e67fba31bfff 100644 (file)
{/if}
{t}Proxy account{/t}</h3>
-<table style="width:100%; vertical-align:top; text-align:left;" cellpadding=0 border=0>
+<table border=0 width="100%" cellpadding=0 summary="{t}Proxy configuration{/t}">
<tr>
- <td>
- <table border=0 width="100%" cellpadding=0>
- <tr><td colspan=2>
-
+ <td colspan=2>
{render acl=$gosaProxyFlagFACL checkbox=$multiple_support checked=$use_filterF}
<input type="checkbox" name="filterF" id="filterF" value="F" {$filterF} {$pstate} class="center">
{/render}
{t}Filter unwanted content (i.e. pornographic or violence related){/t}
- </td></tr>
- <tr>
- <td width="50%">
+ </td>
+ </tr>
+ <tr>
+ <td width="50%">
{render acl=$gosaProxyFlagTACL checkbox=$multiple_support checked=$use_filterT}
<input type="checkbox" name="filterT" id="filterT" value="T" {$filterT} {$pstate} onClick="javascript:
<LABEL for="startHour">{t}Limit proxy access to working time{/t}</LABEL>
<br>
- <table style="margin-left:20px;">
+ <table style="margin-left:20px;" summary="{t}Worktime restrictions{/t}">
<tr>
<td>
</td>
</tr>
</table>
+
+
</td>
- <td rowspan=2 style="border-left:1px solid #A0A0A0">
-
- </td>
<td>
{render acl=$gosaProxyFlagBACL checkbox=$multiple_support checked=$use_filterB}
<input type="checkbox" id="filterB" name="filterB" value="B" {$filterB} {if $pstate=="disabled"} disabled {/if} onClick="{$changeB}"
{/render}
<LABEL for="quota_size">{t}Restrict proxy usage by quota{/t}</LABEL>
<br>
- <table style="margin-left:20px;">
+ <table style="margin-left:20px;" summary="{t}Quota configuration{/t}">
<tr>
<td>
{render acl=$gosaProxyFlagBACL}
</td>
</tr>
</table>
- </td>
- </tr>
-</table>