* finish task #7274.

This commit is contained in:
z
2020-06-28 13:16:47 +08:00
parent 7ab4e53714
commit 0e70771cd8
4 changed files with 27 additions and 12 deletions
+1
View File
@@ -48,6 +48,7 @@
<div class='text'>
<?php echo html::submitButton($lang->save, '', 'btn btn-primary');?>
<?php echo html::a($this->createLink('webhook', 'browse'), $lang->goback, '', "class='btn'");?>
<?php if($whiteListDept) echo html::a($this->createLink('webhook', 'chooseDept', "id={$webhook->id}"), $lang->webhook->rechooseDept, '', "class='btn'");?>
</div>
<?php $pager->show('right', 'pagerjs');?>
</div>