Changes between Version 51 and Version 52 of S3/S3REST/s3_rest_controller


Ignore:
Timestamp:
11/08/10 19:12:57 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/s3_rest_controller

    v51 v52  
    9191When you set {{{s3xrc.model.configure(table, listadd=False)}}}, the "Add Record"-button will link to a separate create-view instead.
    9292
    93 If the resource is set to {{{insertable=False}}} or the user is not permitted to create records in this table, no "Add Record"-button will be available.
    94 
    95 To generally hide the "Add Record"-button (e.g. table can only contain one single record), use:
     93If the resource is set to {{{insertable=False}}} or if the user is not permitted to create records in this table, no "Add Record"-button will be available.
     94
     95Alternatively, you can hide the "Add Record"-button with:
    9696
    9797{{{