From bbe93ac5e63df2b7d68fc4f2716adb6d3aeb3b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Sun, 20 Aug 2023 21:41:21 +0200 Subject: [PATCH] Form elements "form-control custom-select" classes fixes #72 --- templates/draft_message_index.mustache | 4 ++-- templates/queued_message_index.mustache | 4 ++-- templates/sent_message_index.mustache | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/draft_message_index.mustache b/templates/draft_message_index.mustache index 70df327d..33f2969f 100755 --- a/templates/draft_message_index.mustache +++ b/templates/draft_message_index.mustache @@ -23,7 +23,7 @@ -->
- {{# userCourseArray }} @@ -118,4 +118,4 @@ {{/ block_quickmail/pagination }} {{ urlBackLabel }} -
\ No newline at end of file + diff --git a/templates/queued_message_index.mustache b/templates/queued_message_index.mustache index a68a8de4..18aa8736 100755 --- a/templates/queued_message_index.mustache +++ b/templates/queued_message_index.mustache @@ -23,7 +23,7 @@ -->
- {{# userCourseArray }} @@ -118,4 +118,4 @@ {{/ block_quickmail/pagination }} {{ urlBackLabel }} -
\ No newline at end of file + diff --git a/templates/sent_message_index.mustache b/templates/sent_message_index.mustache index 2fb03556..6ec20378 100755 --- a/templates/sent_message_index.mustache +++ b/templates/sent_message_index.mustache @@ -23,7 +23,7 @@ -->
- {{# userCourseArray }} @@ -140,4 +140,4 @@ require(['jquery', 'block_quickmail/sent_messages'], function($, SM) { SM.init(); }); -{{/js}} \ No newline at end of file +{{/js}}