mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Merge pull request #9025 from owncloud/fix-mail-settings
fix mail settings save function - ref #8854
This commit is contained in:
commit
2b82e3c251
1 changed files with 2 additions and 2 deletions
|
|
@ -344,7 +344,7 @@ if (!$_['internetconnectionworking']) {
|
|||
</table>
|
||||
</div>
|
||||
|
||||
<div id="mail_settings" class="section">
|
||||
<div class="section"><form id="mail_settings">
|
||||
<h2><?php p($l->t('Email Server'));?></h2>
|
||||
|
||||
<p><?php p($l->t('This is used for sending out notifications.')); ?> <span id="mail_settings_msg" class="msg"></span></p>
|
||||
|
|
@ -424,7 +424,7 @@ if (!$_['internetconnectionworking']) {
|
|||
<em><?php p($l->t( 'Test email settings' )); ?></em>
|
||||
<input type="submit" name="sendtestemail" id="sendtestemail" value="<?php p($l->t( 'Send email' )); ?>"/>
|
||||
<span id="sendtestmail_msg" class="msg"></span>
|
||||
</div>
|
||||
</form></div>
|
||||
|
||||
<div class="section">
|
||||
<h2><?php p($l->t('Log'));?></h2>
|
||||
|
|
|
|||
Loading…
Reference in a new issue