';
- $label .= Form::showphoto('contact', $this, 0, 40, 0, '', 'mini', 0); // Important, we must force height so image will have height tags and if image is inside a tooltip, the tooltip manager can calculate height and position correctly the tooltip.
- $label .= '
';
+ $label .= '
';
+ $label .= Form::showphoto('contact', $this, 0, 40, 0, 'photoref', 'mini', 0); // Important, we must force height so image will have height tags and if image is inside a tooltip, the tooltip manager can calculate height and position correctly the tooltip.
+ $label .= '
';
- $label .= Form::showphoto('societe', $this, 0, 40, 0, '', 'mini', 0); // Important, we must force height so image will have height tags and if image is inside a tooltip, the tooltip manager can calculate height and position correctly the tooltip.
- $label .= '
';
+ $label .= '
';
+ $label .= Form::showphoto('societe', $this, 0, 40, 0, 'photoref', 'mini', 0); // Important, we must force height so image will have height tags and if image is inside a tooltip, the tooltip manager can calculate height and position correctly the tooltip.
+ $label .= '
';
$label.= Form::showphoto('societe', $this, 0, 40, 0, 'photowithmargin', 'mini', 0); // Important, we must force height so image will have height tags and if image is inside a tooltip, the tooltip manager can calculate height and position correctly the tooltip.
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index 760fb0f7966..ba2fb388b69 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -390,7 +390,7 @@ td.rightborder {
border-right: 1px solid #ccc;
}
-td.amount, span.amount, div.amount {
+td.amount, span.amount, div.amount, b.amount {
color: #006666;
}
td.actionbuttons a {
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index bcc02e3ce39..716414c5f3b 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -590,7 +590,7 @@ td.rightborder {
border-right: 1px solid #ccc;
}
-td.amount, span.amount, div.amount {
+td.amount, span.amount, div.amount, b.amount {
color: #006666;
}
td.actionbuttons a {
diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php
index aa9ca1285ed..d9d8f5dd6da 100644
--- a/htdocs/user/class/user.class.php
+++ b/htdocs/user/class/user.class.php
@@ -2596,9 +2596,10 @@ class User extends CommonObject
$companylink = '';
if (!empty($this->photo)) {
- $label .= '
';
- $label .= Form::showphoto('userphoto', $this, 0, 60, 0, 'photowithmargin photologintooltip', 'small', 0, 1); // Force height to 60 so we total height of tooltip can be calculated and collision can be managed
- $label .= '
';
+ $label .= '
';
+ $label .= Form::showphoto('userphoto', $this, 0, 60, 0, 'photoref photowithmargin photologintooltip', 'small', 0, 1); // Force height to 60 so we total height of tooltip can be calculated and collision can be managed
+ $label .= '