'."\n";
print '
'."\n";
print $form->editfieldkey("NotePrivate", $note_private, $value_private, $object, $permission, $typeofdata, $moreparam, '', 0);
print '
'."\n";
diff --git a/htdocs/langs/en_US/paypal.lang b/htdocs/langs/en_US/paypal.lang
index ae41f4df314..e1db55d5668 100644
--- a/htdocs/langs/en_US/paypal.lang
+++ b/htdocs/langs/en_US/paypal.lang
@@ -29,4 +29,5 @@ ShortErrorMessage=Short Error Message
ErrorCode=Error Code
ErrorSeverityCode=Error Severity Code
OnlinePaymentSystem=Online payment system
-PaypalLiveEnabled=Paypal live enabled (otherwise test/sandbox mode)
\ No newline at end of file
+PaypalLiveEnabled=Paypal live enabled (otherwise test/sandbox mode)
+PaypalImportPayment=Import Paypal payments
\ No newline at end of file
diff --git a/htdocs/langs/en_US/stripe.lang b/htdocs/langs/en_US/stripe.lang
index cb49994ea14..ff6b4a58608 100644
--- a/htdocs/langs/en_US/stripe.lang
+++ b/htdocs/langs/en_US/stripe.lang
@@ -37,4 +37,5 @@ STRIPE_TEST_SECRET_KEY=Secret test key
STRIPE_TEST_PUBLISHABLE_KEY=Publishable test key
STRIPE_LIVE_SECRET_KEY=Secret live key
STRIPE_LIVE_PUBLISHABLE_KEY=Publishable live key
-StripeLiveEnabled=Stripe live enabled (otherwise test/sandbox mode)
\ No newline at end of file
+StripeLiveEnabled=Stripe live enabled (otherwise test/sandbox mode)
+StripeImportPayment=Import Stripe payments
\ No newline at end of file
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 1229f6595c1..60eaf6d5471 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -2256,8 +2256,8 @@ a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
background: rgb() !important;
margin: 0 0.2em 0 0.2em !important;
- border-right: 1px solid #AAA !important;
- border-left: 1px solid #AAA !important;
+ border-right: 1px solid #CCC !important;
+ border-left: 1px solid #CCC !important;
/* border-top: px solid rgb() !important; */
border-top: px solid rgb() !important;
}
@@ -2476,7 +2476,7 @@ td.border, div.tagtable div div.border {
/* Main boxes */
-.noborderbottom {
+.noborderbottom, .noborderbottom tr:last-of-type td {
border-bottom: none !important;
}
/*.ficheaddleft table.noborder {
@@ -2491,6 +2491,9 @@ table.liste, table.noborder, table.formdoc, div.noborder {
border-top-width: px;
border-top-color: rgb();
border-top-style: solid;
+ /* border-top-width: 2px;
+ border-top-color: rgb();
+ border-top-style: solid; */
border-bottom-width: 1px;
border-bottom-color: rgb();
@@ -2499,7 +2502,12 @@ table.liste, table.noborder, table.formdoc, div.noborder {
margin: 0px 0px 5px 0px;
}
div.tabBar div.ficheaddleft table.noborder:last-of-type {
- border-bottom: 1px solid #aaa;
+ border-bottom: 1px solid rgb();
+}
+div.tabBar table.border>tbody>tr:last-of-type>td {
+ border-bottom-width: 1px;
+ border-bottom-color: rgb();
+ border-bottom-style: solid;
}
div.tabBar div.ficheaddleft table.noborder {
border-bottom: none;
@@ -2529,7 +2537,7 @@ tr#trlinefordates td {
}
.liste_titre_add td, .liste_titre_add th, .liste_titre_add .tagtd
{
- border-top-width: 2px;
+ border-top-width: 1px;
border-top-color: rgb();
border-top-style: solid;
}
@@ -2543,6 +2551,7 @@ table.liste th, table.noborder th, table.noborder tr.liste_titre td, table.nobor
table.liste td, table.noborder td, div.noborder form div, table.tableforservicepart1 td, table.tableforservicepart2 td {
padding: 7px 8px 7px 8px; /* t r b l */
line-height: 1.2em;
+ height: 22px;
}
div.liste_titre_bydiv .divsearchfield {
padding: 2px 1px 2px 7px; /* t r b l */
@@ -2939,6 +2948,9 @@ table.tableforservicepart1 tr td {
{
padding-left: 2px;
}
+.paymenttable, .margintable tr td {
+ height: 22px;
+}
/* Disable shadows */
.noshadow {
@@ -3106,6 +3118,12 @@ span.dashboardlineko {
.boxtable {
margin-bottom: 8px !important;
border-bottom-width: 1px;
+
+ border-top: px solid rgb();
+ /* border-top: 2px solid rgb() !important; */
+}
+table.noborder.boxtable tr td {
+ height: unset;
}
.boxtablenobottom {
border-bottom-width: 0 !important;
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index e88200f0130..745cddfdb6e 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -2996,6 +2996,9 @@ tr.liste_sub_total, tr.liste_sub_total td {
{
padding-left: 2px;
}
+.paymenttable, .margintable tr td {
+ height: 22px;
+}
/* Disable shadows */
.noshadow {