Skip to content
Snippets Groups Projects
Commit f5da0052 authored by Morris Jobke's avatar Morris Jobke
Browse files

fix mail settings save function - ref #8854

parent c09f5680
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment