'buttonGrey', 'href' => helper::baseUrl() . 'theme', 'value' => template::ico('left') ]); ?>
'buttonRed', 'href' => helper::baseUrl() . 'theme/reset/admin' . '&csrf=' . $_SESSION['csrf'], 'value' => template::ico('cancel'), 'help' => 'Réinitialiser avec le thème par défaut' ]); ?>
'Valider', 'ico' => 'check' ]); ?>

Couleurs

'colorPicker', 'help' => 'Couleur visible en l\'absence d\'une image.
Le curseur horizontal règle le niveau de transparence.', 'label' => 'Arrière-plan', 'value' => $this->getData(['admin', 'backgroundColor']) ]); ?>
'colorPicker', 'help' => 'Couleur visible en l\'absence d\'une image.
Le curseur horizontal règle le niveau de transparence.', 'label' => 'Titres', 'value' => $this->getData(['admin', 'colorTitle']) ]); ?>
'colorPicker', 'help' => 'Couleur visible en l\'absence d\'une image.
Le curseur horizontal règle le niveau de transparence.', 'label' => 'Texte', 'value' => $this->getData(['admin', 'colorText']) ]); ?>
'colorPicker', 'help' => 'Couleur visible en l\'absence d\'une image.
Le curseur horizontal règle le niveau de transparence. La couleur du texte est automatique.', 'label' => 'Arrière-plan des champs', 'value' => $this->getData(['admin', 'backgroundBlockColor']) ]); ?>
'colorPicker', 'help' => 'Couleur visible en l\'absence d\'une image.
Le curseur horizontal règle le niveau de transparence.', 'label' => 'Bordure des champs', 'value' => $this->getData(['admin', 'borderBlockColor']) ]); ?>
'colorPicker', 'help' => 'Couleur visible en l\'absence d\'une image.
Le curseur horizontal règle le niveau de transparence.', 'label' => 'Bouton Aide', 'value' => $this->getData(['admin', 'backgroundColorButtonHelp']) ]); ?>
'colorPicker', 'help' => 'Couleur visible en l\'absence d\'une image.
Le curseur horizontal règle le niveau de transparence.', 'label' => 'Bouton retour', 'value' => $this->getData(['admin', 'backgroundColorButtonGrey']) ]); ?>
'colorPicker', 'help' => 'Couleur visible en l\'absence d\'une image.
Le curseur horizontal règle le niveau de transparence.', 'label' => 'Bouton standard', 'value' => $this->getData(['admin', 'backgroundColorButton']) ]); ?>
'colorPicker', 'help' => 'Couleur visible en l\'absence d\'une image.
Le curseur horizontal règle le niveau de transparence.', 'label' => 'Bouton effacement', 'value' => $this->getData(['admin', 'backgroundColorButtonRed']) ]); ?>
'colorPicker', 'help' => 'Couleur visible en l\'absence d\'une image.
Le curseur horizontal règle le niveau de transparence.', 'label' => 'Bouton validation', 'value' => $this->getData(['admin', 'backgroundColorButtonGreen']) ]); ?>

Mise en forme du texte

'Police du texte', 'selected' => $this->getData(['admin', 'fontText']), 'fonts' => $module::$fonts['family'] ]); ?>
'Taille', 'selected' => $this->getData(['admin', 'fontSize']) ]); ?>
'Police des titres', 'selected' => $this->getData(['admin', 'fontTitle']), 'fonts' => $module::$fonts['family'] ]); ?>