Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit f284db7

Browse files
committed
Add Test SMTP button to template
1 parent 560cebc commit f284db7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

js/templates/settings.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,12 +1292,14 @@ <h3 class="padding15 margin0 fontWeight500"><%= polyglot.t('SMTPNotifications')
12921292
<div class="flexCol-9 borderRight0 custCol-border">
12931293
<div class="fieldItem flexRow">
12941294
<div class="flexRow">
1295-
<div class="flexCol-4">
1295+
<div class="flexCol-9">
12961296
<input type="radio" class="fieldItem" id="smtpNotificationsYes" name="smtp_notifications" value="true" /><label for="smtpNotificationsYes" class="radioLabel"><%= polyglot.t('Yes') %></label>
12971297
<input type="radio" class="fieldItem" id="smtpNotificationsNo" name="smtp_notifications" value="false" checked/><label for="smtpNotificationsNo" class="radioLabel"><%= polyglot.t('No') %></label>
12981298
</div>
1299-
<div class="flexCol-8">
1300-
<div class="marginLeft10 textSize11px txt-fade"><%= polyglot.t('SMTPNotificationsWarning') %></div>
1299+
<div class="positionTopRight paddingright5">
1300+
<a id="testSMTPButton" class="btn btn-txt js-testSMTP custCol-secondary">
1301+
<%= polyglot.t('TestSMTPButton') %>
1302+
</a>
13011303
</div>
13021304
</div>
13031305
</div>

0 commit comments

Comments
 (0)