use popupbox to show comments of document reception

This commit is contained in:
Uwe Steinmann 2017-01-17 20:40:42 +01:00
parent 9a675bafb4
commit b769ae3805

View File

@ -2169,7 +2169,7 @@ $(document).ready( function() {
<div class=\"bar bar-danger\" style=\"width: ".round($rstat['-1']/$totalreceipts*100)."%;\">".($rstat['-1'] ? $rstat['-1']."/".$totalreceipts : '')."</div>
</div>";
if($allcomments)
$content .= implode('<br />', $allcomments);
$content .= $this->printPopupBox('kkkk', implode('<br />', $allcomments), true);
}
$content .= "</small></td>";
// $content .= "<td>".$version."</td>";