Fix label short
This commit is contained in:
parent
f27f65e8bf
commit
513ef1e727
@ -8027,7 +8027,7 @@ function dolGetStatus($statusLabel = '', $statusLabelShort = '', $html = '', $st
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($displayMode === 2) {
|
if ($displayMode === 2) {
|
||||||
$return = $htmlImg .' '. $htmlLabel;
|
$return = $htmlImg .' '. $htmlLabelShort;
|
||||||
}
|
}
|
||||||
elseif ($displayMode === 3) {
|
elseif ($displayMode === 3) {
|
||||||
$return = $htmlImg;
|
$return = $htmlImg;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user