[open-ils-commits] r12396 - in trunk/Open-ILS: web/opac/locale/en-US xul/staff_client/server/admin (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Mar 3 22:49:53 EST 2009
Author: erickson
Date: 2009-03-03 22:49:51 -0500 (Tue, 03 Mar 2009)
New Revision: 12396
Modified:
trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
Log:
added some org unit settings that we'll be needing.
Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd 2009-03-04 03:11:02 UTC (rev 12395)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd 2009-03-04 03:49:51 UTC (rev 12396)
@@ -1566,6 +1566,12 @@
<!ENTITY staff.server.admin.org_settings.cat.bib.alert_on_empty.desc "Alert staff when the last copy for a record is being deleted">
<!ENTITY staff.server.admin.org_settings.patron.password.use_phone "Patron: password from phone #">
<!ENTITY staff.server.admin.org_settings.patron.password.use_phone.desc "Use the last 4 digits of the patrons phone number as the default password when creating new users">
+<!ENTITY staff.server.admin.org_settings.circ.mark_lost_overdue_interval "Mark lost overdue interval">
+<!ENTITY staff.server.admin.org_settings.circ.mark_lost_overdue_interval.desc "Items overdue for this long are marked as lost">
+<!ENTITY staff.server.admin.org_settings.circ.void_item_billing_on_lost_return "Void lost item fine when returned">
+<!ENTITY staff.server.admin.org_settings.circ.void_item_billing_on_lost_return.desc "Void lost item fine when returned">
+<!ENTITY staff.server.admin.org_settings.circ.void_item_billing_on_lost_return_before_interval "Void lost item fine when returned before interval">
+<!ENTITY staff.server.admin.org_settings.circ.void_item_billing_on_lost_return_before_interval.desc "Void lost item fine when returned before interval">
<!ENTITY staff.server.admin.stat_cat.title "Evergreen: Statistical Category Editor">
<!ENTITY staff.server.admin.stat_cat.greeting "Welcome ">
Modified: trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml 2009-03-04 03:11:02 UTC (rev 12395)
+++ trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml 2009-03-04 03:49:51 UTC (rev 12396)
@@ -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;',
+ }
};
</script>
</head>
More information about the open-ils-commits
mailing list