added some selfcheck configs
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 12 Nov 2008 22:03:44 +0000 (22:03 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 12 Nov 2008 22:03:44 +0000 (22:03 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11154 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml

index 4fd16f9..4e146cb 100644 (file)
 <!ENTITY staff.server.admin.org_settings.circ.reshelving_complete.interval.desc 'Amount of time to wait before changing an item from "reshelving" status to "available".  Examples "1 day", "6 hours"'>
 <!ENTITY staff.server.admin.org_settings.circ.hold_estimate_wait_interval "Holds: Estimated Wait (Days)">
 <!ENTITY staff.server.admin.org_settings.circ.hold_estimate_wait_interval.desc "When predicting the amount of time a patron will be waiting for a hold to be fulfilled,this is the default/average number of days to assume an item will be checked out.">
+<!ENTITY staff.server.admin.org_settings.circ.selfcheck.patron_login_timeout "Selfcheck: Patron Login Timeout (in seconds)">
+<!ENTITY staff.server.admin.org_settings.circ.selfcheck.patron_login_timeout.desc 
+    "Number of seconds of inactivity before the patron is logged out of the selfcheck interface">
+<!ENTITY staff.server.admin.org_settings.circ.selfcheck.alert_on_checkout_event "Selfcheck: Pop-up alert for errors">
+<!ENTITY staff.server.admin.org_settings.circ.selfcheck.alert_on_checkout_event.desc 
+    "If true, checkout/renewal errors will cause a pop-up window in addition to the on-screen message">
+<!ENTITY staff.server.admin.org_settings.circ.selfcheck.require_patron_password "Selfcheck: Require patron password">
+<!ENTITY staff.server.admin.org_settings.circ.selfcheck.require_patron_password.desc 
+    "If true, patrons will be required to enter their password in addition to their username/barcode to log into the selfcheck interface">
 
 
 <!ENTITY staff.server.admin.stat_cat.title "Evergreen: Statistical Category Editor">
index 626d6ab..9c67002 100644 (file)
                     label : '&staff.server.admin.org_settings.circ.hold_estimate_wait_interval;',
                     desc : '&staff.server.admin.org_settings.circ.hold_estimate_wait_interval.desc;',
                     type : 'number'
+                },
+                'circ.selfcheck.patron_login_timeout' : {
+                    label : '&staff.server.admin.org_settings.circ.selfcheck.patron_login_timeout;',
+                    desc : '&staff.server.admin.org_settings.circ.selfcheck.patron_login_timeout.desc;',
+                    type : 'number'
+                },
+                'circ.selfcheck.alert_on_checkout_event' : {
+                    label : '&staff.server.admin.org_settings.circ.selfcheck.alert_on_checkout_event;',
+                    desc : '&staff.server.admin.org_settings.circ.selfcheck.alert_on_checkout_event.desc;',
+                    type : 'bool'
+                },
+                'circ.selfcheck.require_patron_password' : {
+                    label : '&staff.server.admin.org_settings.circ.selfcheck.require_patron_password;',
+                    desc : '&staff.server.admin.org_settings.circ.selfcheck.require_patron_password.desc;',
+                    type : 'bool'
                 }
             };
         </script>