mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
fix PHP fatal on call to Api\Html::progressbar caused by no longer existing static property $netscape4
This commit is contained in:
parent
389f00dead
commit
45114cd2b8
@ -873,10 +873,6 @@ egw_LAB.wait(function() {
|
||||
if (!$color) $color = '#D00000';
|
||||
$title = $_title ? self::htmlspecialchars($_title) : $percent.'%';
|
||||
|
||||
if (self::$netscape4)
|
||||
{
|
||||
return $title;
|
||||
}
|
||||
return '<div class="onlyPrint">'.$title.'</div><div class="noPrint" title="'.$title.'" '.$options.
|
||||
' style="height: '.$height.'; width: '.$width.'; border: 1px solid black; padding: 1px; text-align: left;'.
|
||||
(@stristr($options,'onclick="') ? ' cursor: pointer;' : '').'">'."\n\t".
|
||||
|
Loading…
Reference in New Issue
Block a user