* Change the variable type of pageSummary.

This commit is contained in:
tianshujie
2023-09-26 17:11:46 +08:00
parent 5b0fb40b49
commit 8e322031aa
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ if($canBatchAction)
jsVar('orderBy', $orderBy);
jsVar('sortLink', helper::createLink('execution', 'task', "executionID={$execution->id}&status={$status}&param={$param}&orderBy={orderBy}&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}"));
jsVar('pageSummary', $lang->execution->pageSummary);
jsVar('+pageSummary', $lang->execution->pageSummary);
jsVar('checkedSummary', $lang->execution->checkedSummary);
jsVar('multipleAB', $lang->task->multipleAB);
jsVar('childrenAB', $lang->task->childrenAB);