From 0d42ca0740ee399307f5ddf8047b476f1c46752c Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 5 Jan 2024 00:17:39 +0100 Subject: [PATCH] Fonte edit id disabled --- core/module/theme/view/fontEdit/fontEdit.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/module/theme/view/fontEdit/fontEdit.php b/core/module/theme/view/fontEdit/fontEdit.php index 3767aa9a..8bab0f38 100644 --- a/core/module/theme/view/fontEdit/fontEdit.php +++ b/core/module/theme/view/fontEdit/fontEdit.php @@ -44,7 +44,8 @@ 'off', 'label' => 'Identifiant (sans espace ni majuscule)', - 'value' => $this->getUrl(3) + 'value' => $this->getUrl(3), + 'disabled' => true ]); ?>