Amélioration des dialogues

This commit is contained in:
Fred Tempez 2023-03-11 18:41:25 +01:00
parent b038c8adf6
commit 1c954b0e9e
4 changed files with 5 additions and 5 deletions

View File

@ -962,7 +962,7 @@ class layout extends common
$rightItems = '';
if ($this->getUser('group') >= self::GROUP_MODERATOR) {
$rightItems .= '<li>' . template::ico('folder', [
'help' => 'Gérer les fichiers',
'help' => 'Gestion des fichiers',
'href' => helper::baseUrl(false) . 'core/vendor/filemanager/dialog.php?type=0&akey=' . md5_file(self::DATA_DIR . 'core.json') . '&lang=' . $this->getData(['user', $this->getUser('id'), 'language']),
'attr' => 'data-lity'
]) . '</li>';
@ -973,7 +973,7 @@ class layout extends common
'href' => helper::baseUrl() . 'theme'
]) . '</li>';
$rightItems .= '<li>' . template::ico('puzzle', [
'help' => 'Gérer les modules',
'help' => 'Gestion des modules',
'href' => helper::baseUrl() . 'plugin'
]) . '</li>';
$rightItems .= '<li>' . template::ico('flag', [

View File

@ -148,7 +148,7 @@
</div>
<div class="col4">
<?php echo template::select('pageEditExtraPosition', $module::$extraPosition, [
'label' => 'Emplacement :',
'label' => 'Emplacement',
'selected' => $this->getData(['page', $this->getUrl(2), 'extraPosition']),
'help' => 'Le menu accessoire est aligné à droite de la barre de menu, c\'est un emplacement réservé aux drapeaux et au bouton de connexion.'
]); ?>

View File

@ -35,7 +35,7 @@
<div class="row">
<div class="col12 textAlignCenter">
<span>
<?php echo helper::translate('Licence :'); ?>
<?php echo helper::translate('Licence'); ?>
&nbsp;
<?php echo $module::$storeItem['fileLicense']; ?>
</span>

View File

@ -167,7 +167,7 @@
-
<?php echo helper::translate('Largeur de l\'image :'); ?> <span id="themeHeaderImageHeight"></span>
-
<?php echo helper::translate('Ratio :'); ?> <span id="themeHeaderImageRatio"></span>
<?php echo helper::translate('Ratio'); ?> <span id="themeHeaderImageRatio"></span>
</span>
</div>
</div>