diff --git a/core/layout/blank.php b/core/layout/blank.php index 855d7adb..b90235f1 100644 --- a/core/layout/blank.php +++ b/core/layout/blank.php @@ -12,13 +12,13 @@ showVendor(); ?> showStyle(); ?> showFonts(); ?> + + + - - - showContent(); ?> diff --git a/core/layout/light.php b/core/layout/light.php index 9d177022..7b856ac6 100644 --- a/core/layout/light.php +++ b/core/layout/light.php @@ -12,13 +12,13 @@ showVendor(); ?> showStyle(); ?> showFonts(); ?> + + + - - - showNotification(); ?> diff --git a/core/layout/main.php b/core/layout/main.php index 88dc984d..db25adc7 100644 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -14,15 +14,15 @@ showFavicon(); ?> showVendor(); ?> showFonts(); ?> + + + - - - getData(['page', $this->getUrl(0), 'moduleId']) === 'blog' diff --git a/core/module/theme/view/fontEdit/fontEdit.php b/core/module/theme/view/fontEdit/fontEdit.php index 8bab0f38..99b082d6 100644 --- a/core/module/theme/view/fontEdit/fontEdit.php +++ b/core/module/theme/view/fontEdit/fontEdit.php @@ -45,7 +45,7 @@ 'autocomplete' => 'off', 'label' => 'Identifiant (sans espace ni majuscule)', 'value' => $this->getUrl(3), - 'disabled' => true + 'readonly' => true ]); ?>
@@ -70,7 +70,7 @@ 'Fichier de fonte (Format WOFF)', 'value' => $this->getUrl(2) === 'files' ? $this->getData(['font', $this->getUrl(2), $this->getUrl(3), 'resource']) : '', - 'disabled' => true + 'readonly' => true ]); ?>