|
@@ -438,13 +438,11 @@ if ($action != 'add') {
|
|
|
// This is a hack to have an additional row in a sortable table
|
|
|
if ($action == 'viewfeedback' && isset($_GET['id']) && is_numeric($_GET['id']) && $dropbox_file->id == $_GET['id']) {
|
|
|
$action_icons .= "</td></tr>"; // Ending the normal row of the sortable table
|
|
|
- $action_icons .= '<tr>
|
|
|
- <td colspan="2">
|
|
|
- <a class = "btn btn-default" href="'.api_get_path(WEB_CODE_PATH).'dropbox/index.php?"'.api_get_cidreq().'&view_received_category='.$viewReceivedCategory."&view_sent_category=".$viewSentCategory."&view=".$view.'&'.$sort_params."\">".
|
|
|
- get_lang('CloseFeedback')."</a>
|
|
|
- </td>
|
|
|
- <td colspan=\"7\">".
|
|
|
- feedback($dropbox_file->feedback2).
|
|
|
+ $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 .= "
|
|
|
+ <tr>
|
|
|
+ <td colspan=\"9\">".
|
|
|
+ feedback($dropbox_file->feedback2, $url).
|
|
|
"</td></tr>";
|
|
|
}
|
|
|
if (api_get_session_id() == 0) {
|