Merge branch 'master' into 11.5

This commit is contained in:
wyd621
2019-07-12 15:55:04 +08:00
committed by GitHub
468 changed files with 16544 additions and 5813 deletions
+2 -1
View File
@@ -20,7 +20,8 @@
<form id='webhookForm' method='post' class='form-ajax'>
<table class='table table-form'>
<tr>
<th><?php echo $lang->webhook->type;?></th>
<?php $colWidth = $app->getClientLang() == 'en' ? 'w-120px' : 'w-90px';?>
<th class='<?php echo $colWidth;?>'><?php echo $lang->webhook->type;?></th>
<td><?php echo html::select('type', $lang->webhook->typeList, $webhook->type, "class='form-control'");?></td>
<td></td>
</tr>