diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-27 20:55:11 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-27 20:55:11 -0400 |
commit | aad7dc8390b67ee7d04d83765b1295b9507767f5 (patch) | |
tree | 7232b509225fb3aa9cbe630a5267c971130b1f27 /settings/templates | |
parent | 42a291286b4627191a18e8848dffee0bf5574c93 (diff) | |
download | nextcloud-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.php | 7 |
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 |