From: dbs Date: Mon, 9 Aug 2010 13:15:00 +0000 (+0000) Subject: Patch from Ben Ostrowsky to specify "staff account" in proxied... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=adef80fadb18a15ad44655d5a19b95ec2304d78e;p=working%2FEvergreen.git Patch from Ben Ostrowsky to specify "staff account" in proxied pages This change will make it a bit more clear that we're not looking for a patron barcode/PIN in the Selfcheck Login screen (and make the wording consistent across similar login pages). git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@17132 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index 2558f69138..bdb87ac765 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -293,7 +293,7 @@ RewriteRule - - [E=locale:en-US] [L] SetHandler perl-script PerlSetVar OILSProxyTitle "Exporter Login" - PerlSetVar OILSProxyDescription "Please log in to export records" + PerlSetVar OILSProxyDescription "Please log in with an authorized staff account to export records" PerlSetVar OILSProxyPermissions "STAFF_LOGIN" PerlHandler OpenILS::WWW::Proxy OpenILS::WWW::Exporter Options +ExecCGI @@ -307,7 +307,7 @@ RewriteRule - - [E=locale:en-US] [L] SetHandler perl-script PerlSetVar OILSProxyTitle "Report Login" - PerlSetVar OILSProxyDescription "Please log in to view this report" + PerlSetVar OILSProxyDescription "Please log in with an authorized staff account to view this report" PerlSetVar OILSProxyPermissions "VIEW_REPORT_OUTPUT" PerlHandler OpenILS::WWW::Proxy Options +ExecCGI @@ -320,8 +320,8 @@ RewriteRule - - [E=locale:en-US] [L] # ---------------------------------------------------------------------------------- SetHandler perl-script - PerlSetVar OILSProxyTitle "Selfcheck Login" - PerlSetVar OILSProxyDescription "Please log in to activate the selfcheck interface" + PerlSetVar OILSProxyTitle "Self-check Login" + PerlSetVar OILSProxyDescription "Please log in with an authorized staff account to activate the self-check interface" PerlSetVar OILSProxyPermissions "STAFF_LOGIN" PerlHandler OpenILS::WWW::Proxy Options +ExecCGI @@ -370,7 +370,7 @@ RewriteRule ^/conify/([a-z]{2}-[A-Z]{2})/global/(.*)$ /conify/global/$2 [E=local SetHandler perl-script PerlSetVar OILSProxyTitle "Dojo Admin Login" - PerlSetVar OILSProxyDescription "Please log in to administer Evergreen" + PerlSetVar OILSProxyDescription "Please log in with an authorized staff account to administer Evergreen" PerlSetVar OILSProxyPermissions "STAFF_LOGIN" PerlHandler OpenILS::WWW::Proxy Options +ExecCGI @@ -395,7 +395,7 @@ RewriteRule ^/vandelay/([a-z]{2}-[A-Z]{2})/(.*)$ /vandelay/$2 [E=locale:$1] AddOutputFilter INCLUDES;XMLENT .xml SetHandler perl-script PerlSetVar OILSProxyTitle "Vandelay Login" - PerlSetVar OILSProxyDescription "Please log in to import MARC records" + PerlSetVar OILSProxyDescription "Please log in with an authorized staff account to import MARC records" PerlSetVar OILSProxyPermissions "IMPORT_MARC" PerlHandler OpenILS::WWW::Proxy Options +ExecCGI