From 631b0507127e70312b60244a53109c00607b97dc Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 9 Aug 2010 13:13:36 +0000 Subject: [PATCH] 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/trunk@17131 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/eg_vhost.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index afbb724a74..16d62e6a6a 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -312,7 +312,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 @@ -326,7 +326,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 @@ -339,8 +339,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 @@ -392,7 +392,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 @@ -417,7 +417,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 -- 2.43.2