From 52c53e28ad2dc64a3ff556c90d0c82b27d5a02f1 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Tue, 22 Sep 2020 10:03:00 +0200
Subject: [PATCH] Mark destination field as mandatory

---
 interface/web/mail/templates/mail_forward_edit.htm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/interface/web/mail/templates/mail_forward_edit.htm b/interface/web/mail/templates/mail_forward_edit.htm
index a5de2a00b7..128ad4cd75 100644
--- a/interface/web/mail/templates/mail_forward_edit.htm
+++ b/interface/web/mail/templates/mail_forward_edit.htm
@@ -11,7 +11,7 @@
 				</div>
             </div>
             <div class="form-group">
-                <label for="destination" class="col-sm-3 control-label">{tmpl_var name='destination_txt'}</label>
+                <label for="destination" class="col-sm-3 control-label"><em>*</em> {tmpl_var name='destination_txt'}</label>
                 <div class="col-sm-9"><textarea rows="10" cols="40" name="destination" id="destination" class="form-control">{tmpl_var name='destination'}</textarea></div>
             </div>
             <div class="form-group">
-- 
GitLab