diff --git a/core/core.php b/core/core.php index 5ce4cb33..cc718c83 100644 --- a/core/core.php +++ b/core/core.php @@ -37,7 +37,7 @@ class common { const THUMBS_WIDTH = 320; // Numéro de version - const ZWII_VERSION = '10.0.058'; + const ZWII_VERSION = '10.0.059'; const ZWII_UPDATE_CHANNEL = "v10"; public static $actions = []; diff --git a/core/module/user/view/edit/edit.js.php b/core/module/user/view/edit/edit.js.php index 33d0b647..e712a9bc 100755 --- a/core/module/user/view/edit/edit.js.php +++ b/core/module/user/view/edit/edit.js.php @@ -16,4 +16,9 @@ $("#userEditGroup").on("change", function() { $(".userEditGroupDescription").hide(); $("#userEditGroupDescription" + $(this).val()).show(); + if ($("#userEditGroup option:selected").val() < 0) { + $("#userEditLabelAuth").css("display","none"); + } else { + $("#userEditLabelAuth").css("display","inline-block"); + } }).trigger("change"); \ 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..904eddfe 100755 --- a/core/module/user/view/edit/edit.php +++ b/core/module/user/view/edit/edit.php @@ -53,7 +53,7 @@ 'label' => 'Groupe', 'selected' => $this->getData(['user', $this->getUrl(2), 'group']) ]); ?> - Autorisations : +
Autorisations :