diff --git a/main/dropbox/index.php b/main/dropbox/index.php
index 8c2beff97b..4aa17f3126 100644
--- a/main/dropbox/index.php
+++ b/main/dropbox/index.php
@@ -363,7 +363,7 @@ if (!$_GET['view'] OR $_GET['view']=='received' OR $dropbox_cnf['sent_received_t
$dropbox_file_data[]=build_document_icon_tag('file',$dropbox_file->title);
- $dropbox_file_data[]='
'.$dropbox_file->title.''.$new_icon.'
'.$dropbox_file->description;
+ $dropbox_file_data[]='
'.$dropbox_file->title.''.$new_icon.'
'.$dropbox_file->description;
$dropbox_file_data[]=ceil(($dropbox_file->filesize)/1024).' '.get_lang('kB');
$dropbox_file_data[]=$dropbox_file->author;
//$dropbox_file_data[]=$dropbox_file->description;
@@ -371,9 +371,9 @@ if (!$_GET['view'] OR $_GET['view']=='received' OR $dropbox_cnf['sent_received_t
$dropbox_file_data[]=date_to_str_ago($dropbox_file->last_upload_date).'
'.$dropbox_file->last_upload_date.'';
$action_icons=check_number_feedback($dropbox_file->id, $number_feedback).' '.get_lang('Feedback').'
-
-
-
';
+
+
+
';
//$action_icons='
//
';
// this is a hack to have an additional row in a sortable table
@@ -402,12 +402,12 @@ if (!$_GET['view'] OR $_GET['view']=='received' OR $dropbox_cnf['sent_received_t
$dropbox_category_data[]=$category['cat_id']; // this is where the checkbox icon for the files appear
// the icon of the category
$dropbox_category_data[]=build_document_icon_tag('folder',$category['cat_name']);
- $dropbox_category_data[]='
'.$category['cat_name'].'';
+ $dropbox_category_data[]='
'.$category['cat_name'].'';
$dropbox_category_data[]='';
$dropbox_category_data[]='';
$dropbox_category_data[]='';
- $dropbox_category_data[]='
-
';
+ $dropbox_category_data[]='
+
';
}
if (is_array($dropbox_category_data) && count($dropbox_category_data)>0) {
$dropbox_data_recieved[]=$dropbox_category_data;
@@ -449,9 +449,9 @@ if ($_GET['view']=='sent' OR $dropbox_cnf['sent_received_tabs']==false) {
} else {
echo "
".get_lang('AddNewCategory')."\n";
}
-
+ if (empty($_GET['view_sent_category'])) {
echo "
".get_lang('UploadNewFile')." \n";
-
+ }
echo '';
//echo '