diff --git a/app/templates/Standard/index.php b/app/templates/Standard/index.php index 9a10ee5ca..751378bfc 100644 --- a/app/templates/Standard/index.php +++ b/app/templates/Standard/index.php @@ -91,38 +91,52 @@ function _column_key($modelsName, $c, $tz=null) {

- - - + + $action_args['vv_actions'][] = [ + 'order' => $this->Menu->getMenuOrder($t['icon']), + 'icon' => $this->Menu->getMenuIcon($t['icon']), + 'url' => $this->Url->build($t['link']), + 'label' => $t['label'], + ]; + } + } + } + + if(!empty($action_args['vv_actions'])) { + print ''; + } + ?>