[open-ils-commits] r16575 - in branches/rel_1_6/Open-ILS: web/opac/locale/en-US xul/staff_client/chrome/content/circ (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jun 3 01:29:26 EDT 2010


Author: phasefx
Date: 2010-06-03 01:29:22 -0400 (Thu, 03 Jun 2010)
New Revision: 16575

Modified:
   branches/rel_1_6/Open-ILS/web/opac/locale/en-US/lang.dtd
   branches/rel_1_6/Open-ILS/xul/staff_client/chrome/content/circ/offline_checkout.xul
Log:
more due date convenience options for offline mode, courtesy of Michael Peters, Indiana State Library

Modified: branches/rel_1_6/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- branches/rel_1_6/Open-ILS/web/opac/locale/en-US/lang.dtd	2010-06-03 05:28:25 UTC (rev 16574)
+++ branches/rel_1_6/Open-ILS/web/opac/locale/en-US/lang.dtd	2010-06-03 05:29:22 UTC (rev 16575)
@@ -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">

Modified: branches/rel_1_6/Open-ILS/xul/staff_client/chrome/content/circ/offline_checkout.xul
===================================================================
--- branches/rel_1_6/Open-ILS/xul/staff_client/chrome/content/circ/offline_checkout.xul	2010-06-03 05:28:25 UTC (rev 16574)
+++ branches/rel_1_6/Open-ILS/xul/staff_client/chrome/content/circ/offline_checkout.xul	2010-06-03 05:29:22 UTC (rev 16575)
@@ -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>



More information about the open-ils-commits mailing list