From 80914aeeed00608397f8c008ee54ce030b4f5457 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 18 Aug 2017 10:46:48 -0400 Subject: [PATCH] adding event notification to and from address instructions adding text below the input fields for the to and from email addresses in the settings section of the events plugin for email notifications. --- css/admin.css | 6 ++++++ views/admin/settings/emailNotifications.html | 10 ++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/css/admin.css b/css/admin.css index bb74c62..ac3db59 100644 --- a/css/admin.css +++ b/css/admin.css @@ -48,4 +48,10 @@ and open the template in the editor. .email-notification-editor{ padding: 0; margin-bottom: 25px; +} +.email-notification-info{ + margin: 3px; + line-height: 1; + width: 100%; + word-wrap: break-word; } \ No newline at end of file diff --git a/views/admin/settings/emailNotifications.html b/views/admin/settings/emailNotifications.html index f4b1693..119402d 100644 --- a/views/admin/settings/emailNotifications.html +++ b/views/admin/settings/emailNotifications.html @@ -9,13 +9,15 @@ {/if}
- + - +
-- 2.17.1