diff --git a/core/core.php b/core/core.php index be1cb6be..94bd1aed 100644 --- a/core/core.php +++ b/core/core.php @@ -32,7 +32,7 @@ class common { const I18N_DIR = 'site/i18n/'; // Numéro de version - const ZWII_VERSION = '10.0.99.dev'; + const ZWII_VERSION = '10.0.100.dev'; public static $actions = []; public static $coreModuleIds = [ @@ -2817,7 +2817,7 @@ class layout extends common { $rightItems .= '
  • ' . template::ico('user', 'right') . '' . $this->getUser('firstname') . ' ' . $this->getUser('lastname') . '
  • '; $rightItems .= '
  • ' . template::ico('logout') . '
  • '; // Barre de membre - echo '
    '; + echo '
    '; } } diff --git a/core/module/config/view/index/index.php b/core/module/config/view/index/index.php index 59a8096b..2ef17113 100755 --- a/core/module/config/view/index/index.php +++ b/core/module/config/view/index/index.php @@ -1,4 +1,5 @@ +
    +
    diff --git a/core/module/config/view/manage/manage.php b/core/module/config/view/manage/manage.php index 78269d55..7b2770d6 100644 --- a/core/module/config/view/manage/manage.php +++ b/core/module/config/view/manage/manage.php @@ -1,4 +1,5 @@ +
    +
    diff --git a/core/module/i18n/view/index/index.php b/core/module/i18n/view/index/index.php index 119cf111..a87f58ff 100644 --- a/core/module/i18n/view/index/index.php +++ b/core/module/i18n/view/index/index.php @@ -1,4 +1,5 @@ - + +
    +
    diff --git a/core/module/install/view/update/update.php b/core/module/install/view/update/update.php index 8b0a8d11..ed98e3c3 100755 --- a/core/module/install/view/update/update.php +++ b/core/module/install/view/update/update.php @@ -1,6 +1,6 @@

    Mise à jour de Zwii vers Zwii .

    Afin d'assurer le bon fonctionnement de Zwii, veuillez ne pas fermer cette page avant la fin de l'opération.

    -
    +
    diff --git a/core/module/page/view/edit/edit.php b/core/module/page/view/edit/edit.php index 651eb50f..e8cfd747 100755 --- a/core/module/page/view/edit/edit.php +++ b/core/module/page/view/edit/edit.php @@ -2,6 +2,7 @@ // Mise à jour de la liste des pages pour TinyMCE $this->pages2Json(); echo template::formOpen('pageEditForm'); ?> +
    getUrl(2); ?> @@ -222,4 +223,5 @@ echo template::formOpen('pageEditForm'); ?>
    +
    diff --git a/core/module/theme/view/advanced/advanced.php b/core/module/theme/view/advanced/advanced.php index 613164cb..6e5e2dbc 100755 --- a/core/module/theme/view/advanced/advanced.php +++ b/core/module/theme/view/advanced/advanced.php @@ -1,4 +1,5 @@ +
    +
    \ No newline at end of file diff --git a/core/module/theme/view/body/body.php b/core/module/theme/view/body/body.php index 47ada5e1..4b5ccd8e 100755 --- a/core/module/theme/view/body/body.php +++ b/core/module/theme/view/body/body.php @@ -1,4 +1,5 @@ +
    +
    \ No newline at end of file diff --git a/core/module/theme/view/footer/footer.php b/core/module/theme/view/footer/footer.php index 81e3ffae..f86e6514 100755 --- a/core/module/theme/view/footer/footer.php +++ b/core/module/theme/view/footer/footer.php @@ -1,200 +1,202 @@ -
    -
    - 'buttonGrey', - 'href' => helper::baseUrl() . 'theme', - 'ico' => 'left', - 'value' => 'Retour' - ]); ?> +
    +
    +
    + 'buttonGrey', + 'href' => helper::baseUrl() . 'theme', + 'ico' => 'left', + 'value' => 'Retour' + ]); ?> +
    +
    + +
    -
    - -
    -
    -
    -
    -
    -

    Couleurs

    -
    -
    - 'colorPicker', - 'label' => 'Fond', - 'value' => $this->getData(['theme', 'footer', 'backgroundColor']) - ]); ?> -
    -
    - 'colorPicker', - 'label' => 'Texte', - 'value' => $this->getData(['theme', 'footer', 'textColor']) - ]); ?> +
    +
    +
    +

    Couleurs

    +
    +
    + 'colorPicker', + 'label' => 'Fond', + 'value' => $this->getData(['theme', 'footer', 'backgroundColor']) + ]); ?> +
    +
    + 'colorPicker', + 'label' => 'Texte', + 'value' => $this->getData(['theme', 'footer', 'textColor']) + ]); ?> +
    -
    -
    -
    -

    Informations

    -
    -
    -
    - $this->getData(['theme', 'footer','displayCopyright']) - ]); ?> -
    -
    - $this->getData(['theme', 'footer','displayVersion']) - ]); ?> -
    -
    - $this->getData(['config', 'legalPageId']) === '' ? false : $this->getData(['theme', 'footer', 'displayLegal']), - ]); ?> -
    -
    -
    -
    - $this->getData(['theme', 'footer', 'displaySiteMap']), - 'help' => 'Un plan du site permet un meilleur référencement.' - ]); ?> -
    -
    - $this->getData(['theme', 'footer', 'loginLink']) +
    +
    +

    Informations

    +
    +
    +
    + $this->getData(['theme', 'footer','displayCopyright']) ]); ?> +
    +
    + $this->getData(['theme', 'footer','displayVersion']) + ]); ?> +
    +
    + $this->getData(['config', 'legalPageId']) === '' ? false : $this->getData(['theme', 'footer', 'displayLegal']), + ]); ?> +
    -
    - $this->getData(['theme', 'footer', 'displaySearch']), +
    +
    + $this->getData(['theme', 'footer', 'displaySiteMap']), + 'help' => 'Un plan du site permet un meilleur référencement.' + ]); ?> +
    +
    + $this->getData(['theme', 'footer', 'loginLink']) + ]); ?> +
    +
    + $this->getData(['theme', 'footer', 'displaySearch']), + ]); ?> +
    +
    +
    + Le paramétrage des mentions légales s'effectue dans la configuration du site. +
    +
    +
    +
    +
    +
    +
    +
    +

    Contenu personnalisé

    + 'Texte ou HTML', + 'value' => $this->getData(['theme', 'footer', 'text']), + 'class' => 'editorWysiwyg' + ]); ?> +
    +
    +
    +
    +
    +
    +

    Mise en forme du texte

    +
    +
    + 'Police', + 'selected' => $this->getData(['theme', 'footer', 'font']) + ]); ?> +
    +
    + 'Taille', + 'help' => 'Proportionnelle à celle définie dans le site.', + 'selected' => $this->getData(['theme', 'footer', 'fontSize']) + ]); ?> +
    +
    + 'Style', + 'selected' => $this->getData(['theme', 'footer', 'fontWeight']) + ]); ?> +
    +
    + 'Casse', + 'selected' => $this->getData(['theme', 'footer', 'textTransform']) ]); ?>
    -
    - Le paramétrage des mentions légales s'effectue dans la configuration du site. -
    -
    -
    -
    -
    -

    Contenu personnalisé

    - 'Texte ou HTML', - 'value' => $this->getData(['theme', 'footer', 'text']), - 'class' => 'editorWysiwyg' - ]); ?> -
    -
    -
    -
    -
    -
    -

    Mise en forme du texte

    -
    -
    - 'Police', - 'selected' => $this->getData(['theme', 'footer', 'font']) - ]); ?> -
    -
    - 'Taille', - 'help' => 'Proportionnelle à celle définie dans le site.', - 'selected' => $this->getData(['theme', 'footer', 'fontSize']) - ]); ?> -
    -
    - 'Style', - 'selected' => $this->getData(['theme', 'footer', 'fontWeight']) - ]); ?> -
    -
    - 'Casse', - 'selected' => $this->getData(['theme', 'footer', 'textTransform']) - ]); ?> -
    -
    -
    -
    -
    -
    -
    -
    -

    Configuration

    -
    -
    - getData(['theme', 'footer', 'template'])]; ?> - 'Disposition', - 'selected' => $this->getData(['theme', 'footer', 'template']) - ]); ?> -
    -
    - 'Position', - 'selected' => $this->getData(['theme', 'footer', 'position']) - ]); ?> -
    -
    - 'Marges verticales', - 'selected' => $this->getData(['theme', 'footer', 'height']) - ]); ?> -
    -
    -
    -
    -

    Contenu personnalisé

    - 'Emplacement', - 'selected' => $this->getData(['theme', 'footer', 'textPosition']), - 'class' => 'themeFooterContent' - ]); ?> - 'Alignement', - 'selected' => $this->getData(['theme', 'footer', 'textAlign']) - ]); ?> -
    -
    -

    Réseaux sociaux

    - 'Emplacement', - 'selected' => $this->getData(['theme', 'footer', 'socialsPosition']), - 'class' => 'themeFooterContent' - ]); ?> - 'Alignement', - 'selected' => $this->getData(['theme', 'footer', 'socialsAlign']) - ]); ?> -
    -
    -

    Informations

    - 'Emplacement', - 'selected' => $this->getData(['theme', 'footer', 'copyrightPosition']), - 'class' => 'themeFooterContent' - ]); ?> - 'Alignement', - 'selected' => $this->getData(['theme', 'footer', 'copyrightAlign']) - ]); ?> -
    -
    -
    - $this->getData(['theme', 'footer', 'margin']) +
    +
    +
    +

    Configuration

    +
    +
    + getData(['theme', 'footer', 'template'])]; ?> + 'Disposition', + 'selected' => $this->getData(['theme', 'footer', 'template']) ]); ?>
    -
    +
    + 'Position', + 'selected' => $this->getData(['theme', 'footer', 'position']) + ]); ?> +
    +
    + 'Marges verticales', + 'selected' => $this->getData(['theme', 'footer', 'height']) + ]); ?> +
    +
    +
    +
    +

    Contenu personnalisé

    + 'Emplacement', + 'selected' => $this->getData(['theme', 'footer', 'textPosition']), + 'class' => 'themeFooterContent' + ]); ?> + 'Alignement', + 'selected' => $this->getData(['theme', 'footer', 'textAlign']) + ]); ?> +
    +
    +

    Réseaux sociaux

    + 'Emplacement', + 'selected' => $this->getData(['theme', 'footer', 'socialsPosition']), + 'class' => 'themeFooterContent' + ]); ?> + 'Alignement', + 'selected' => $this->getData(['theme', 'footer', 'socialsAlign']) + ]); ?> +
    +
    +

    Informations

    + 'Emplacement', + 'selected' => $this->getData(['theme', 'footer', 'copyrightPosition']), + 'class' => 'themeFooterContent' + ]); ?> + 'Alignement', + 'selected' => $this->getData(['theme', 'footer', 'copyrightAlign']) + ]); ?> +
    +
    +
    + $this->getData(['theme', 'footer', 'margin']) + ]); ?> +
    +
    +
    diff --git a/core/module/theme/view/header/header.php b/core/module/theme/view/header/header.php index d65a2132..1390a560 100755 --- a/core/module/theme/view/header/header.php +++ b/core/module/theme/view/header/header.php @@ -1,165 +1,167 @@ -
    -
    - 'buttonGrey', - 'href' => helper::baseUrl() . 'theme', - 'ico' => 'left', - 'value' => 'Retour' - ]); ?> -
    -
    - -
    -
    -
    -
    -
    -

    Couleurs

    -
    -
    - 'colorPicker', - 'help' => 'Le curseur horizontal règle le niveau de transparence.', - 'label' => 'Fond', - 'value' => $this->getData(['theme', 'header', 'backgroundColor']) - ]); ?> -
    -
    -
    -
    - 'colorPicker', - 'help' => 'Le curseur horizontal règle le niveau de transparence.', - 'label' => 'Texte', - 'value' => $this->getData(['theme', 'header', 'textColor']) - ]); ?> -
    -
    +
    +
    +
    + 'buttonGrey', + 'href' => helper::baseUrl() . 'theme', + 'ico' => 'left', + 'value' => 'Retour' + ]); ?> +
    +
    +
    -
    -
    -

    Image

    -
    -
    - getData(['theme', 'header', 'image'])) ? - $this->getData(['theme', 'header', 'image']) : ""; - echo template::file('themeHeaderImage', [ - 'label' => 'Fond', - 'type' => 1, - 'value' => $imageFile - ]); ?> -
    -
    -
    +
    +
    +
    +

    Couleurs

    -
    - 'Répétition', - 'selected' => $this->getData(['theme', 'header', 'imageRepeat']) - ]); ?> -
    -
    - 'Position', - 'selected' => $this->getData(['theme', 'header', 'imagePosition']) - ]); ?> +
    + 'colorPicker', + 'help' => 'Le curseur horizontal règle le niveau de transparence.', + 'label' => 'Fond', + 'value' => $this->getData(['theme', 'header', 'backgroundColor']) + ]); ?>
    -
    - $this->getData(['theme', 'header', 'textHide']) - ]); ?> +
    + 'colorPicker', + 'help' => 'Le curseur horizontal règle le niveau de transparence.', + 'label' => 'Texte', + 'value' => $this->getData(['theme', 'header', 'textColor']) + ]); ?>
    -
    - $this->getData(['theme', 'header', 'linkHomePage']) - ]); ?> -
    -
    - (largeur: ; hauteur:) -
    -
    -
    -
    -
    -
    -

    Configuration

    -
    -
    - 'Position', - 'selected' => $this->getData(['theme', 'header', 'position']) - ]); ?> -
    -
    - 'Adaptation', - 'selected' => $this->getData(['theme', 'header', 'imageContainer']), - 'help' => 'Les modes responsives permettent de conserver des dimensions proportionnelles.
    - Cover pour une image plus grande que la bannière, Contain pour une image plus petite. - Les modes Auto et Etiré ne provoquent pas de modification de la hauteur de la bannière.' +
    +
    +

    Image

    +
    +
    + getData(['theme', 'header', 'image'])) ? + $this->getData(['theme', 'header', 'image']) : ""; + echo template::file('themeHeaderImage', [ + 'label' => 'Fond', + 'type' => 1, + 'value' => $imageFile ]); ?> -
    -
    - 'Hauteur maximale', - 'selected' => $this->getData(['theme', 'header', 'height']), - 'help' => 'La hauteur maximale est de 600 pixels, même si les dimensions de l\'image sélectionnée sont supérieures.
    Lorsque l\'adaptation est positionnée sur Responsive, la hauteur diminue proportionnellement à la largeur.' - ]); ?> +
    -
    - 'Alignement du contenu', - 'selected' => $this->getData(['theme', 'header', 'textAlign']) - ]); ?> +
    +
    +
    + 'Répétition', + 'selected' => $this->getData(['theme', 'header', 'imageRepeat']) + ]); ?> +
    +
    + 'Position', + 'selected' => $this->getData(['theme', 'header', 'imagePosition']) + ]); ?> +
    +
    +
    +
    + $this->getData(['theme', 'header', 'textHide']) + ]); ?> +
    +
    + $this->getData(['theme', 'header', 'linkHomePage']) + ]); ?> +
    +
    + (largeur: ; hauteur:) +
    +
    -
    -
    - $this->getData(['theme', 'header', 'margin']) - ]); ?> -
    -
    -
    -
    -
    -
    -

    Mise en forme du texte

    -
    -
    - 'Police', - 'selected' => $this->getData(['theme', 'header', 'font']) - ]); ?> +
    +
    +
    +

    Configuration

    +
    +
    + 'Position', + 'selected' => $this->getData(['theme', 'header', 'position']) + ]); ?> +
    +
    + 'Adaptation', + 'selected' => $this->getData(['theme', 'header', 'imageContainer']), + 'help' => 'Les modes responsives permettent de conserver des dimensions proportionnelles.
    + Cover pour une image plus grande que la bannière, Contain pour une image plus petite. + Les modes Auto et Etiré ne provoquent pas de modification de la hauteur de la bannière.' + ]); ?> +
    +
    + 'Hauteur maximale', + 'selected' => $this->getData(['theme', 'header', 'height']), + 'help' => 'La hauteur maximale est de 600 pixels, même si les dimensions de l\'image sélectionnée sont supérieures.
    Lorsque l\'adaptation est positionnée sur Responsive, la hauteur diminue proportionnellement à la largeur.' + ]); ?> +
    +
    + 'Alignement du contenu', + 'selected' => $this->getData(['theme', 'header', 'textAlign']) + ]); ?> +
    +
    -
    - 'Taille', - 'help' => 'Proportionnelle à celle définie dans le site.', - 'selected' => $this->getData(['theme', 'header', 'fontSize']) - ]); ?> +
    + $this->getData(['theme', 'header', 'margin']) + ]); ?>
    -
    - 'Style', - 'selected' => $this->getData(['theme', 'header', 'fontWeight']) - ]); ?> -
    -
    - 'Casse', - 'selected' => $this->getData(['theme', 'header', 'textTransform']) - ]); ?> + +
    +
    +
    +
    +
    +
    +

    Mise en forme du texte

    +
    +
    + 'Police', + 'selected' => $this->getData(['theme', 'header', 'font']) + ]); ?> +
    +
    + 'Taille', + 'help' => 'Proportionnelle à celle définie dans le site.', + 'selected' => $this->getData(['theme', 'header', 'fontSize']) + ]); ?> +
    +
    + 'Style', + 'selected' => $this->getData(['theme', 'header', 'fontWeight']) + ]); ?> +
    +
    + 'Casse', + 'selected' => $this->getData(['theme', 'header', 'textTransform']) + ]); ?> +
    diff --git a/core/module/theme/view/index/index.php b/core/module/theme/view/index/index.php index b92fc11d..9b401359 100755 --- a/core/module/theme/view/index/index.php +++ b/core/module/theme/view/index/index.php @@ -1,63 +1,66 @@ -getData(['theme', 'header', 'position']) === 'hide' - OR $this->getData(['theme', 'menu', 'position']) === 'hide' - OR $this->getData(['theme', 'footer', 'position']) === 'hide' -): ?> +
    + getData(['theme', 'header', 'position']) === 'hide' + OR $this->getData(['theme', 'menu', 'position']) === 'hide' + OR $this->getData(['theme', 'footer', 'position']) === 'hide' + ): ?> -
    -
    - 'buttonGrey', - 'href' => helper::baseUrl(false), - 'ico' => 'home', - 'value' => 'Accueil' - ]); ?> +
    +
    + 'buttonGrey', + 'href' => helper::baseUrl(false), + 'ico' => 'home', + 'value' => 'Accueil' + ]); ?> +
    +
    + 'upload', + 'href' => helper::baseUrl() . $this->getUrl(0) . '/manage', + 'value' => 'Thèmes' + ]); ?> +
    +
    + helper::baseUrl() . $this->getUrl(0) . '/advanced', + 'value' => 'Éditeur CSS', + 'ico' => 'code' + ]); ?> +
    +
    + 'eye', + 'value' => 'Zones cachées' + ]); ?> +
    -
    - 'upload', - 'href' => helper::baseUrl() . $this->getUrl(0) . '/manage', - 'value' => 'Thèmes' - ]); ?> -
    -
    - helper::baseUrl() . $this->getUrl(0) . '/advanced', - 'value' => 'Éditeur CSS', - 'ico' => 'code' - ]); ?> + + +
    +
    + 'buttonGrey', + 'href' => helper::baseUrl(false), + 'ico' => 'home', + 'value' => 'Accueil' + ]); ?> +
    +
    + helper::baseUrl() . $this->getUrl(0) . '/manage', + 'ico' => 'upload', + 'value' => 'Thèmes' + ]); ?> +
    +
    + helper::baseUrl() . $this->getUrl(0) . '/advanced', + 'value' => 'Éditeur CSS', + 'ico' => 'code' + ]); ?> +
    -
    - 'eye', - 'value' => 'Zones cachées' - ]); ?> -
    -
    - - -
    -
    - 'buttonGrey', - 'href' => helper::baseUrl(false), - 'ico' => 'home', - 'value' => 'Accueil' - ]); ?> -
    -
    - helper::baseUrl() . $this->getUrl(0) . '/manage', - 'ico' => 'upload', - 'value' => 'Thèmes' - ]); ?> -
    -
    - helper::baseUrl() . $this->getUrl(0) . '/advanced', - 'value' => 'Éditeur CSS', - 'ico' => 'code' - ]); ?> -
    -
    - \ No newline at end of file + +
    + \ No newline at end of file diff --git a/core/module/theme/view/manage/manage.php b/core/module/theme/view/manage/manage.php index 90c978fa..88e1477f 100644 --- a/core/module/theme/view/manage/manage.php +++ b/core/module/theme/view/manage/manage.php @@ -1,4 +1,5 @@ +
    +
    diff --git a/core/module/theme/view/menu/menu.php b/core/module/theme/view/menu/menu.php index 5a92e562..ad3f9bc8 100755 --- a/core/module/theme/view/menu/menu.php +++ b/core/module/theme/view/menu/menu.php @@ -1,136 +1,138 @@ -
    -
    - 'buttonGrey', - 'href' => helper::baseUrl() . 'theme', - 'ico' => 'left', - 'value' => 'Retour' - ]); ?> -
    -
    - -
    -
    -
    -
    -
    -

    Couleurs

    -
    -
    - 'colorPicker', - 'help' => 'Le curseur horizontal règle le niveau de transparence.', - 'label' => 'Fond', - 'value' => $this->getData(['theme', 'menu', 'backgroundColor']) - ]); ?> -
    -
    - 'colorPicker', - 'help' => 'Le curseur horizontal règle le niveau de transparence.', - 'label' => 'Texte', - 'value' => $this->getData(['theme', 'menu', 'textColor']) - ]); ?> -
    -
    -
    -
    -
    -
    -

    Contenus

    - $this->getData(['theme', 'menu', 'loginLink']) - ]); ?> - $this->getData(['theme', 'menu', 'burgerTitle']), - 'help' => 'Le menu burger remplace le menu complet lorsque la largeur de l\'écran n\'est pas suffisante.' +
    +
    +
    + 'buttonGrey', + 'href' => helper::baseUrl() . 'theme', + 'ico' => 'left', + 'value' => 'Retour' ]); ?> - 'Position de la barre de langues', - 'selected' => $this->getData(['theme', 'menu', 'i18nPosition']) - ]); ?> - +
    +
    +
    -
    -
    -
    -
    -

    Mise en forme du texte

    -
    -
    - 'Police', - 'selected' => $this->getData(['theme', 'menu', 'font']) - ]); ?> +
    +
    +
    +

    Couleurs

    +
    +
    + 'colorPicker', + 'help' => 'Le curseur horizontal règle le niveau de transparence.', + 'label' => 'Fond', + 'value' => $this->getData(['theme', 'menu', 'backgroundColor']) + ]); ?> +
    +
    + 'colorPicker', + 'help' => 'Le curseur horizontal règle le niveau de transparence.', + 'label' => 'Texte', + 'value' => $this->getData(['theme', 'menu', 'textColor']) + ]); ?> +
    -
    - 'Taille', - 'help' => 'Proportionnelle à celle définie dans le site', - 'selected' => $this->getData(['theme', 'menu', 'fontSize']) - ]); ?> -
    -
    - 'Style', - 'selected' => $this->getData(['theme', 'menu', 'fontWeight']) - ]); ?> -
    -
    - 'Casse', - 'selected' => $this->getData(['theme', 'menu', 'textTransform']) - ]); ?> -
    -
    -
    -
    -
    -
    -

    Configuration

    -
    -
    - getData(['theme', 'header', 'position']) == "site") - { echo template::select('themeMenuPosition', $module::$menuPositionsSite, [ - 'label' => 'Position', - 'selected' => $this->getData(['theme', 'menu', 'position']) - ]); - }else{ - echo template::select('themeMenuPosition', $module::$menuPositionsBody, [ - 'label' => 'Position', - 'selected' => $this->getData(['theme', 'menu', 'position']) - ]); } - ?> -
    -
    - 'Hauteur', - 'selected' => $this->getData(['theme', 'menu', 'height']) - ]); ?> -
    -
    - 'Alignement du contenu', - 'selected' => $this->getData(['theme', 'menu', 'textAlign']) - ]); ?> -
    +
    +
    +

    Contenus

    + $this->getData(['theme', 'menu', 'loginLink']) + ]); ?> + $this->getData(['theme', 'menu', 'burgerTitle']), + 'help' => 'Le menu burger remplace le menu complet lorsque la largeur de l\'écran n\'est pas suffisante.' + ]); ?> + 'Position de la barre de langues', + 'selected' => $this->getData(['theme', 'menu', 'i18nPosition']) + ]); ?> + +
    +
    +
    +
    +
    +
    +

    Mise en forme du texte

    +
    +
    + 'Police', + 'selected' => $this->getData(['theme', 'menu', 'font']) + ]); ?>
    -
    - $this->getData(['theme', 'menu', 'margin']) - ]); ?> +
    + 'Taille', + 'help' => 'Proportionnelle à celle définie dans le site', + 'selected' => $this->getData(['theme', 'menu', 'fontSize']) + ]); ?>
    -
    - $this->getData(['theme', 'menu', 'fixed']) - ]); ?> +
    + 'Style', + 'selected' => $this->getData(['theme', 'menu', 'fontWeight']) + ]); ?>
    +
    + 'Casse', + 'selected' => $this->getData(['theme', 'menu', 'textTransform']) + ]); ?> +
    +
    +
    +
    +
    +
    +
    +
    +

    Configuration

    +
    +
    + getData(['theme', 'header', 'position']) == "site") + { echo template::select('themeMenuPosition', $module::$menuPositionsSite, [ + 'label' => 'Position', + 'selected' => $this->getData(['theme', 'menu', 'position']) + ]); + }else{ + echo template::select('themeMenuPosition', $module::$menuPositionsBody, [ + 'label' => 'Position', + 'selected' => $this->getData(['theme', 'menu', 'position']) + ]); } + ?> +
    +
    + 'Hauteur', + 'selected' => $this->getData(['theme', 'menu', 'height']) + ]); ?> +
    +
    + 'Alignement du contenu', + 'selected' => $this->getData(['theme', 'menu', 'textAlign']) + ]); ?> +
    +
    +
    + $this->getData(['theme', 'menu', 'margin']) + ]); ?> +
    +
    + $this->getData(['theme', 'menu', 'fixed']) + ]); ?> +
    +
    diff --git a/core/module/theme/view/site/site.php b/core/module/theme/view/site/site.php index a0c5a340..4615aeec 100755 --- a/core/module/theme/view/site/site.php +++ b/core/module/theme/view/site/site.php @@ -1,4 +1,5 @@ +
    +
    \ No newline at end of file diff --git a/core/module/user/view/add/add.php b/core/module/user/view/add/add.php index 18a52d5d..7ba3c137 100755 --- a/core/module/user/view/add/add.php +++ b/core/module/user/view/add/add.php @@ -1,4 +1,5 @@ +
    +
    \ No newline at end of file diff --git a/core/module/user/view/edit/edit.php b/core/module/user/view/edit/edit.php index 9bff48a0..98c67b7d 100755 --- a/core/module/user/view/edit/edit.php +++ b/core/module/user/view/edit/edit.php @@ -1,4 +1,5 @@ +
    getUrl(3)): ?> @@ -98,4 +99,5 @@
    +
    \ No newline at end of file diff --git a/core/module/user/view/forgot/forgot.php b/core/module/user/view/forgot/forgot.php index 76931e3e..f76b5620 100755 --- a/core/module/user/view/forgot/forgot.php +++ b/core/module/user/view/forgot/forgot.php @@ -1,4 +1,5 @@ +
    'Identifiant' ]); ?> @@ -17,4 +18,5 @@ ]); ?>
    +
    \ No newline at end of file diff --git a/core/module/user/view/index/index.php b/core/module/user/view/index/index.php index 351e095d..2ef86542 100755 --- a/core/module/user/view/index/index.php +++ b/core/module/user/view/index/index.php @@ -1,4 +1,4 @@ -
    +
    'buttonGrey', diff --git a/core/module/user/view/login/login.php b/core/module/user/view/login/login.php index ac65009c..89b7c258 100755 --- a/core/module/user/view/login/login.php +++ b/core/module/user/view/login/login.php @@ -1,4 +1,5 @@ +
    +
    \ No newline at end of file diff --git a/core/module/user/view/reset/reset.php b/core/module/user/view/reset/reset.php index 61aa3ca6..85b9b33e 100755 --- a/core/module/user/view/reset/reset.php +++ b/core/module/user/view/reset/reset.php @@ -1,4 +1,5 @@ +
    +
    \ No newline at end of file