From 542ccf48c012a4b9a81aeede8f5232b4739b3889 Mon Sep 17 00:00:00 2001 From: pieterlukasse Date: Mon, 16 Dec 2024 20:14:37 +0100 Subject: [PATCH] fix: disable not-so-useful parts of home,concept-set,cohort-definition pages ...simplifying them and making them more 508 compliant --- .../cohort-definition-manager.html | 6 ++++++ js/pages/concept-sets/conceptset-browser.html | 12 +++++++----- js/pages/home/home.html | 3 ++- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/js/pages/cohort-definitions/cohort-definition-manager.html b/js/pages/cohort-definitions/cohort-definition-manager.html index 60f01fb9f..38eed03ac 100644 --- a/js/pages/cohort-definitions/cohort-definition-manager.html +++ b/js/pages/cohort-definitions/cohort-definition-manager.html @@ -25,13 +25,17 @@ data-bind="title: ko.i18n('cohortDefinitions.cohortDefinitionManager.closeCohortTitle', 'Close cohort definition'), click: close, css: { disabled: isProcessing() }"> + +