diff options
author | jim-p <jim@pingle.org> | 2009-12-17 16:47:09 -0500 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2009-12-17 16:48:19 -0500 |
commit | aeeaaa03a693805aa67c473df7607ac3ef8c8b5d (patch) | |
tree | 5496f0f4afbb163c3d3e380824afb3bc5f838871 /config/squid/squid_ng.xml | |
parent | d4c016c80a24b61a935967a2067c07c3407846c2 (diff) | |
download | pfsense-packages-aeeaaa03a693805aa67c473df7607ac3ef8c8b5d.tar.gz pfsense-packages-aeeaaa03a693805aa67c473df7607ac3ef8c8b5d.tar.bz2 pfsense-packages-aeeaaa03a693805aa67c473df7607ac3ef8c8b5d.zip |
Shorten squid tab names so they are less than 82chars total and do not trigger the change to a drop-down list navigation. Bump squid package version to _1.
Diffstat (limited to 'config/squid/squid_ng.xml')
-rw-r--r-- | config/squid/squid_ng.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squid/squid_ng.xml b/config/squid/squid_ng.xml index 5949606e..5d956387 100644 --- a/config/squid/squid_ng.xml +++ b/config/squid/squid_ng.xml @@ -90,11 +90,11 @@ <url>/pkg_edit.php?xml=squid_traffic.xml&id=0</url> </tab> <tab> - <text>Auth Settings</text> + <text>Auth</text> <url>/pkg_edit.php?xml=squid_auth.xml&id=0</url> </tab> <tab> - <text>Extended Auth Settings</text> + <text>Extended Auth</text> <url>/pkg_edit.php?xml=squid_extauth.xml&id=0</url> </tab> </tabs> |