Show table setup icon and pagination

This commit is contained in:
gergo85 2015-01-17 12:09:29 +01:00
parent f9ad988e81
commit 5e55588ba9
4 changed files with 9 additions and 9 deletions

View File

@ -7,13 +7,11 @@ list: @/modules/backend/models/user/columns.yaml
modelClass: Backend\Models\User
recordUrl: backend/users/update/:id
noRecordsMessage: backend::lang.list.no_records
recordsPerPage: 5
recordsPerPage: 20
showSetup: true
showCheckboxes: true
toolbar:
buttons: list_toolbar
search:
prompt: backend::lang.list.search_prompt
prompt: backend::lang.list.search_prompt

View File

@ -7,7 +7,8 @@ list: @/modules/system/models/maillayout/columns.yaml
modelClass: System\Models\MailLayout
recordUrl: system/maillayouts/update/:id
noRecordsMessage: backend::lang.list.no_records
showSetup: false
recordsPerPage: 20
showSetup: true
toolbar:
buttons: list_layouts_toolbar

View File

@ -8,7 +8,7 @@ modelClass: System\Models\MailTemplate
recordUrl: system/mailtemplates/update/:id
noRecordsMessage: backend::lang.list.no_records
recordsPerPage: 20
showSetup: false
showSetup: true
toolbar:
buttons: list_templates_toolbar

View File

@ -6,8 +6,9 @@ title: system::lang.updates.title
list: @/modules/system/models/pluginversion/columns.yaml
modelClass: System\Models\PluginVersion
noRecordsMessage: backend::lang.list.no_records
showSetup: false
recordsPerPage: 20
showSetup: true
toolbar:
buttons: list_toolbar
search: list_search
search: list_search