Merge branch '12300' into 12400
This commit is contained in:
commit
26ad49dd85
@ -1016,7 +1016,10 @@ class layout extends common
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($this->getUser('group') >= self::GROUP_MODERATOR) {
|
if ($this->getUser('group') >= self::GROUP_MODERATOR) {
|
||||||
$rightItems .= '<li><a href="' . helper::baseUrl() . 'user/edit/' . $this->getUser('id') . '/' . $_SESSION['csrf'] . '" data-tippy-content="Configurer mon compte">' . template::ico('user', ['margin' => 'right']) . '<span id="displayUsername">' . $this->getUser('firstname') . ' ' . $this->getUser('lastname') . '</span></a></li>';
|
$rightItems .= '<li><a href="' . helper::baseUrl() . 'user/edit/' . $this->getUser('id') . '/' . $_SESSION['csrf'] .
|
||||||
|
'" data-tippy-content="'. helper::translate('Configurer mon compte') . '">' .
|
||||||
|
template::ico('user', ['margin' => 'right']) . '<span id="displayUsername">' . $this->getUser('firstname') . ' ' . $this->getUser('lastname') .
|
||||||
|
'</span></a></li>';
|
||||||
}
|
}
|
||||||
$rightItems .= '<li>' . template::ico('logout', [
|
$rightItems .= '<li>' . template::ico('logout', [
|
||||||
'help' => 'Déconnecter',
|
'help' => 'Déconnecter',
|
||||||
|
@ -148,7 +148,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col4">
|
<div class="col4">
|
||||||
<?php echo template::select('pageEditExtraPosition', $module::$extraPosition, [
|
<?php echo template::select('pageEditExtraPosition', $module::$extraPosition, [
|
||||||
'label' => 'Emplacement :',
|
'label' => 'Emplacement',
|
||||||
'selected' => $this->getData(['page', $this->getUrl(2), 'extraPosition']),
|
'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.'
|
'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.'
|
||||||
]); ?>
|
]); ?>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col12 textAlignCenter">
|
<div class="col12 textAlignCenter">
|
||||||
<span>
|
<span>
|
||||||
<?php echo helper::translate('Licence :'); ?>
|
<?php echo helper::translate('Licence'); ?>
|
||||||
|
|
||||||
<?php echo $module::$storeItem['fileLicense']; ?>
|
<?php echo $module::$storeItem['fileLicense']; ?>
|
||||||
</span>
|
</span>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
-
|
-
|
||||||
<?php echo helper::translate('Largeur de l\'image :'); ?> <span id="themeHeaderImageHeight"></span>
|
<?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>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user