* Change the variable type of pageSummary.
This commit is contained in:
@@ -181,7 +181,7 @@ if($canBatchAction)
|
||||
|
||||
jsVar('orderBy', $orderBy);
|
||||
jsVar('sortLink', helper::createLink('execution', 'task', "executionID={$execution->id}&status={$status}¶m={$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);
|
||||
|
||||
Reference in New Issue
Block a user