diff --git a/dev/translation/dynamic_translation_keys.lst b/dev/translation/dynamic_translation_keys.lst
index 47ab2e14a79..2dcd99eafbc 100644
--- a/dev/translation/dynamic_translation_keys.lst
+++ b/dev/translation/dynamic_translation_keys.lst
@@ -2650,9 +2650,7 @@ ProductsOrServicesTranslations
ProductsPipeServices
ProductsPricePerCustomer
ProfId10
-ProfId10FR
ProfId10Short
-ProfId10ShortFR
ProfId1ShortCM
ProfId1ShortFR
ProfId2ShortCM
@@ -2663,14 +2661,15 @@ ProfId4ShortCM
ProfId4ShortFR
ProfId5ShortCM
ProfId5ShortFR
-ProfId6ShortCM
-ProfId6ShortFR
+ProfId1Short
+ProfId2Short
+ProfId3Short
+ProfId4Short
+ProfId5Short
+ProfId6Short
ProfId7Short
-ProfId7ShortFR
ProfId8Short
-ProfId8ShortFR
ProfId9Short
-ProfId9ShortFR
ProformaBill
ProjectCreatedByEmailCollector
ProjectHasNoCategory
diff --git a/dev/translation/sanity_check_trans_missing_unused.sh b/dev/translation/sanity_check_trans_missing_unused.sh
index 459f59117a5..b003127d5be 100755
--- a/dev/translation/sanity_check_trans_missing_unused.sh
+++ b/dev/translation/sanity_check_trans_missing_unused.sh
@@ -129,7 +129,7 @@ if [ -s "${MISSING_AND_UNUSED_FILE}" ] ; then
echo "## :warning: Unused Translations may match ->trans(\$key.'SomeString')."
echo "## You can add such dynamic keys to $(basename "$DYNAMIC_KEYS_SRC_FILE")"
echo "## so that they are ignored for this report."
- echo "## :warning: Unused Translations may be commented in the code"
+ echo "## :warning: Unused Translations may also be commented in the code"
echo "## You can add such 'disabled' keys to $(basename "$EXCLUDE_KEYS_SRC_FILE")"
echo "## so that they are ignored for this report."
echo
diff --git a/htdocs/admin/company.php b/htdocs/admin/company.php
index f07961486c6..1a5a68fc085 100644
--- a/htdocs/admin/company.php
+++ b/htdocs/admin/company.php
@@ -652,7 +652,7 @@ print '';
if ($langs->transcountry("ProfId1", $mysoc->country_code) != '-') {
print '
';
// This fields are used to know VAT to include in an invoice when the thirdparty is making a sale, so when it is a supplier.
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index dfdf1bc9439..ee97261191a 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -3961,6 +3961,13 @@ table.liste tr:last-of-type td, table.noborder:not(#tablelines):not(#tableliness
border-bottom-color: var(--colortopbordertitle1);
border-bottom-style: solid;
}
+/* CSS to remove the interline border */
+table.nointerlines tr:not(:last-child) td {
+ border-bottom: unset !important;
+ border-top: unset !important;
+}
+
+
/*
div.tabBar div.fichehalfright table.noborder:not(.margintable):not(.paymenttable):not(.lastrecordtable):last-of-type {
border-bottom: 1px solid var(--colortopbordertitle1);
@@ -4019,10 +4026,10 @@ table.liste tr, table.noborder tr, div.noborder form {
min-height: 20px;
}
table.liste th, table.noborder th, table.noborder tr.liste_titre td, table.noborder tr.box_titre td {
- padding: 7px 8px 7px 8px; /* t r b l */
+ padding: 7px 10px 7px 12px; /* t r b l */
}
table.liste td, table.noborder td, div.noborder form div, table.tableforservicepart1 td, table.tableforservicepart2 td {
- padding: 8px 6px 8px 6px; /* t r b l */
+ padding: 8px 10px 8px 12px; /* t r b l */
/* line-height: 22px; This create trouble on cell login on list of last events of a contract*/
height: 22px;
}
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 129015d839b..d569b99b6b3 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -4086,6 +4086,11 @@ table.paddingtopbottomonly tr td {
padding-top: 1px;
padding-bottom: 2px;
}
+/* CSS to remove the interline border */
+table.nointerlines tr:not(:last-child) td {
+ border-bottom: unset !important;
+ border-top: unset !important;
+}
.liste_titre_filter {
background: var(--colorbacktitle1) !important;
@@ -4117,11 +4122,11 @@ tr#trlinefordates td {
}
table.liste th, table.noborder th, table.noborder tr.liste_titre td, table.noborder tr.box_titre td {
- padding: 8px 6px 8px 6px; /* t r b l */
+ padding: 8px 8px 8px 10px; /* t r b l */
}
table.liste td, table.noborder td, div.noborder form div, table.tableforservicepart1 td, table.tableforservicepart2 td {
- padding: 4px 6px 4px 6px; /* t r b l */
+ padding: 4px 8px 4px 10px; /* t r b l */
height: 22px;
}
table.liste tr.trkanban td {