[% META title = 'Contacts' -%] [% helper.name = 'Contact'; helper.data = contacts; helper.messages = messages; helper.dt_columns = contact_dt_columns; helper.close_target = close_target; helper.create_flag = create_flag; helper.edit_flag = edit_flag; helper.form_object = form; helper.ajax_uri = c.uri_for( c.controller.action_for('ajax') ); UNLESS c.user.read_only; helper.dt_buttons = [ { name = 'Edit', uri = "/contact/'+full.id+'/edit", class = 'btn-small btn-primary', icon = 'icon-edit' }, { name = 'Delete', uri = "/contact/'+full.id+'/delete", class = 'btn-small btn-secondary', icon = 'icon-trash' }, ]; helper.top_buttons = [ { name = 'Create Contact', uri = c.uri_for('/contact/create'), icon = 'icon-star' }, ]; END; PROCESS 'helpers/datatables.tt'; -%] [% # vim: set tabstop=4 syntax=html expandtab: -%]