Changes between Version 30 and Version 31 of BluePrintRESTImplementation
- Timestamp:
- 01/11/09 09:26:21 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintRESTImplementation
v30 v31 25 25 msg_list_empty=T('No Shelters currently registered') 26 26 exec('crud_strings.%s=Storage(title_create=title_create, title_display=title_display, title_list=title_list, title_update=title_update, subtitle_create=subtitle_create, subtitle_list=subtitle_list, label_list_button=label_list_button, label_create_button=label_create_button, msg_record_created=msg_record_created, msg_record_modified=msg_record_modified, msg_record_deleted=msg_record_deleted, msg_list_empty=msg_list_empty)' % table) 27 }}} 28 These optional settings can also be set, if-desired: 29 {{{ 30 exec('s3.listonly.%s=1' % table) # Don't allow resources to be creatable from List view 31 exec('s3.undeletable.%s=1' % table) # Don't allow resources to be deletable from List/Display views 27 32 }}} 28 33