diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-01 00:46:44 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-01 00:46:44 +0200 |
commit | bddb7e792c663d6e6d48bffe63fc79239c32579a (patch) | |
tree | d03889c57f5c1ec42eb230672862af5f3479d8e0 /config/squid3 | |
parent | 51f8edee1ddb4fa9c5a8c346ef59a707881bf03e (diff) | |
download | pfsense-packages-bddb7e792c663d6e6d48bffe63fc79239c32579a.tar.gz pfsense-packages-bddb7e792c663d6e6d48bffe63fc79239c32579a.tar.bz2 pfsense-packages-bddb7e792c663d6e6d48bffe63fc79239c32579a.zip |
Move fielddescr away from rowhelperfield (another pkg_edit.php bug)
Diffstat (limited to 'config/squid3')
-rwxr-xr-x | config/squid3/34/squid_reverse_uri.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/config/squid3/34/squid_reverse_uri.xml b/config/squid3/34/squid_reverse_uri.xml index 164d6374..9a493a15 100755 --- a/config/squid3/34/squid_reverse_uri.xml +++ b/config/squid3/34/squid_reverse_uri.xml @@ -42,7 +42,7 @@ ]]> </copyright> <name>squidreverseuri</name> - <version>0.3.5</version> + <version>0.3.7</version> <title>Reverse Proxy Server: Mappings</title> <include_file>/usr/local/pkg/squid.inc</include_file> <tabs> @@ -137,20 +137,20 @@ <size>05</size> </field> <field> - <fielddescr>URIs</fielddescr> + <fielddescr> + <![CDATA[ + URIs<br/><br/> + Enter URL <strong>regex</strong> to match.<br/><br/> + <strong>Examples:</strong><br/> + .mydomain.com .mydomain.com/test<br/> + www.mydomain.com http://www.mydomain.com/ ^http://www.mydomain.com/.*$ + ]]> + </fielddescr> <fieldname>none</fieldname> <description>URI to publish.</description> <type>rowhelper</type> <rowhelper> <rowhelperfield> - <fielddescr> - <![CDATA[ - Enter URL <strong>regex</strong> to match.<br/><br/> - Examples:<br/> - .mydomain.com .mydomain.com/test<br/> - www.mydomain.com http://www.mydomain.com/ ^http://www.mydomain.com/.*$ - ]]> - </fielddescr> <fieldname>uri</fieldname> <type>input</type> <size>70</size> |