$res .= '<th>' . commonUrl::orderby(__('Status'), 'status', $settings, 'sort' . $change) . '</th>';\r
$res.='<th>' . __('V') . '</th>';\r
}\r
- $res .= str_repeat('<th class="min"></th>', $droits->creation ? 5 : 4);\r
+ $res .= str_repeat('<th class="min"></th>', 5);\r
$res .= '</tr>';\r
$i = 0;\r
\r
} else {\r
$res.='<td></td>';\r
}\r
- if ($droits->creation) {\r
+ if ($droits->creation && $book->status<0) {\r
$res .= '<td class="bouton"><a href="#" rel="supprimeBook/' . $book->book_id . '" class="ajax" title="' . __('Êtes-vous certain de vouloir supprimer cette publication ?') . '">' . $btDel . '</a></td>';\r
+ }else{\r
+ $res.='<td></td>';\r
}\r
$res .= '</tr>';\r
$i++;\r