Skip to content
Snippets Groups Projects
Commit cde8e54b authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

hotline #125173 : enhance forms moderation

parent dbc7c629
Branches
Tags
1 merge request!4090hotline #125173 : enhance forms moderation
Pipeline #13843 passed with stage
in 55 minutes and 46 seconds
......@@ -33,7 +33,11 @@ echo $this->button((new Class_Entity)
echo $this->button((new Class_Entity)
->setText($this->_('Choisir les colonnes à afficher'))
->setUrl('/admin/modo/choose-form-columns/id/' . $id_article)
->setUrl($this->url(['module' => 'admin',
'controller' => 'modo',
'action' => 'choose-form-columns',
'id' => $id_article],
null, true))
->setImage($this->tagImg($current_skin->getIconUrl('actions', 'box_configuration'),
['style' => 'filter: invert();']))
->setAttribs(['data-popup' => 'true']));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment