* finish task #7303,7316.

This commit is contained in:
z
2020-07-06 13:19:13 +08:00
parent 6ab35f254a
commit a7ab0a84a4
27 changed files with 187 additions and 122 deletions
+1 -1
View File
@@ -48,7 +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'");?>
<?php if($selectedDepts) echo html::a($this->createLink('webhook', 'chooseDept', "id={$webhook->id}"), $lang->webhook->rechooseDept, '', "class='btn'");?>
</div>
<?php $pager->show('right', 'pagerjs');?>
</div>