From: Bjoern Schiessle Date: Tue, 3 Jun 2014 18:44:55 +0000 (+0200) Subject: This settings doesn't belong together X-Git-Tag: v7.0.0alpha2~95^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cf9099c7885453bcf15e40cbed722f432dffa1fb;p=nextcloud-server.git This settings doesn't belong together Revert "make reshare settings foldable" This reverts commit c01f196f723dcb3dea6947c821a70d4d80563bbd. Conflicts: settings/templates/admin.php --- diff --git a/settings/js/admin.js b/settings/js/admin.js index 8c7572fa394..bc95c6a3dc5 100644 --- a/settings/js/admin.js +++ b/settings/js/admin.js @@ -83,9 +83,6 @@ $(document).ready(function(){ $('#allowLinks').change(function() { $("#publicLinkSettings").toggleClass('hidden', !this.checked); }); - $('#allowResharing').change(function() { - $("#resharingSettings").toggleClass('hidden', !this.checked); - }); $('#security').change(function(){ $.post(OC.filePath('settings','ajax','setsecurity.php'), { enforceHTTPS: $('#forcessl').val() },function(){} ); diff --git a/settings/templates/admin.php b/settings/templates/admin.php index e6438da7988..f0b72d0956e 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -274,14 +274,16 @@ if (!$_['internetconnectionworking']) { />
-
> - /> -
- /> -
-
+ + + + > + /> +
+ /> +