* 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
+1
View File
@@ -4,3 +4,4 @@
.c-story, .c-module, .c-type {width: 120px;}
.c-stage {width: 160px;}
.c-step {width: 300px;}
.form-actions .btn {margin-right: 20px;}
+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>