[Pkg-owncloud-commits] [owncloud] 38/199: move saved notification for mail server, so it's smaller

David Prévot taffit at moszumanska.debian.org
Sun Jun 1 18:53:07 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 c6c4bb62e1ed317caa5e0997f867b99e3287f422
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Fri May 23 18:09:45 2014 +0200

    move saved notification for mail server, so it's smaller
---
 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 a4a3698..668ddf1 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -323,9 +323,9 @@ if (!$_['internetconnectionworking']) {
 </div>
 
 <div id="mail_settings" class="section">
-	<h2><?php p($l->t('Email Server'));?> <span id="mail_settings_msg" class="msg"></span></h2>
+	<h2><?php p($l->t('Email Server'));?></h2>
 
-	<p><?php p($l->t('This is used for sending out notifications.')); ?></p>
+	<p><?php p($l->t('This is used for sending out notifications.')); ?> <span id="mail_settings_msg" class="msg"></span></p>
 
 	<p>
 		<label for="mail_smtpmode"><?php p($l->t( 'Send mode' )); ?></label>

-- 
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