<!ENTITY staff.server.admin.org_settings.circ.selfcheck.alert_on_checkout_event.desc "If true, checkout/renewal errors will cause a pop-up window in addition to the on-screen message">
<!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.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.stat_cat.title "Evergreen: Statistical Category Editor">
<!ENTITY staff.server.admin.stat_cat.greeting "Welcome ">
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'
+ },
+ '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;',
}
};
</script>