if ($droits->admin) {\r
$res .= '<td class="bouton"><a href="#" rel="exportbook/' . $book->book_id . '" class="popup download btbook">' . $btDownload . '</a></td>';\r
} else {\r
- $res .= '<td class="bouton"><a href="#" class="openContextMenuv download btbook" rel="' . $context_download_id . '" rev="' . $book->book_id . '">' . $btDownload . '</a></td>';\r
+ $res .= '<td class="bouton"><a href="#" class="openContextMenu download btbook" rel="' . $context_download_id . '" rev="' . $book->book_id . '">' . $btDownload . '</a></td>';\r
}\r
} else {\r
$res.='<td></td>';\r
$res .= '<tr><th>' . commonUrl::orderby('#', 'collection_id', $settings, 'sort' . $change) . '</th>';\r
$res .= '<th>' . commonUrl::orderby(__('Nom de la collection'), 'nom', $settings, 'sort' . $change) . '</th>';\r
$res .= '<th>' . commonUrl::orderby(__('PropriƩtaire'), 'proprietaire_nom', $settings, 'sort' . $change) . '</th>';\r
+ $res .= str_repeat('<th class="min"></th>', 5);\r
$res.='</tr>';\r
\r
$i = 0;\r
} else {\r
$res .= '<td>' . html::escapeHTML($collection->proprietaire_utilisateur) . '</td>';\r
}\r
+ \r
$res.='</tr>';\r
\r
$i++;\r