[open-ils-commits] r13363 - in trunk/Open-ILS: web/opac/locale/en-US xul/staff_client/server/admin (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jun 10 10:27:21 EDT 2009


Author: erickson
Date: 2009-06-10 10:27:20 -0400 (Wed, 10 Jun 2009)
New Revision: 13363

Modified:
   trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
   trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
Log:
added org setting for future ability to close patron-related staff client tabs after a period of inactivity

Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2009-06-10 12:39:12 UTC (rev 13362)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2009-06-10 14:27:20 UTC (rev 13363)
@@ -1641,6 +1641,8 @@
 <!ENTITY staff.server.admin.org_settings.opac.allow_pending_address.desc "If enabled, patrons can create and edit existing addresses.  Addresses are kept in a pending state until staff approves the changes">
 <!ENTITY staff.server.admin.org_settings.ui.circ.show_billing_tab_on_bills "Show billing tab first when bills are present">
 <!ENTITY staff.server.admin.org_settings.ui.circ.show_billing_tab_on_bills.desc "If enabled and a patron has outstanding bills and the alert page is not required, show the billing tab by default, instead of the checkout tab, when a patron is loaded">
+<!ENTITY staff.server.admin.org_settings.ui.circ.patron_display_timeout_interval "GUI: Patron display timeout interval">
+<!ENTITY staff.server.admin.org_settings.ui.circ.patron_display_timeout_interval.desc "Set this if you would like patron displays in the staff client to be closed after a certain interval of inactivity.  Example \'5 minutes\'">
 
 
 <!ENTITY staff.server.admin.stat_cat.title "Evergreen: Statistical Category Editor">

Modified: trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml	2009-06-10 12:39:12 UTC (rev 13362)
+++ trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml	2009-06-10 14:27:20 UTC (rev 13363)
@@ -195,6 +195,10 @@
                     label : '&staff.server.admin.org_settings.ui.circ.show_billing_tab_on_bills;',
                     desc : '&staff.server.admin.org_settings.ui.circ.show_billing_tab_on_bills.desc;',
                     type : 'bool'
+                },
+                'ui.circ.patron_display_timeout_interval' : {
+                    label : '&staff.server.admin.org_settings.ui.circ.patron_display_timeout_interval;',
+                    desc : '&staff.server.admin.org_settings.ui.circ.patron_display_timeout_interval.desc;',
                 }
             };
         </script>



More information about the open-ils-commits mailing list