mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-02-08 17:41:56 +00:00
use translated text for comments popupbox
This commit is contained in:
parent
d3c7ef3088
commit
4baa37b2d9
|
|
@ -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 .= $this->printPopupBox('kkkk', implode('<br />', $allcomments), true);
|
||||
$content .= $this->printPopupBox(getMLText('comments'), implode('<br />', $allcomments), true);
|
||||
}
|
||||
$content .= "</small></td>";
|
||||
// $content .= "<td>".$version."</td>";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user