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_nac.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_nac.xml')
-rw-r--r-- | config/squid/squid_nac.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/squid/squid_nac.xml b/config/squid/squid_nac.xml index a61471ec..193a89c6 100644 --- a/config/squid/squid_nac.xml +++ b/config/squid/squid_nac.xml @@ -51,32 +51,32 @@ <include_file>squid.inc</include_file> <tabs> <tab> - <text>General settings</text> + <text>General</text> <url>/pkg_edit.php?xml=squid.xml&id=0</url> </tab> <tab> - <text>Upstream proxy</text> + <text>Upstream Proxy</text> <url>/pkg_edit.php?xml=squid_upstream.xml&id=0</url> </tab> <tab> - <text>Cache management</text> + <text>Cache Mgmt</text> <url>/pkg_edit.php?xml=squid_cache.xml&id=0</url> </tab> <tab> - <text>Access control</text> + <text>Access Control</text> <url>/pkg_edit.php?xml=squid_nac.xml&id=0</url> <active/> </tab> <tab> - <text>Traffic management</text> + <text>Traffic Mgmt</text> <url>/pkg_edit.php?xml=squid_traffic.xml&id=0</url> </tab> <tab> - <text>Auth settings</text> + <text>Auth Settings</text> <url>/pkg_edit.php?xml=squid_auth.xml&id=0</url> </tab> <tab> - <text>Local users</text> + <text>Local Users</text> <url>/pkg.php?xml=squid_users.xml</url> </tab> </tabs> |