From cf9099c7885453bcf15e40cbed722f432dffa1fb Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Tue, 3 Jun 2014 20:44:55 +0200 Subject: [PATCH] This settings doesn't belong together Revert "make reshare settings foldable" This reverts commit c01f196f723dcb3dea6947c821a70d4d80563bbd. Conflicts: settings/templates/admin.php --- settings/js/admin.js | 3 --- settings/templates/admin.php | 18 ++++++++++-------- 2 files changed, 10 insertions(+), 11 deletions(-) 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']) { />
-
> - /> -
- /> -
-
+ + + + > + /> +
+ /> +
-- 2.39.5