more due date convenience options for offline mode, courtesy of Michael Peters, India...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 3 Jun 2010 05:28:25 +0000 (05:28 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 3 Jun 2010 05:28:25 +0000 (05:28 +0000)
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
Open-ILS/xul/staff_client/chrome/content/circ/offline_checkout.xul

index 9e6416f..c57373b 100644 (file)
@@ -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">
index 2fa3309..1fff66f 100644 (file)
@@ -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>