]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 14 Feb 2013 11:00:27 +0000 (11:00 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 14 Feb 2013 11:00:27 +0000 (11:00 +0000)
inc/ws/Controlleur/class.ws.url.php

index 98cbb8ef723914cc9da651a25ff3364374eee2d0..ffe97cc278efe7a5ede68822d960fa1d759b1846 100644 (file)
@@ -152,7 +152,7 @@ class wsUrl {
                                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
@@ -224,6 +224,7 @@ class wsUrl {
                $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
@@ -239,6 +240,7 @@ class wsUrl {
                        } else {\r
                                $res .= '<td>' . html::escapeHTML($collection->proprietaire_utilisateur) . '</td>';\r
                        }\r
+                       \r
                        $res.='</tr>';\r
 \r
                        $i++;\r