This commit is contained in:
tianshujie
2022-04-08 11:14:13 +08:00
parent d6c50c10af
commit dc8d65045b
+1 -1
View File
@@ -112,7 +112,7 @@ $(function()
}
echo html::hidden('isEndPage', $isEndPage ? 1 : 0);
echo html::hidden('pagerID', $pagerID);
echo '   ' . html::backButton();
echo '   ' . html::a($this->createLink('caselib', 'browse', "libID=$libID"), $lang->goback, '', 'class="btn btn-wide"');
echo '   ' . sprintf($lang->file->importPager, $allCount, $pagerID, $allPager);
?>
</td>