[open-ils-commits] r17134 - branches/rel_1_6_0/Open-ILS/examples/apache (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Aug 9 09:15:58 EDT 2010


Author: dbs
Date: 2010-08-09 09:15:56 -0400 (Mon, 09 Aug 2010)
New Revision: 17134

Modified:
   branches/rel_1_6_0/Open-ILS/examples/apache/eg_vhost.conf
Log:
Patch from Ben Ostrowsky <ben at esilibrary.com> 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).


Modified: branches/rel_1_6_0/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- branches/rel_1_6_0/Open-ILS/examples/apache/eg_vhost.conf	2010-08-09 13:15:26 UTC (rev 17133)
+++ branches/rel_1_6_0/Open-ILS/examples/apache/eg_vhost.conf	2010-08-09 13:15:56 UTC (rev 17134)
@@ -278,7 +278,7 @@
 <Location /exporter>
     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
@@ -292,7 +292,7 @@
 <Location /reporter/>
     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
@@ -305,8 +305,8 @@
 # ----------------------------------------------------------------------------------
 <LocationMatch .*/selfcheck.xml>
     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
@@ -355,7 +355,7 @@
  
     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
@@ -380,7 +380,7 @@
     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



More information about the open-ils-commits mailing list