[open-ils-commits] r11155 - in branches/rel_1_4/Open-ILS: web/opac/locale/en-US xul/staff_client/server/admin

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Nov 12 17:04:20 EST 2008


Author: erickson
Date: 2008-11-12 17:04:15 -0500 (Wed, 12 Nov 2008)
New Revision: 11155

Modified:
   branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd
   branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
Log:
added some selfcheck configs

Modified: branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd	2008-11-12 22:03:44 UTC (rev 11154)
+++ branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd	2008-11-12 22:04:15 UTC (rev 11155)
@@ -1489,6 +1489,15 @@
 <!ENTITY staff.server.admin.org_settings.circ.item_checkout_history.max.desc "This is maximum number of previous circulations the staff client will display when investigating item details">
 <!ENTITY staff.server.admin.org_settings.circ.reshelving_complete.interval "Change reshelving status interval">
 <!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.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">
 
 
 

Modified: branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
===================================================================
--- branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml	2008-11-12 22:03:44 UTC (rev 11154)
+++ branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml	2008-11-12 22:04:15 UTC (rev 11155)
@@ -92,6 +92,21 @@
                     label : '&staff.server.admin.org_settings.circ.reshelving_complete.interval;',
                     desc : '&staff.server.admin.org_settings.circ.reshelving_complete.interval.desc;',
                     noInherit : true
+                },
+                '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>



More information about the open-ils-commits mailing list