From 7a9402bf88e789f6c7dfa58251cc93d7453929f4 Mon Sep 17 00:00:00 2001 From: gburton Date: Thu, 5 Sep 2019 09:41:20 +0100 Subject: [PATCH] Checkboxes need a custom-control *each* --- account_notifications.php | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/account_notifications.php b/account_notifications.php index 7c042b05e..b5ffa1083 100644 --- a/account_notifications.php +++ b/account_notifications.php @@ -84,10 +84,12 @@
-
- ' . GLOBAL_NOTIFICATIONS_DESCRIPTION . ' '; - ?> +
+
+ ' . GLOBAL_NOTIFICATIONS_DESCRIPTION . ' '; + ?> +
@@ -103,13 +105,14 @@
-
+
' . $products['products_name'] . ''; - echo '
'; + echo '
'; + echo tep_draw_checkbox_field('products[]', $products['products_id'], true, 'class="custom-control-input" id="input_' . $products['products_id'] . 'Notification"'); + echo ''; + echo '
'; } ?>