* program: add emptyTip, createTip and createLink attributes to dtable.

This commit is contained in:
liugang
2023-11-08 15:52:12 +08:00
parent afd7879355
commit 8d32d758f8
2 changed files with 17 additions and 8 deletions
+4 -1
View File
@@ -282,7 +282,10 @@ dtable
) : null,
)
)),
set::checkInfo(jsRaw("function(checkedIDList){ return window.footerSummary(checkedIDList);}"))
set::checkInfo(jsRaw("function(checkedIDList){ return window.footerSummary(checkedIDList);}")),
set::emptyTip($lang->product->noProduct),
set::createTip($lang->product->create),
set::createLink(hasPriv('product', 'create') ? createLink('product', 'create') : null),
);
jsVar('pageSummary', sprintf($lang->product->lineSummary, $linesCount, count($productStats)));