From e4ac3b8be6863d3bff233d4f94237d444c97e469 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Fri, 27 Mar 2020 13:53:43 +0100 Subject: [PATCH] Minor - format code --- main/dropbox/dropbox_download.php | 5 ++--- main/dropbox/dropbox_functions.inc.php | 13 +++++++------ main/dropbox/dropbox_init.inc.php | 1 + main/dropbox/index.php | 7 ++++--- main/dropbox/recover_dropbox_files.php | 3 ++- main/dropbox/update.php | 1 + 6 files changed, 17 insertions(+), 13 deletions(-) diff --git a/main/dropbox/dropbox_download.php b/main/dropbox/dropbox_download.php index 2a52ddd017..cb10f4cf61 100755 --- a/main/dropbox/dropbox_download.php +++ b/main/dropbox/dropbox_download.php @@ -1,8 +1,7 @@ id == $_GET['id']) { $action_icons .= ""; // Ending the normal row of the sortable table $url = api_get_path(WEB_CODE_PATH).'dropbox/index.php?"'.api_get_cidreq().'&view_received_category='.$viewReceivedCategory."&view_sent_category=".$viewSentCategory."&view=".$view.'&'.$sort_params; - $action_icons .= " + $action_icons .= " ". feedback($dropbox_file->feedback2, $url). @@ -627,10 +628,10 @@ if ($action != 'add') { $action_icons = check_number_feedback($dropbox_file->id, $number_feedback).' '.get_lang('Feedback').' '. Display::return_icon('discuss.png', get_lang('Comment'), '', ICON_SIZE_SMALL). - ' + ' '. Display::return_icon('upload_file.png', get_lang('Update'), '', ICON_SIZE_SMALL). - ' + ' '. Display::return_icon('move.png', get_lang('Move'), '', ICON_SIZE_SMALL).' diff --git a/main/dropbox/recover_dropbox_files.php b/main/dropbox/recover_dropbox_files.php index 590cb7b920..8bb5a99f31 100755 --- a/main/dropbox/recover_dropbox_files.php +++ b/main/dropbox/recover_dropbox_files.php @@ -1,4 +1,5 @@