[Pkg-owncloud-commits] [owncloud] 159/223: show explenation only if the setting is activated
David Prévot
taffit at moszumanska.debian.org
Sun Jun 22 01:54:19 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 c1ef536896190dc401f663b4d2250492e6c6e07a
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date: Mon Jun 16 15:33:46 2014 +0200
show explenation only if the setting is activated
---
settings/templates/admin.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 5a00320..e134891 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -304,8 +304,9 @@ if (!$_['internetconnectionworking']) {
<option value="<?php p($group['gid'])?>" <?php if($group['excluded']) { p('selected="selected"'); }?>><?php p($group['gid']);?></option>
<?php endforeach;?>
</select>
- </div>
+ <br />
<em><?php p($l->t('These groups will still be able to receive shares, but not to initiate them.')); ?></em>
+ </div>
</td>
</tr>
</table>
--
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