wrapper()->title(_t('@svc','Services')); $list->formsHeader([ 'title.add' => _t('svc','Adding a Service'), 'title.edit' => _t('svc','Service Editing'), 'title.add.link' => _t('', 'Add'), ]); $list ->column('id', 'ID', 80) ->column('title', _t('', 'Title'), false, [ 'align' => $list::COLUMN_ALIGN_LEFT, ]) ->column('module', _t('svc','Module'), false, [], function($value, $row) { return $row['module_title'].' ('.$row['module'].')'; }) ; $list->perPage(-1);