* finish task #5730.
This commit is contained in:
@@ -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;}
|
||||
|
||||
@@ -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;}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user