summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0bd53f6)
raw | patch | inline | side by side (parent: 0bd53f6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 Mar 2010 10:30:40 +0000 (10:30 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 Mar 2010 10:30:40 +0000 (10:30 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16986 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/admin/systems/services/virus/goVirusServer.tpl | patch | blob | history |
diff --git a/gosa-plugins/mail/admin/systems/services/virus/goVirusServer.tpl b/gosa-plugins/mail/admin/systems/services/virus/goVirusServer.tpl
index 46125a50b0fccd7940a1a84cc50b7bf640d280d1..ad7c12d8b1706b928c8924b12b2b91ecea8dc702 100644 (file)
<td>
<table summary="{t}Database setting{/t}">
<tr>
- <td>{t}Database user{/t}
- </td>
+ <td>{t}Database user{/t}</td>
<td>
{render acl=$avUserACL}
- <input type='text' name='avUser' value='
- {$avUser}' style='width:220px;'>
+ <input type='text' name='avUser' value='{$avUser}' style='width:220px;'>
{/render}
</td>
</tr>
</td>
<td>
{render acl=$avDatabaseMirrorACL}
- <input type='text' name='avDatabaseMirror' value='
- {$avDatabaseMirror}' style='width:220px;'>
+ <input type='text' name='avDatabaseMirror' value='{$avDatabaseMirror}' style='width:220px;'>
{/render}
</td>
</tr>
<tr>
- <td>{t}Http proxy URL{/t}
- </td>
+ <td>{t}Http proxy URL{/t}</td>
<td>
{render acl=$avHttpProxyURLACL}
- <input type='text' name='avHttpProxyURL' value='
- {$avHttpProxyURL}' style='width:220px;'>
+ <input type='text' name='avHttpProxyURL' value='{$avHttpProxyURL}' style='width:220px;'>
{/render}
</td>
</tr>
Maximum threads{/t}
</td>
<td>
-
{render acl=$avMaxThreadsACL}
-
- <select name="avMaxThreads" title='{t}
- Select number of maximal threads{/t}' size=1>
+ <select name="avMaxThreads" title='{t}Select number of maximal threads{/t}' size=1>
{html_options options=$ThreadValues selected=$avMaxThreads}
</select>
{/render}
<td class='left-border'>
<table summary="{t}Database setting{/t}">
<tr>
- <td>{t}Max directory recursions{/t}
- </td>
+ <td>{t}Max directory recursions{/t}</td>
<td>
{render acl=$avMaxDirectoryRecursionsACL}
- <input type='text' name='avMaxDirectoryRecursions' value='
- {$avMaxDirectoryRecursions}' >
+ <input type='text' name='avMaxDirectoryRecursions' value='{$avMaxDirectoryRecursions}' >
{/render}
</td>
</tr>
</td>
<td>
{render acl=$avChecksPerDayACL}
- <input type='text' name='avChecksPerDay' value='
- {$avChecksPerDay}'>
+ <input type='text' name='avChecksPerDay' value='{$avChecksPerDay}'>
{/render}
</td>
</tr>
<tr>
<td colspan=2>
{render acl=$avFlagsDACL}
- <input type='checkbox' name='avFlagsD'
- {$avFlagsDCHK}value='1'>
+ <input type='checkbox' name='avFlagsD' {$avFlagsDCHK} value='1'>
{/render}{t}Enable debugging{/t}
</td>
</tr>
<tr>
<td colspan=2>
{render acl=$avFlagsSACL}
- <input type='checkbox' name='avFlagsS'
- {$avFlagsSCHK}value='1'>
+ <input type='checkbox' name='avFlagsS' {$avFlagsSCHK} value='1'>
{/render}{t}Enable mail scanning{/t}
</td>
</tr>
<tr>
<td>
{render acl=$avFlagsAACL}
- <input type='checkbox' name='avFlagsA'
- {$avFlagsACHK}value='1' onClick=" changeState('avFlagsE') ; changeState('avArchiveMaxFileSize') ; changeState('avArchiveMaxRecursion') ; changeState('avArchiveMaxCompressionRatio') ; " >
- {/render}{t}Enable scanning of archives{/t}
+ <input type='checkbox' name='avFlagsA' {$avFlagsACHK} value='1'
+ onClick=" changeState('avFlagsE') ;
+ changeState('avArchiveMaxFileSize') ;
+ changeState('avArchiveMaxRecursion') ;
+ changeState('avArchiveMaxCompressionRatio');">
+ {/render}
+ {t}Enable scanning of archives{/t}
</td>
</tr>
<tr>
<td>
{render acl=$avFlagsEACL}
- <input type='checkbox' name='avFlagsE'
- {$avFlagsECHK}
- {$avFlagsAState}value='1' id='avFlagsE'>
+ <input type='checkbox' name='avFlagsE' {$avFlagsECHK} {$avFlagsAState}
+ value='1' id='avFlagsE'>
{/render}{t}Block encrypted archives{/t}
</td>
</tr>
<td style='width:50%;' class='left-border'>
<table summary="{t}Archive setting{/t}">
<tr>
- <td>{t}Maximum file size{/t}
- </td>
+ <td>{t}Maximum file size{/t}</td>
<td>
{render acl=$avArchiveMaxFileSizeACL}
- <input type='text' name='avArchiveMaxFileSize' id='avArchiveMaxFileSize' value='
- {$avArchiveMaxFileSize}'
+ <input type='text' name='avArchiveMaxFileSize' id='avArchiveMaxFileSize'
+ value='{$avArchiveMaxFileSize}'
{$avFlagsAState}>
{/render}
</td>
</td>
<td>
{render acl=$avArchiveMaxRecursionACL}
- <input type='text' name='avArchiveMaxRecursion' id='avArchiveMaxRecursion' value='
- {$avArchiveMaxRecursion}'
+ <input type='text' name='avArchiveMaxRecursion' id='avArchiveMaxRecursion'
+ value='{$avArchiveMaxRecursion}'
{$avFlagsAState}>
{/render}
</td>
</td>
<td>
{render acl=$avArchiveMaxCompressionRatioACL}
- <input type='text' name='avArchiveMaxCompressionRatio' id='avArchiveMaxCompressionRatio' value='
- {$avArchiveMaxCompressionRatio}'
+ <input type='text' name='avArchiveMaxCompressionRatio' id='avArchiveMaxCompressionRatio'
+ value='{$avArchiveMaxCompressionRatio}'
{$avFlagsAState}>
{/render}
</td>