* 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
@@ -35,6 +35,11 @@
<td><?php echo html::input('url', '', "class='form-control'");?></td>
<td id='urlNote'><?php echo $lang->webhook->note->typeList['default'];?></td>
</tr>
<tr>
<th><?php echo $lang->webhook->domain;?></th>
<td><?php echo html::input('domain', common::getSysURL(), "class='form-control'");?></td>
<td></td>
</tr>
<tr id='sendTypeTR'>
<th><?php echo $lang->webhook->sendType;?></th>
<td><?php echo html::select('sendType', $lang->webhook->sendTypeList, '', "class='form-control'");?></td>