Explicitly enable create button in sound/list.tt

To make this compatible to recent helpers/datatables.tt
agranig/1_0_subfix
Gerhard Jungwirth 13 years ago
parent 773890a105
commit 7ab6ee877e

@ -1,6 +1,7 @@
[% META title = 'Sound Sets' -%]
[%
helper.name = 'Sound Sets';
helper.show_create_button = 1;
helper.messages = messages;
helper.column_titles = [ '#', 'Name', 'Description' ];
helper.column_fields = [ 'id', 'name', 'description' ];

Loading…
Cancel
Save