diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-10-13 11:36:24 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-10-13 11:36:24 +0200 |
commit | ecb10db0391c98ffe7c4c0abfaeda93d066cfc02 (patch) | |
tree | 98ab4352515c5f75b19193b2512187ee556d9343 /apps/files_sharing/templates | |
parent | 1cb4f1080a57bfffe5d71d7496b61184434ff84d (diff) | |
download | nextcloud-server-ecb10db0391c98ffe7c4c0abfaeda93d066cfc02.tar.gz nextcloud-server-ecb10db0391c98ffe7c4c0abfaeda93d066cfc02.zip |
Remove controls for file lists that don't need it
Remove controls from sharing overview and favorite file lists which
don't display paths.
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r-- | apps/files_sharing/templates/list.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files_sharing/templates/list.php b/apps/files_sharing/templates/list.php index 55ad55a0a4f..fa0365c749c 100644 --- a/apps/files_sharing/templates/list.php +++ b/apps/files_sharing/templates/list.php @@ -1,7 +1,4 @@ <?php /** @var $l OC_L10N */ ?> -<div id="controls"> - <div id="file_action_panel"></div> -</div> <div id='notification'></div> <div id="emptycontent" class="hidden"></div> |