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

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Dec 8 16:25:06 EST 2008


Author: erickson
Date: 2008-12-08 16:25:01 -0500 (Mon, 08 Dec 2008)
New Revision: 11454

Modified:
   trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
   trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
Log:
added org unit for defining the juvenile age threshold

Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2008-12-08 21:07:18 UTC (rev 11453)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2008-12-08 21:25:01 UTC (rev 11454)
@@ -1516,8 +1516,9 @@
 <!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 ">
 <!ENTITY staff.server.admin.stat_cat.heading " Statistical Category Editor">

Modified: trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml	2008-12-08 21:07:18 UTC (rev 11453)
+++ trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml	2008-12-08 21:25:01 UTC (rev 11454)
@@ -116,6 +116,10 @@
                     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>



More information about the open-ils-commits mailing list