* add tip content to block without content.

This commit is contained in:
Catouse
2018-06-25 13:25:47 +08:00
parent 1a0cd36e0d
commit a4d0bb2d60
15 changed files with 56 additions and 2 deletions
+1
View File
@@ -42,6 +42,7 @@ $lang->block->myProject = 'My ' . $lang->projectCommon;
$lang->block->myProduct = 'My ' . $lang->productCommon;
$lang->block->delayed = 'Delayed';
$lang->block->noData = 'There is no data in this type of reports.';
$lang->block->emptyTip = 'No Information';
$lang->block->params = new stdclass();
$lang->block->params->name = 'Name';