diff options
author | Volkan Gezer <wakeup@users.noreply.github.com> | 2014-06-13 18:26:14 +0200 |
---|---|---|
committer | Volkan Gezer <wakeup@users.noreply.github.com> | 2014-06-13 18:26:14 +0200 |
commit | 2b82e3c2511e8d7d20b6bf368cd78eb63e186681 (patch) | |
tree | 20c4d9e9f9c249dab0f4adddc5822fc036960811 | |
parent | 87101e6638097d7c5397fd5ce926b0492be4fa6c (diff) | |
parent | f5da0052cf9767867a515475b6d4a95b8b99d048 (diff) | |
download | nextcloud-server-2b82e3c2511e8d7d20b6bf368cd78eb63e186681.tar.gz nextcloud-server-2b82e3c2511e8d7d20b6bf368cd78eb63e186681.zip |
Merge pull request #9025 from owncloud/fix-mail-settings
fix mail settings save function - ref #8854
-rw-r--r-- | settings/templates/admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index ce33a804f54..26e2d3bf83d 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -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> |