added staff-timeout setting
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 30 Jul 2006 19:49:15 +0000 (19:49 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 30 Jul 2006 19:49:15 +0000 (19:49 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@5176 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/admin/org_settings.js
Open-ILS/xul/staff_client/server/admin/org_settings.xhtml

index 5b79291..0871947 100644 (file)
@@ -10,6 +10,7 @@ var ORG_SETTINGS = {
        'cat.default_item_price'                                        : null,
        'circ.collections_fee'                                          : null,
        'auth.opac_timeout'                                                     : null,
+       'auth.staff_timeout'                                                    : null,
 };
 
 function osEditorInit() {
index f8ca9be..8e3eea5 100644 (file)
                                                <td><button id='auth.opac_timeout.apply_all'>Apply to all Locations</button></td>
                                        </tr>
                                        <tr>
+                                               <td>Staff Login Inactivity Timeout (in seconds)</td>
+                                               <td><input type='text' id='auth.staff_timeout' size='5'/></td>
+                                               <td><button id='auth.staff_timeout.apply'>Apply</button></td>
+                                               <td><button id='auth.staff_timeout.apply_all'>Apply to all Locations</button></td>
+                                       </tr>
+                                       <tr>
                                                <td>Lost Materials Processing Fee</td>
                                                <td>&#036;<input ismoney='1' type='text' id='circ.lost_materials_processing_fee' size='5'/></td>
                                                <td><button id='circ.lost_materials_processing_fee.apply'>Apply</button></td>