* finish task #6090.

This commit is contained in:
wangyidong
2019-07-15 15:56:31 +08:00
parent 29a97a4f1c
commit 2671f7a044
66 changed files with 101 additions and 86 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
<form id='webhookForm' method='post' class='form-ajax'>
<table class='table table-form'>
<tr>
<?php $colWidth = $app->getClientLang() == 'en' ? 'w-120px' : 'w-90px';?>
<?php $colWidth = common::checkEnLang() ? 'w-120px' : 'w-90px';?>
<th class='<?php echo $colWidth;?>'><?php echo $lang->webhook->type;?></th>
<td style="width:550px" ><?php echo html::select('type', $lang->webhook->typeList, '', "class='form-control'");?></td>
<td></td>