'cat.default_item_price' : null,
'circ.collections_fee' : null,
'auth.opac_timeout' : null,
+ 'auth.staff_timeout' : null,
};
function osEditorInit() {
<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>$<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>