* finish task #7311.

This commit is contained in:
z
2020-07-06 16:03:02 +08:00
parent 174f3b99ca
commit d2b7beaabd
6 changed files with 47 additions and 47 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($selectedDepts) 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->chooseDeptAgain, '', "class='btn'");?>
</div>
<?php $pager->show('right', 'pagerjs');?>
</div>