* Finish task #4966.

This commit is contained in:
Yagami
2018-10-09 11:04:57 +08:00
parent fe8154ed3c
commit 3657f64d05
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -32,9 +32,10 @@ $lang->webhook->date = 'Date';
$lang->webhook->data = 'Data';
$lang->webhook->result = 'Result';
$lang->webhook->typeList[''] = '';
$lang->webhook->typeList['bearychat'] = 'Bearychat';
$lang->webhook->typeList['dingding'] = 'Dingding';
$lang->webhook->typeList['default'] = 'Default';
$lang->webhook->typeList['default'] = 'Others';
$lang->webhook->sendTypeList['sync'] = 'Synchronization';
$lang->webhook->sendTypeList['async'] = 'Asynchronous';
+2 -1
View File
@@ -32,9 +32,10 @@ $lang->webhook->date = '发送时间';
$lang->webhook->data = '数据';
$lang->webhook->result = '结果';
$lang->webhook->typeList[''] = '';
$lang->webhook->typeList['bearychat'] = '倍洽';
$lang->webhook->typeList['dingding'] = '钉钉';
$lang->webhook->typeList['default'] = '默认';
$lang->webhook->typeList['default'] = '其他';
$lang->webhook->sendTypeList['sync'] = '同步';
$lang->webhook->sendTypeList['async'] = '异步';
+1 -1
View File
@@ -22,7 +22,7 @@
<table class='table table-form'>
<tr>
<th><?php echo $lang->webhook->type;?></th>
<td><?php echo html::select('type', $lang->webhook->typeList, 'default', "class='form-control'");?></td>
<td><?php echo html::select('type', $lang->webhook->typeList, '', "class='form-control'");?></td>
<td></td>
</tr>
<tr>