[open-ils-commits] r10733 - trunk/Open-ILS/xul/staff_client/server/admin

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Sep 29 16:45:43 EDT 2008


Author: erickson
Date: 2008-09-29 16:45:39 -0400 (Mon, 29 Sep 2008)
New Revision: 10733

Modified:
   trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
Log:
opac/staff login timeouts are now inherited (see last change to oils_utils.c)

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-09-29 20:43:43 UTC (rev 10732)
+++ trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml	2008-09-29 20:45:39 UTC (rev 10733)
@@ -39,12 +39,10 @@
                 'auth.opac_timeout' : {
                     label : '&staff.server.admin.org_settings.opac_timeout;',
                     type : 'number',
-                    noInherit : true
                 },
                 'auth.staff_timeout' : {
                     label : '&staff.server.admin.org_settings.staff_timeout;',
                     type : 'number',
-                    noInherit : true
                 },
                 'org.bounced_emails' : {
                     label : '&staff.server.admin.org_settings.from_address;',



More information about the open-ils-commits mailing list