diff options
author | jim-p <jimp@pfsense.org> | 2010-11-19 17:10:32 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-11-19 17:11:27 -0500 |
commit | 089edbf2d6918f2c7c17e77ff169e22d5345dcc9 (patch) | |
tree | 24dcc087178881d4f478cd273473fc0537542ebc /config/squid3/squid_extauth.xml | |
parent | 89809ee593cb5623914a34428d9baecf2af1a216 (diff) | |
download | pfsense-packages-089edbf2d6918f2c7c17e77ff169e22d5345dcc9.tar.gz pfsense-packages-089edbf2d6918f2c7c17e77ff169e22d5345dcc9.tar.bz2 pfsense-packages-089edbf2d6918f2c7c17e77ff169e22d5345dcc9.zip |
Sync squid3 GUI code with recent changes to squid 2.x gui code, update to a more recent version of squid 3, enable for 2.0 (binaries have already been uploaded)
Diffstat (limited to 'config/squid3/squid_extauth.xml')
-rw-r--r-- | config/squid3/squid_extauth.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/squid3/squid_extauth.xml b/config/squid3/squid_extauth.xml index 745e85d5..41d9f633 100644 --- a/config/squid3/squid_extauth.xml +++ b/config/squid3/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> |