File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
apps/settings/templates/settings/admin Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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 = '' ;
You can’t perform that action at this time.
0 commit comments