mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
improved printing: progressbar is now printed as percent value
This commit is contained in:
parent
9a6649a931
commit
37cb5095d5
@ -824,7 +824,7 @@ class html
|
||||
{
|
||||
return $title;
|
||||
}
|
||||
return '<div title="'.$title.'" '.$options.
|
||||
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; cursor: hand;' : '').'">'."\n\t".
|
||||
'<div style="height: '.$height.'; width: '.$percent.'%; background: '.$color.';"></div>'."\n</div>\n";
|
||||
|
Loading…
Reference in New Issue
Block a user