Skip to content

Commit 96bba83

Browse files
committed
fixup! Add back authentication checkbox for mailer settings
1 parent 1d3a9f9 commit 96bba83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/settings/templates/settings/admin/additional-mail.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@
123123
<p id='setting_smtpauth' <?php if ($_['mail_smtpmode'] !== 'smtp') {
124124
print_unescaped(' class="hidden"');
125125
} ?>>
126-
<label for="mail_smtpauthtype"><?php p($l->t('Authentication method')); ?><span class="icon-info" title="Only applies when authentication is required"></span></label>
126+
<label for='mail_smtpauthtype'><?php p($l->t('Authentication method')); ?>
127+
<span class="icon-info" title="<?php p($l->t('Only applies when authentication is required')); ?>"></span>
128+
</label>
127129
<select name="mail_smtpauthtype" id="mail_smtpauthtype" disabled="disabled">
128130
<?php foreach ($mail_smtpauthtype as $authtype => $name):
129131
$selected = '';

0 commit comments

Comments
 (0)