formsHeader([ 'title.add.link' => _t('@', 'Add'), ]) ->isRotation(function(){ return true; }) ; if ($type == Service::TYPE_SERVICE && Admin::fordev()) { $list ->column('service_key', _t('@svc', 'Keyword'), 100) ; } $list ->column('title', _t('@svc', 'Title'), false, [ 'align' => $list::COLUMN_ALIGN_LEFT, ]); $list ->perPage(-1);