Changeset 9483 for trunk/Open-ILS/xul/staff_client/server/main/ws_info.xul
- Timestamp:
- 04/29/08 09:49:47 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Open-ILS/xul/staff_client/server/main/ws_info.xul
r8923 r9483 132 132 obj.id(), 133 133 ( !get_bool( g.aout_hash[ obj.ou_type() ].can_have_users() ) ), 134 ( g.aout_hash[ obj.ou_type() ].depth() ) ,134 ( g.aout_hash[ obj.ou_type() ].depth() ) 135 135 ]; 136 136 } … … 151 151 'title' : document.getElementById('commonStrings').getString('staff.main.gen_offline_widgets.registration.override'), 152 152 'overridable_events' : [ 153 1703 /* WORKSTATION_NAME_EXISTS */ ,154 ] ,153 1703 /* WORKSTATION_NAME_EXISTS */ 154 ] 155 155 } 156 156 ); … … 167 167 'name' : g.my_libs_shortname_hash[ g.ml.value ] + '-' + g.tb.value, 168 168 'owning_lib' : g.ml.value, 169 'lib_shortname' : g.my_libs_shortname_hash[ g.ml.value ] ,169 'lib_shortname' : g.my_libs_shortname_hash[ g.ml.value ] 170 170 }; 171 171 xulG.file.get('ws_info');
