From e4c2076689b6938932347cfdc83c8f8c8798f48a Mon Sep 17 00:00:00 2001
From: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Date: Wed, 9 Sep 2020 11:20:56 +0100
Subject: [PATCH] Bug 22343: (follow-up) Add a hint to the debug form option

This patch appends a small note to the debug form field in the edit/add
smtp server form to hint that debug mode results in additional output in
the logs.
---
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt
index d082858819..4b6dfc9661 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt
@@ -106,6 +106,7 @@ SMTP servers
                         <option value="1">Enabled</option>
                         <option value="0" selected="selected">Disabled</option>
                     </select>
+                    <span>Enables additional debug output in the logs</span>
                 </li>
             </ol>
         </fieldset>
-- 
2.20.1