[open-ils-commits] r14621 - in branches/rel_1_4/Open-ILS: web/opac/locale/en-US xul/staff_client/server/admin (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Oct 27 00:04:06 EDT 2009


Author: phasefx
Date: 2009-10-27 00:04:03 -0400 (Tue, 27 Oct 2009)
New Revision: 14621

Modified:
   branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd
   branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
Log:
back out part of the last Record In-House Use changeset dealing with org unit settings

Modified: branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd	2009-10-27 03:52:09 UTC (rev 14620)
+++ branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd	2009-10-27 04:04:03 UTC (rev 14621)
@@ -1512,10 +1512,9 @@
 <!ENTITY staff.server.admin.org_settings.cat.bib.keep_on_empty.desc 'Do not automatically delete a bib record when all attached copies are deleted'>
 <!ENTITY staff.server.admin.org_settings.cat.bib.alert_on_empty 'Alert on empty bib records'>
 <!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 ui.circ.in_house_use.entry_cap "GUI: Record In-House Use: Maximum # of uses allowed per entry.">
-<!ENTITY ui.circ.in_house_use.entry_cap.desc "The # of uses entry in the Record In-House Use interface may not exceed the value of this setting.">
-<!ENTITY ui.circ.in_house_use.entry_warn "GUI: Record In-House Use: # of uses threshold for Are You Sure? dialog.">
-<!ENTITY ui.circ.in_house_use.entry_warn.desc "In the Record In-House Use interface, a submission attempt will warn if the # of uses field exceeds the value of this setting.">
+
+
+
 <!ENTITY staff.server.admin.stat_cat.title "Evergreen: Statistical Category Editor">
 <!ENTITY staff.server.admin.stat_cat.greeting "Welcome ">
 <!ENTITY staff.server.admin.stat_cat.heading " Statistical Category Editor">

Modified: branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
===================================================================
--- branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml	2009-10-27 03:52:09 UTC (rev 14620)
+++ branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml	2009-10-27 04:04:03 UTC (rev 14621)
@@ -117,16 +117,6 @@
                     label : '&staff.server.admin.org_settings.cat.bib.alert_on_empty;',
                     desc : '&staff.server.admin.org_settings.cat.bib.alert_on_empty.desc;',
                     type : 'bool'
-                },
-                'ui.circ.in_house_use.entry_cap' : {
-                    label : '&ui.circ.in_house_use.entry_cap;',
-                    desc : '&ui.circ.in_house_use.entry_cap.desc;',
-                    type : 'integer' 
-                },
-                'ui.circ.in_house_use.entry_warn' : {
-                    label : '&ui.circ.in_house_use.entry_warn;',
-                    desc : '&ui.circ.in_house_use.entry_warn.desc;',
-                    type : 'integer'
                 }
             };
         </script>



More information about the open-ils-commits mailing list