From: erickson Date: Wed, 10 Jun 2009 14:27:20 +0000 (+0000) Subject: added org setting for future ability to close patron-related staff client tabs after... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=33114b6f19a56f2fe636cd39c7644c886f1b1f71;p=Evergreen.git added org setting for future ability to close patron-related staff client tabs after a period of inactivity git-svn-id: svn://svn.open-ils.org/ILS/trunk@13363 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 8e1757cebd..9af266455f 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -1641,6 +1641,8 @@ + + diff --git a/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml b/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml index b095a9a52a..e3f5c862c3 100644 --- a/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml +++ b/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml @@ -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;', } };