Skip to content
Snippets Groups Projects

Stable

Merged Ghislain Loas requested to merge stable into master
Compare and
88 files
+ 1930
611
Preferences
Compare changes
Files
88
<?php
echo $this->renderForm($this->form, [
$this->bouton('type=V', "form=" . $this->form->getAttrib('id'), "javascript=;setFlagMaj(false);"),
$this->bouton('picto=test', "texte=Générer", "id=generate", 'largeur=100px'),
$this->bouton('id=29', 'picto=back',
sprintf('texte=%s', $this->_('Retour')),
'url='. $this->url(['action' => 'index']),
'largeur=120px')
]);
echo $this->renderForm($this->form, ['add' => [$this->bouton('picto=test',
'texte=' . $this->_('Générer'),
'id=generate',
'largeur=120px')]]);
Class_ScriptLoader::getInstance()
->addAdminScript('custom-fields/custom_fields')