[open-ils-commits] r17131 - trunk/Open-ILS/examples/apache (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Aug 9 09:13:38 EDT 2010


Author: dbs
Date: 2010-08-09 09:13:36 -0400 (Mon, 09 Aug 2010)
New Revision: 17131

Modified:
   trunk/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: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf	2010-08-07 03:53:01 UTC (rev 17130)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf	2010-08-09 13:13:36 UTC (rev 17131)
@@ -312,7 +312,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
@@ -326,7 +326,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
@@ -339,8 +339,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
@@ -392,7 +392,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
@@ -417,7 +417,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