summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2012-08-27 20:55:11 -0400
committerMichael Gapczynski <mtgap@owncloud.com>2012-08-27 20:55:11 -0400
commitaad7dc8390b67ee7d04d83765b1295b9507767f5 (patch)
tree7232b509225fb3aa9cbe630a5267c971130b1f27 /settings/templates
parent42a291286b4627191a18e8848dffee0bf5574c93 (diff)
downloadnextcloud-server-aad7dc8390b67ee7d04d83765b1295b9507767f5.tar.gz
nextcloud-server-aad7dc8390b67ee7d04d83765b1295b9507767f5.zip
Remove sharing notice in users settings - The default is now share with anyone, groups only sharing is now a setting in the admin page
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/users.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/settings/templates/users.php b/settings/templates/users.php
index 5298237f679..295b7761cf3 100644
--- a/settings/templates/users.php
+++ b/settings/templates/users.php
@@ -151,9 +151,4 @@ var isadmin = <?php echo $_['isadmin']?'true':'false'; ?>;
</tr>
<?php endforeach; ?>
</tbody>
-</table>
-
-<!-- use a standard notification class / system for this message -->
-<?php if( $_["share_notice"] ):?>
-<h3 class="settingsNotice center"><?php echo $_["share_notice"]; ?></h3>
-<?php endif;?> \ No newline at end of file
+</table> \ No newline at end of file