From e2b119d1b2a793c05195d2974bf1f9f09c90da90 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 4 Mar 2009 03:49:51 +0000 Subject: [PATCH] added some org unit settings that we'll be needing. git-svn-id: svn://svn.open-ils.org/ILS/trunk@12396 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/locale/en-US/lang.dtd | 6 ++++++ .../server/admin/org_unit_settings.xhtml | 23 +++++++++++++++++----- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 316cade8cf..bea10160ae 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -1566,6 +1566,12 @@ + + + + + + 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 e9a975b68c..43697f3816 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 @@ -136,11 +136,24 @@ desc : '&staff.server.admin.org_settings.patron.password.use_phone.desc;', type : 'bool' }, - 'ui.circ.patron_summary.horizontal' : { - label : '&ui.circ.patron_summary.horizontal;', - desc : '&ui.circ.patron_summary.horizontal.desc;', - type : 'bool' - } + 'ui.circ.patron_summary.horizontal' : { + label : '&ui.circ.patron_summary.horizontal;', + desc : '&ui.circ.patron_summary.horizontal.desc;', + type : 'bool' + }, + 'circ.mark_lost_overdue_interval' : { + label : '&staff.server.admin.org_settings.circ.mark_lost_overdue_interval;', + desc : '&staff.server.admin.org_settings.circ.mark_lost_overdue_interval.desc;', + }, + 'void_item_billing_on_lost_return' : { + label : '&staff.server.admin.org_settings.circ.void_item_billing_on_lost_return;', + desc : '&staff.server.admin.org_settings.circ.void_item_billing_on_lost_return.desc;', + type : 'bool' + }, + 'void_item_billing_on_lost_return_before_interval' : { + label : '&staff.server.admin.org_settings.circ.void_item_billing_on_lost_return_before_interval;', + desc : '&staff.server.admin.org_settings.circ.void_item_billing_on_lost_return_before_interval.desc;', + } }; -- 2.11.0