* adjust for dingapi style.

This commit is contained in:
wangyidong
2019-11-20 09:16:25 +08:00
parent 61e0a9d4f1
commit fd436aca6b
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -41,15 +41,15 @@
</tr>
<tr class='dingapiTR'>
<th><?php echo $lang->webhook->dingAgentId;?></th>
<td><?php echo html::input('agentId', '', "class='form-control'");?></td>
<td class='required'><?php echo html::input('agentId', '', "class='form-control'");?></td>
</tr>
<tr class='dingapiTR'>
<th><?php echo $lang->webhook->dingAppKey;?></th>
<td><?php echo html::input('appKey', '', "class='form-control'");?></td>
<td class='required'><?php echo html::input('appKey', '', "class='form-control'");?></td>
</tr>
<tr class='dingapiTR'>
<th><?php echo $lang->webhook->dingAppSecret;?></th>
<td><?php echo html::input('appSecret', '', "class='form-control'");?></td>
<td class='required'><?php echo html::input('appSecret', '', "class='form-control'");?></td>
</tr>
<tr>
<th><?php echo $lang->webhook->domain;?></th>