diff options
author | doktornotor <notordoktor@gmail.com> | 2015-09-30 00:46:27 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-09-30 00:46:27 +0200 |
commit | 305923a980f69fb4c826d3c6799b7b3abe6474cc (patch) | |
tree | badb9110941ae62befa828f61c827712fb4b64d6 /config | |
parent | 349b9f6021d87128c88d4d186fc0f5b63d1dc1cd (diff) | |
download | pfsense-packages-305923a980f69fb4c826d3c6799b7b3abe6474cc.tar.gz pfsense-packages-305923a980f69fb4c826d3c6799b7b3abe6474cc.tar.bz2 pfsense-packages-305923a980f69fb4c826d3c6799b7b3abe6474cc.zip |
Remove the advanced advancedfield tags because pkg_edit.php is buggy.
Also, adjust cols to prevent line wrapping and fix indentation.
Diffstat (limited to 'config')
-rwxr-xr-x | config/squid3/34/squid_antivirus.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/config/squid3/34/squid_antivirus.xml b/config/squid3/34/squid_antivirus.xml index 8d74eb2a..2e85ab19 100755 --- a/config/squid3/34/squid_antivirus.xml +++ b/config/squid3/34/squid_antivirus.xml @@ -87,8 +87,7 @@ <text>Sync</text> <url>/pkg_edit.php?xml=squid_sync.xml</url> </tab> - </tabs> - <advanced_options>enabled</advanced_options> + </tabs> <fields> <field> <name>ClamAV Anti-Virus Integration Using C-ICAP</name> @@ -118,14 +117,17 @@ </options> </field> <field> + <name>Advanced Options</name> + <type>listtopic</type> + </field> + <field> <fielddescr>squidclamav.conf</fielddescr> <fieldname>squidclamav</fieldname> <description>squidclamav.conf file. Leave empty to load sample file. Edit only if you know what are you doing.</description> <type>textarea</type> <encoding>base64</encoding> - <cols>75</cols> + <cols>85</cols> <rows>15</rows> - <advancedfield/> </field> <field> <fielddescr>c-icap.conf</fielddescr> @@ -133,9 +135,8 @@ <description>c-icap.conf file. Leave empty to load sample file. Edit only if you know what are you doing.</description> <type>textarea</type> <encoding>base64</encoding> - <cols>75</cols> + <cols>85</cols> <rows>15</rows> - <advancedfield/> </field> <field> <fielddescr>c-icap.magic</fielddescr> @@ -143,9 +144,8 @@ <description>c-icap.conf file. Leave empty to load sample file. Edit only if you know what are you doing.</description> <type>textarea</type> <encoding>base64</encoding> - <cols>75</cols> + <cols>85</cols> <rows>15</rows> - <advancedfield/> </field> </fields> <custom_php_validation_command> |