* Finish task #4599.

This commit is contained in:
chenfeiCF
2018-07-10 11:17:42 +08:00
parent ea7385a3f1
commit 74fbd3b784
7 changed files with 16 additions and 1 deletions
+5
View File
@@ -34,6 +34,11 @@
<td><?php echo html::input('url', $webhook->url, "class='form-control'");?></td>
<td><?php echo zget($lang->webhook->note->typeList, $webhook->type);?></td>
</tr>
<tr>
<th><?php echo $lang->webhook->domain;?></th>
<td><?php echo html::input('domain', $webhook->domain, "class='form-control'");?></td>
<td></td>
</tr>
<?php if($webhook->type != 'dingding'):?>
<tr>
<th><?php echo $lang->webhook->sendType;?></th>