* Finish task #4966.
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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'] = '异步';
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user