diff --git a/core/module/theme/view/admin/admin.php b/core/module/theme/view/admin/admin.php
index 4a7e7b25..20ae73de 100755
--- a/core/module/theme/view/admin/admin.php
+++ b/core/module/theme/view/admin/admin.php
@@ -8,24 +8,19 @@
'value' => 'Retour'
]); ?>
-
- 'Faux Bouton'
- ]); ?>
-
'buttonRed',
'href' => helper::baseUrl() . 'theme/resetAdmin',
'value' => 'Réinitialiser'
- ]); ?>
-
+ ]); ?>
+
'Valider',
'ico' => 'check'
]); ?>
-
+
@@ -55,7 +50,7 @@
'label' => 'Bordure des blocs',
'value' => $this->getData(['admin', 'borderBlockColor'])
]); ?>
-
+
@@ -65,7 +60,7 @@
'label' => 'Titres',
'value' => $this->getData(['admin', 'colorTitle'])
]); ?>
-
+
'colorPicker',
@@ -81,17 +76,17 @@
'label' => 'Texte des boutons',
'value' => $this->getData(['admin', 'colorButtonText'])
]); ?>
-
+
-
+
'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',
@@ -99,7 +94,7 @@
'label' => 'Bouton standard',
'value' => $this->getData(['admin', 'backgroundColorButton'])
]); ?>
-
+
'colorPicker',
@@ -131,7 +126,7 @@
'selected' => $this->getData(['admin', 'fontText']),
'fonts' => true
]); ?>
-
+
'Taille',
@@ -144,10 +139,10 @@
'selected' => $this->getData(['admin', 'fontTitle']),
'fonts' => true
]); ?>
-
+
-
\ No newline at end of file
+
\ No newline at end of file