* Finish task #42417.

This commit is contained in:
tianshujie
2021-09-08 11:25:34 +08:00
parent a580403a3e
commit bc87c4bd4c
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -137,8 +137,8 @@ $(function()
}
echo html::hidden('isEndPage', $isEndPage ? 1 : 0);
echo html::hidden('pagerID', $pagerID);
echo '   ' . html::linkButton($lang->goback, $this->inlink('browse', "productID=$productID"), 'self', '', 'btn btn-wide');
echo '   ' . sprintf($lang->file->importPager, $allCount, $pagerID, $allPager);
echo html::linkButton($lang->goback, $this->inlink('browse', "productID=$productID"), 'self', '', 'btn btn-wide');
echo sprintf($lang->file->importPager, $allCount, $pagerID, $allPager);
?>
</td>
</tr>