';
print '';
- print '| '.$langs->trans("LastSupplierProposals",($num<$MAXLIST?"":$MAXLIST)).' | ';
+ print '';
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 1136e1c1fc4..b82fd096cfe 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -2607,7 +2607,7 @@ form.tagtr:last-of-type div.tagtd, tr.pair:last-of-type td, tr.impair:last-of-ty
tr.pair td .nobordernopadding tr td, tr.impair td .nobordernopadding tr td {
border-bottom: 0px !important;
}
-td.nobottom, td.nobottom {
+tr.nobottom td, tr.nobottom , td.nobottom {
border-bottom: 0px !important;
}
div.liste_titre .tagtd {
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 978b093fc9d..fb774e8793b 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -2684,7 +2684,7 @@ tr.pair:last-of-type td, tr.impair:last-of-type td {
tr.pair td .nobordernopadding tr td, tr.impair td .nobordernopadding tr td {
border-bottom: 0px !important;
}
-td.nobottom, td.nobottom {
+tr.nobottom td, tr.nobottom , td.nobottom {
border-bottom: 0px !important;
}
div.liste_titre .tagtd {
|