'buttonGrey', 'href' => helper::baseUrl() . 'theme', 'ico' => 'left', 'value' => 'Retour' ]); ?>
'Bouton Standard' ]); ?>
'buttonRed', 'href' => helper::baseUrl() . 'theme/resetAdmin', 'value' => 'Réinitialiser', 'ico' => 'cancel' ]); ?>
'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 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' => true ]); ?>
'Taille', 'selected' => $this->getData(['admin', 'fontSize']) ]); ?>
'Police des titres', 'selected' => $this->getData(['admin', 'fontTitle']), 'fonts' => true ]); ?>