diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-06-13 15:31:35 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-06-13 15:31:35 +0200 |
commit | f5da0052cf9767867a515475b6d4a95b8b99d048 (patch) | |
tree | 91a9b870906b33fc684985a04b6acb7d611ffb56 /settings/templates | |
parent | c09f5680c98d66d6e5a0fe793561194ecafed3ea (diff) | |
download | nextcloud-server-f5da0052cf9767867a515475b6d4a95b8b99d048.tar.gz nextcloud-server-f5da0052cf9767867a515475b6d4a95b8b99d048.zip |
fix mail settings save function - ref #8854
Diffstat (limited to 'settings/templates')
-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> |