mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-30 21:47:30 +00:00
use popupbox to show comments of document reception
This commit is contained in:
parent
9a675bafb4
commit
b769ae3805
|
@ -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 class=\"bar bar-danger\" style=\"width: ".round($rstat['-1']/$totalreceipts*100)."%;\">".($rstat['-1'] ? $rstat['-1']."/".$totalreceipts : '')."</div>
|
||||||
</div>";
|
</div>";
|
||||||
if($allcomments)
|
if($allcomments)
|
||||||
$content .= implode('<br />', $allcomments);
|
$content .= $this->printPopupBox('kkkk', implode('<br />', $allcomments), true);
|
||||||
}
|
}
|
||||||
$content .= "</small></td>";
|
$content .= "</small></td>";
|
||||||
// $content .= "<td>".$version."</td>";
|
// $content .= "<td>".$version."</td>";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user