Éditeur remplace Editeur

This commit is contained in:
Fred Tempez 2022-09-19 10:26:39 +02:00
parent cea261469b
commit 620c989845
7 changed files with 21 additions and 11 deletions

View File

@ -552,7 +552,7 @@ class page extends common {
} }
/** /**
* Editeur de feuille de style * Éditeur de feuille de style
*/ */
public function cssEditor() { public function cssEditor() {
// Soumission du formulaire // Soumission du formulaire
@ -579,7 +579,7 @@ class page extends common {
} }
/** /**
* Editeur de feuille de style * Éditeur de feuille de style
*/ */
public function jsEditor() { public function jsEditor() {
// Soumission du formulaire // Soumission du formulaire

View File

@ -261,7 +261,7 @@
<div class="col6 offset3"> <div class="col6 offset3">
<?php echo template::button('pageEditCssEditor', [ <?php echo template::button('pageEditCssEditor', [
'href' => helper::baseUrl() . 'page/cssEditor/' . $this->getUrl(2), 'href' => helper::baseUrl() . 'page/cssEditor/' . $this->getUrl(2),
'value' => 'Editeur CSS', 'value' => 'Éditeur CSS',
'help' => 'Feuille de style spécifique à la page.' 'help' => 'Feuille de style spécifique à la page.'
]); ?> ]); ?>
</div> </div>
@ -270,7 +270,7 @@
<div class="col6 offset3"> <div class="col6 offset3">
<?php echo template::button('pageEditJsEditor', [ <?php echo template::button('pageEditJsEditor', [
'href' => helper::baseUrl() . 'page/jsEditor/' . $this->getUrl(2), 'href' => helper::baseUrl() . 'page/jsEditor/' . $this->getUrl(2),
'value' => 'Editeur JS', 'value' => 'Éditeur JS',
'help' => 'Instructions JS ou jquery spécifiques à la page.' 'help' => 'Instructions JS ou jquery spécifiques à la page.'
]); ?> ]); ?>
</div> </div>

View File

@ -142,7 +142,7 @@
<div class="col4 commentOptionsWrapper"> <div class="col4 commentOptionsWrapper">
<?php echo template::select('blogEditCommentGroupNotification', $module::$groupNews, [ <?php echo template::select('blogEditCommentGroupNotification', $module::$groupNews, [
'selected' => $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'commentGroupNotification']), 'selected' => $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'commentGroupNotification']),
'help' => 'Editeurs = éditeurs + administrateurs<br/> Membres = membres + éditeurs + administrateurs' 'help' => 'Éditeurs = éditeurs + administrateurs<br/> Membres = membres + éditeurs + administrateurs'
]); ?> ]); ?>
</div> </div>
</div> </div>

View File

@ -104,7 +104,7 @@
<?php echo template::select('formOptionGroup', $groupMembers, [ <?php echo template::select('formOptionGroup', $groupMembers, [
'label' => 'Aux groupes à partir de', 'label' => 'Aux groupes à partir de',
'selected' => $this->getData(['module', $this->getUrl(0), 'config', 'group']), 'selected' => $this->getData(['module', $this->getUrl(0), 'config', 'group']),
'help' => 'Editeurs = éditeurs + administrateurs<br/> Membres = membres + éditeurs + administrateurs' 'help' => 'Éditeurs = éditeurs + administrateurs<br/> Membres = membres + éditeurs + administrateurs'
]); ?> ]); ?>
</div> </div>
<div class="col4"> <div class="col4">

View File

@ -142,7 +142,7 @@
<div class="col4 commentOptionsWrapper"> <div class="col4 commentOptionsWrapper">
<?php echo template::select('blogEditCommentGroupNotification', $module::$groupNews, [ <?php echo template::select('blogEditCommentGroupNotification', $module::$groupNews, [
'selected' => $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'commentGroupNotification']), 'selected' => $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'commentGroupNotification']),
'help' => 'Editeurs = éditeurs + administrateurs<br/> Membres = membres + éditeurs + administrateurs' 'help' => 'Éditeurs = éditeurs + administrateurs<br/> Membres = membres + éditeurs + administrateurs'
]); ?> ]); ?>
</div> </div>
</div> </div>

View File

@ -317,6 +317,11 @@
"Thème de l'administration": "", "Thème de l'administration": "",
"Appliquer": "", "Appliquer": "",
"Enregistrer": "", "Enregistrer": "",
"Editeur CSS": "", "Éditeur CSS": "",
"Editeur JS": "" "Éditeur JS": "",
"Accueil": "",
"Aide": "",
"Fontes": "",
"Gestion": "",
"Administration": ""
} }

View File

@ -317,6 +317,11 @@
"Thème de l'administration": "", "Thème de l'administration": "",
"Appliquer": "", "Appliquer": "",
"Enregistrer": "", "Enregistrer": "",
"Editeur CSS": "", "Éditeur CSS": "",
"Editeur JS": "" "Éditeur JS": "",
"Accueil": "",
"Aide": "",
"Fontes": "",
"Gestion": "",
"Administration": ""
} }