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_extauth.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_extauth.xml')
-rw-r--r-- | config/squid/squid_extauth.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/squid/squid_extauth.xml b/config/squid/squid_extauth.xml index 745e85d5..41d9f633 100644 --- a/config/squid/squid_extauth.xml +++ b/config/squid/squid_extauth.xml @@ -51,7 +51,7 @@ <aftersaveredirect>/pkg_edit.php?xml=squid_extauth.xml&id=0</aftersaveredirect> <tabs> <tab> - <text>General Settings</text> + <text>General</text> <url>/pkg_edit.php?xml=squid_ng.xml&id=0</url> </tab> @@ -66,7 +66,7 @@ </tab> <tab> - <text>Network Access Control</text> + <text>Access Control</text> <url>/pkg_edit.php?xml=squid_nac.xml&id=0</url> </tab> @@ -76,12 +76,12 @@ </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> <active/> </tab> |