diff options
author | D. V. Serg <dvserg@pfsense.org> | 2008-08-20 16:19:17 +0000 |
---|---|---|
committer | D. V. Serg <dvserg@pfsense.org> | 2008-08-20 16:19:17 +0000 |
commit | ce28757f9a40cc074b968e5085c82035be0ec38b (patch) | |
tree | b03d925460a94ca020d2fd471dd0a956a896e1c0 /packages/squidGuard/squidguard_rewr.xml | |
parent | 4987b62d62b2ebd91c85f871594dfc2482e4f9b6 (diff) | |
download | pfsense-packages-ce28757f9a40cc074b968e5085c82035be0ec38b.tar.gz pfsense-packages-ce28757f9a40cc074b968e5085c82035be0ec38b.tar.bz2 pfsense-packages-ce28757f9a40cc074b968e5085c82035be0ec38b.zip |
Changes in GUI:
sources
- add user name support
acl, destination
- add redirection type
general page
- remove redirection type
- add error-showing when 'Apply' changes
Also many optimisations in .inc files.
Diffstat (limited to 'packages/squidGuard/squidguard_rewr.xml')
-rw-r--r-- | packages/squidGuard/squidguard_rewr.xml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/packages/squidGuard/squidguard_rewr.xml b/packages/squidGuard/squidguard_rewr.xml index 5d2e6ac3..dd320426 100644 --- a/packages/squidGuard/squidguard_rewr.xml +++ b/packages/squidGuard/squidguard_rewr.xml @@ -26,7 +26,7 @@ </tab> <tab> <text>Destinations</text> - <url>/pkg.php?xml=squidguard_dest.xml</url> + <url>/pkg.php?xml=squidguard_dest.xml</url> </tab> <tab> <text>Times</text> @@ -42,7 +42,7 @@ <url>/pkg_edit.php?xml=squidguard_log.xml</url> </tab> </tabs> - + <adddeleteeditpagefields> <columnitem> <fielddescr>Name</fielddescr> @@ -54,13 +54,14 @@ </columnitem> </adddeleteeditpagefields> - <fields> + <fields> <field> <fielddescr>Name</fielddescr> <fieldname>name</fieldname> <description> - You may enter name here. Name must consist of minimum 2 symbols, first from which letter. <br> - All other symbols must be [a-Z_0-9]. + Enter the unique name here. + Name must consist of minimum 2 symbols, first from which letter. <br> + All other symbols must be [a-Z_0-9]. </description> <type>input</type> <required/> @@ -84,7 +85,7 @@ <type>input</type> <size>69</size> </rowhelperfield> - + <!-- <rowhelperfield> <fielddescr>Case ins.</fielddescr> <fieldname>caseins</fieldname> @@ -116,14 +117,14 @@ <b> Note: </b> <br> <b>Rewrite rule</b> - define how url will are replaced.<br> <b>Target URL or regular expression</b> - contains destination url or regular expression. Regular expression example: */cc32e46.exe <br> - <b>Replace to</b> - contains replacing url. + <b>Replace to</b> - contains replacing url. </description> <type>input</type> <size>100</size> </field> </fields> - <custom_php_after_form_command> + <custom_php_after_form_command> squidGuard_print_javascript(); </custom_php_after_form_command> <custom_php_validation_command> |