From 4bf230855936e68c42c6e46131ea9f7093f29b5d Mon Sep 17 00:00:00 2001 From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Thu, 3 Jun 2010 05:28:25 +0000 Subject: [PATCH] more due date convenience options for offline mode, courtesy of Michael Peters, Indiana State Library git-svn-id: svn://svn.open-ils.org/ILS/trunk@16574 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/locale/en-US/lang.dtd | 2 ++ Open-ILS/xul/staff_client/chrome/content/circ/offline_checkout.xul | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 9e6416f93c..c57373b8d7 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -9,6 +9,8 @@ <!ENTITY common.date_helper.3_days 'Today + 3 days'> <!ENTITY common.date_helper.7_days 'Today + 7 days'> <!ENTITY common.date_helper.14_days 'Today + 14 days'> +<!ENTITY common.date_helper.21_days 'Today + 21 days'> +<!ENTITY common.date_helper.28_days 'Today + 28 days'> <!ENTITY common.date_helper.30_days 'Today + 30 days'> <!ENTITY common.due_date.description 'Enter the item due date:'> <!ENTITY common.enter.label "Enter"> diff --git a/Open-ILS/xul/staff_client/chrome/content/circ/offline_checkout.xul b/Open-ILS/xul/staff_client/chrome/content/circ/offline_checkout.xul index 2fa3309aa3..1fff66f6d8 100644 --- a/Open-ILS/xul/staff_client/chrome/content/circ/offline_checkout.xul +++ b/Open-ILS/xul/staff_client/chrome/content/circ/offline_checkout.xul @@ -68,6 +68,8 @@ <menuitem label="&common.date_helper.3_days;" value="3"/> <menuitem label="&common.date_helper.7_days;" value="7"/> <menuitem label="&common.date_helper.14_days;" value="14"/> + <menuitem label="&common.date_helper.21_days;" value="21"/> + <menuitem label="&common.date_helper.28_days;" value="28"/> <menuitem label="&common.date_helper.30_days;" value="30"/> </menupopup> </menulist> -- 2.11.0