* finish task #5730.

This commit is contained in:
wangyidong
2019-06-05 09:43:28 +08:00
parent a35a371969
commit 8468aca152
4 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
.labelWidth .checkbox-primary {width: 20%; display:inline-block}
.checkbox-primary + .checkbox-primary {margin-left: 0px;}
.objectType {margin-right: 5px !important;}
#paramsTR th{padding-left:30px;}
#paramsTR th{padding-left:25px;}
#paramsTR th label{font-weight:bold; padding-left:25px;}
+2 -1
View File
@@ -1,4 +1,5 @@
.labelWidth .checkbox-primary {width: 20%; display:inline-block}
.checkbox-primary + .checkbox-primary {margin-left: 0px;}
.objectType {margin-right: 5px !important;}
#paramsTR th{padding-left:30px;}
#paramsTR th{padding-left:25px;}
#paramsTR th label{font-weight:bold; padding-left:25px;}
+2 -1
View File
@@ -21,7 +21,8 @@
<form id='webhookForm' method='post' class='ajaxForm'>
<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, '', "class='form-control'");?></td>
<td></td>
</tr>
+2 -1
View File
@@ -20,7 +20,8 @@
<form id='webhookForm' method='post' class='ajaxForm'>
<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>