Changeset 9467
- Timestamp:
- 04/27/08 22:57:52 (3 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Open-ILS/xul/staff_client/chrome/content/main/constants.js
r9057 r9467 16 16 '3' : { 'disable_in_copy_editor' : true, 'block_mark_item_action' : true }, /* | Lost | f */ 17 17 '6' : { 'disable_in_copy_editor' : true, 'block_mark_item_action' : true }, /* | In transit | t */ 18 '8' : { 'disable_in_copy_editor' : true, 'block_mark_item_action' : false } ,/* | On holds shelf | t */18 '8' : { 'disable_in_copy_editor' : true, 'block_mark_item_action' : false } /* | On holds shelf | t */ 19 19 } 20 20 } … … 215 215 'USER_ORG_UNIT_OPT_IN_FEATURE' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.org_unit_opt_in.enabled' }, 216 216 'USER_ORG_UNIT_OPT_IN_CHECK' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.org_unit_opt_in.check' }, 217 'USER_ORG_UNIT_OPT_IN_CREATE' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.org_unit_opt_in.create' } ,217 'USER_ORG_UNIT_OPT_IN_CREATE' : { 'app' : 'open-ils.actor', 'method' : 'open-ils.actor.user.org_unit_opt_in.create' } 218 218 } 219 219 … … 311 311 'XUL_Z3950_IMPORT' : '/xul/server/cat/z3950.xul', 312 312 'TEST_HTML' : '/xul/server/main/test.html', 313 'TEST_XUL' : '/xul/server/main/test.xul' ,313 'TEST_XUL' : '/xul/server/main/test.xul' 314 314 }
