diff --git a/main/dropbox/index.php b/main/dropbox/index.php index dbfb81510f..7e8fd4b4f5 100644 --- a/main/dropbox/index.php +++ b/main/dropbox/index.php @@ -371,16 +371,16 @@ 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 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 - $action_icons.='".get_lang('CloseFeedback')."".feedback($dropbox_file->feedback2)."\n\n"; + $action_icons.='".get_lang('CloseFeedback')."".feedback($dropbox_file->feedback2)."\n\n"; } $dropbox_file_data[]=$action_icons; $action_icons=''; @@ -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; @@ -445,12 +445,12 @@ if ($_GET['view']=='sent' OR $dropbox_cnf['sent_received_tabs']==false) { echo '
'; if ($view_dropbox_category_sent<>0) { echo get_lang('CurrentlySeeing').': '.$dropbox_categories[$view_dropbox_category_sent]['cat_name'].' '; - echo ''.get_lang('Up').''.get_lang('Root')."\n"; + echo ''.get_lang('Up').''.get_lang('Root')."\n"; } else { - echo " ".get_lang('AddNewCategory')."\n"; + echo " ".get_lang('AddNewCategory')."\n"; } if (empty($_GET['view_sent_category'])) { - echo " ".get_lang('UploadNewFile')." \n"; + echo " ".get_lang('UploadNewFile')." \n"; } echo '
'; //echo '
'; @@ -521,13 +521,13 @@ 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 - $action_icons.="\n\t".get_lang('CloseFeedback')."".feedback($dropbox_file->feedback2)."\n\n"; + $action_icons.="\n\t".get_lang('CloseFeedback')."".feedback($dropbox_file->feedback2)."\n\n"; } $dropbox_file_data[]=$action_icons; @@ -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;