diff options
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> |