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

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Dec 9 15:35:06 EST 2008


Author: erickson
Date: 2008-12-09 15:35:02 -0500 (Tue, 09 Dec 2008)
New Revision: 11481

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:
added org settings for controlling recs are auto-deleted or staff is alerted when last item from a bib is deleted

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	2008-12-09 20:33:46 UTC (rev 11480)
+++ branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd	2008-12-09 20:35:02 UTC (rev 11481)
@@ -1505,6 +1505,10 @@
 <!ENTITY staff.server.admin.org_settings.circ.selfcheck.require_patron_password "Selfcheck: Require patron password">
 <!ENTITY staff.server.admin.org_settings.circ.selfcheck.require_patron_password.desc 
     "If true, patrons will be required to enter their password in addition to their username/barcode to log into the selfcheck interface">
+<!ENTITY staff.server.admin.org_settings.cat.bib.keep_on_empty "Do not automatically delete empty bib records">
+<!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">
 
 
 

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	2008-12-09 20:33:46 UTC (rev 11480)
+++ branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml	2008-12-09 20:35:02 UTC (rev 11481)
@@ -107,6 +107,16 @@
                     label : '&staff.server.admin.org_settings.circ.selfcheck.require_patron_password;',
                     desc : '&staff.server.admin.org_settings.circ.selfcheck.require_patron_password.desc;',
                     type : 'bool'
+                },
+                'cat.bib.keep_on_empty' : {
+                    label : '&staff.server.admin.org_settings.cat.bib.keep_on_empty;',
+                    desc : '&staff.server.admin.org_settings.cat.bib.keep_on_empty.desc;',
+                    type : 'bool'
+                },
+                'cat.bib.alert_on_empty' : {
+                    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'
                 }
             };
         </script>
@@ -131,7 +141,7 @@
                             {name: 'Edit', get: osGetEditLink, 
                                 value: '&lt;a href=&quot;javascript:void(0);&quot; onclick=&quot;osLaunchEditor(\'SETTING\');&quot;>Edit&lt;/a>'},
                             {name: 'Setting', get: osGetGridData, field:'label', width:'auto', styles:'text-align:left;'},
-                            {name: 'Context', get: osGetGridData, field:'context', width:'auto'},
+                            {name: 'Context', get: osGetGridData, field:'context'},
                             {name: 'Value', get: osGetGridData, field:'value', width:'auto'},
                         ]]
                     }];



More information about the open-ils-commits mailing list