From 8fd16c35459e21fa923560b6e38225727a04527f Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Thu, 25 Apr 2019 10:03:08 +0200 Subject: [PATCH] preparation for toggle all/none checkbox in recipientLayout --- .../communication/recipientLayout.hamlet | 8 +++-- .../communication/recipientLayout.julius | 33 +++++++++++++++++++ 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/templates/widgets/communication/recipientLayout.hamlet b/templates/widgets/communication/recipientLayout.hamlet index f3f759de1..646bc7e01 100644 --- a/templates/widgets/communication/recipientLayout.hamlet +++ b/templates/widgets/communication/recipientLayout.hamlet @@ -9,8 +9,12 @@ $if not (null activeCategories) $if hasContent category
- $forall optIx <- categoryIndices category - ^{cellWdgts ! optIx} + $if not (null (categoryIndices category)) + $# TODO: unique id for this all/none checkbox + +