[Pkg-owncloud-commits] [owncloud] 75/223: fix mail settings save function - ref #8854

David Prévot taffit at moszumanska.debian.org
Sun Jun 22 01:54:08 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit f5da0052cf9767867a515475b6d4a95b8b99d048
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Fri Jun 13 15:31:35 2014 +0200

    fix mail settings save function - ref #8854
---
 settings/templates/admin.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index ce33a80..26e2d3b 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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list