]> _ Git - cubeextranet.git/commitdiff
Changes requested by Bart: change "report" download button to "feedback" and hide...
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 9 Aug 2021 15:44:22 +0000 (15:44 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 9 Aug 2021 15:44:22 +0000 (15:44 +0000)
inc/ws/Controlleur/class.ws.url.php
style/ws/ysl.css
style/ws/ysl.less

index 0344d07fd86bef0f5fb1587a3722cc1204c7501a..985c55337d4b646b7c644385a75aec92ffacb30a 100644 (file)
@@ -170,7 +170,7 @@ class wsUrl
             }
             $res .= '<td class="bouton"><a href="' . SITE_PATH . 'stats/' . $book->book_id . '_' . $book->hash . '" class="normallink stats btbook">' . $btStats . '</a></td>';
             if ($report) {
-                $res .= '<td class="bouton"><a href="/yslReport/' . $book->book_id . '" class="download btbook">' . $btReport . '</a></td>';
+                $res .= '<td class="bouton"><a href="/yslReport/' . $book->book_id . '" class="download btbook"><div></div><span>' . __('feedback') . '</span></a></td>';
             } elseif ($book->version > 1) {
                 if ($droits->admin) {
                     $res .= '<td class="bouton"><a href="#" rel="exportbook/' . $book->book_id . '" class="popup download btbook">' . $btDownload . '</a></td>';
index 8733fa42b54b811077a1d10dd1fdcf05857be831..f2bd6b999497962588fff23250ddabd02c2d2aba 100644 (file)
@@ -33,3 +33,6 @@
 body {
   filter: grayscale(1);
 }
+#nav a[href="/fichiers"] {
+  display: none;
+}
index 0027da43eaa6cdc14394258295770e81cf319e91..81d372a7512e7b9356630bbc7d33152e7a0ee556 100644 (file)
@@ -38,4 +38,9 @@
 \r
 body{\r
   filter:grayscale(1);\r
-}
\ No newline at end of file
+}\r
+\r
+// Hide Fichiers tab in the navigation, as requested by Bart via email 06/08/21\r
+#nav a[href="/fichiers"] {\r
+  display: none;\r
+}\r