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[]=''.get_lang('Download').''.$dropbox_file->title.''.$new_icon.'
'.$dropbox_file->description; + $dropbox_file_data[]=''.get_lang('Download').''.$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').' - '.get_lang('Comment').' - '.get_lang('Move').' - '.get_lang('Delete').''; + '.get_lang('Comment').' + '.get_lang('Move').' + '.get_lang('Delete').''; //$action_icons=' '.get_lang('Move').' // '.get_lang('Delete').''; // 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[]=''.get_lang('Save').''.$category['cat_name'].''; + $dropbox_category_data[]=''.get_lang('Save').''.$category['cat_name'].''; $dropbox_category_data[]=''; $dropbox_category_data[]=''; $dropbox_category_data[]=''; - $dropbox_category_data[]=''.get_lang('Edit').' - '.get_lang('Delete').''; + $dropbox_category_data[]=''.get_lang('Edit').' + '.get_lang('Delete').''; } 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 '
'; @@ -510,7 +510,7 @@ if ($_GET['view']=='sent' OR $dropbox_cnf['sent_received_tabs']==false) { if ($view_dropbox_category_sent==$dropbox_file->category) { $dropbox_file_data[]=$dropbox_file->id; $dropbox_file_data[]=build_document_icon_tag('file',$dropbox_file->title); - $dropbox_file_data[]=''.get_lang('Save').''.$dropbox_file->title.'
'.$dropbox_file->description; + $dropbox_file_data[]=''.get_lang('Save').''.$dropbox_file->title.'
'.$dropbox_file->description; $dropbox_file_data[]=ceil(($dropbox_file->filesize)/1024).' '.get_lang('kB'); foreach ($dropbox_file->recipients as $recipient) { $receivers_celldata=display_user_link($recipient['user_id'], $recipient['name']).', '.$receivers_celldata; @@ -521,9 +521,9 @@ if ($_GET['view']=='sent' OR $dropbox_cnf['sent_received_tabs']==false) { //$dropbox_file_data[]=$dropbox_file->author; $receivers_celldata=''; $action_icons=check_number_feedback($dropbox_file->id, $number_feedback).' '.get_lang('Feedback').' - '.get_lang('Comment').' - '.get_lang('Move').' - '.get_lang('Delete').''; + '.get_lang('Comment').' + '.get_lang('Move').' + '.get_lang('Delete').''; // this is a hack to have an additional row in a sortable table if ($_GET['action']=='viewfeedback' AND isset($_GET['id']) and is_numeric($_GET['id']) AND $dropbox_file->id==$_GET['id']) { $action_icons.="\n"; // ending the normal row of the sortable table @@ -544,14 +544,14 @@ if ($_GET['view']=='sent' OR $dropbox_cnf['sent_received_tabs']==false) { if ($category['sent']=='1') { $dropbox_category_data[]=$category['cat_id']; // this is where the checkbox icon for the files appear $dropbox_category_data[]=build_document_icon_tag('folder',$category['cat_name']); - $dropbox_category_data[]=''.get_lang('Save').''.$category['cat_name'].''; + $dropbox_category_data[]=''.get_lang('Save').''.$category['cat_name'].''; //$dropbox_category_data[]=''; $dropbox_category_data[]=''; //$dropbox_category_data[]=''; $dropbox_category_data[]=''; $dropbox_category_data[]=''; - $dropbox_category_data[]=''.get_lang('Edit').' - '.get_lang('Delete').''; + $dropbox_category_data[]=''.get_lang('Edit').' + '.get_lang('Delete').''; } if (is_array($dropbox_category_data) && count($dropbox_category_data)>0) { $dropbox_data_sent[]=$dropbox_category_data;