]> source.dussan.org Git - nextcloud-server.git/commitdiff
show explenation only if the setting is activated
authorBjoern Schiessle <schiessle@owncloud.com>
Mon, 16 Jun 2014 13:33:46 +0000 (15:33 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Mon, 16 Jun 2014 13:33:46 +0000 (15:33 +0200)
settings/templates/admin.php

index 5a00320313b2b706f26c9cc7723c378cd3069d88..e1348916b69828bcd54e77783f7badc30d58af41 100644 (file)
@@ -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>