back out part of the last Record In-House Use changeset dealing with org unit settings
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 27 Oct 2009 04:04:03 +0000 (04:04 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 27 Oct 2009 04:04:03 +0000 (04:04 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@14621 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml

index 65805fc..e265f03 100644 (file)
 <!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">
index 0f4a113..ca0f345 100644 (file)
                     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>