Skip to content
Snippets Groups Projects
Commit fab344bf authored by Ghislain Loas's avatar Ghislain Loas
Browse files

use new button in cosmogramme profiles

parent 8eb07f25
Branches
Tags
4 merge requests!2334Master,!2102#57574 : correction orthographe des jours de la semaine,!2078Sandbox upgrade form buttons,!2076Dev#57858 remplacer le treeselect en front par le composant multiselect
Pipeline #799 passed with stage
in 20 minutes and 39 seconds
<?php
echo $this->tag('h1', $this->titre);
echo $this->tag('div',
$this->bouton('id=add',
'picto=add',
'texte=' . $this->_('Ajouter un profil'),
'url=' . $this->url(['module' => 'cosmo',
'controller' => 'data-profile',
'action' => 'add'], null, true),
'largeur=220px'),
['style' => 'text-align:center']);
echo $this->Button_New((new Class_Entity())
->setText($this->_('Ajouter un profil')));
$isUsed = function($model, $attrib) {
if(!$labels = $model->getIntegrationLabels())
......
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