<!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.global.juvenile_age_threshold "Juvenile Age Threshold">
<!ENTITY staff.server.admin.org_settings.global.juvenile_age_threshold.desc 'The age at which a user is no long considered a juvenile. For example, "18 years".'>
+<!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">
<!ENTITY staff.server.admin.stat_cat.title "Evergreen: Statistical Category Editor">
<!ENTITY staff.server.admin.stat_cat.greeting "Welcome ">
'global.juvenile_age_threshold' : {
label : '&staff.server.admin.org_settings.global.juvenile_age_threshold;',
desc : '&staff.server.admin.org_settings.global.juvenile_age_threshold.desc;',
+ },
+ '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>
{name: 'Edit', get: osGetEditLink,
value: '<a href="javascript:void(0);" onclick="osLaunchEditor(\'SETTING\');">Edit</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'},
]]
}];