* finish task #6161.
This commit is contained in:
@@ -3,3 +3,6 @@
|
||||
.objectType {margin-right: 5px !important;}
|
||||
#paramsTR th{padding-left:25px;}
|
||||
#paramsTR th label{font-weight:bold; padding-left:25px;}
|
||||
|
||||
.thWidth{width:120px !important;}
|
||||
html[lang^='zh-'] .thWidth{width:90px !important;}
|
||||
|
||||
@@ -3,3 +3,6 @@
|
||||
.objectType {margin-right: 5px !important;}
|
||||
#paramsTR th{padding-left:25px;}
|
||||
#paramsTR th label{font-weight:bold; padding-left:25px;}
|
||||
|
||||
.thWidth{width:120px !important;}
|
||||
html[lang^='zh-'] .thWidth{width:90px !important;}
|
||||
|
||||
@@ -21,8 +21,7 @@
|
||||
<form id='webhookForm' method='post' class='form-ajax'>
|
||||
<table class='table table-form'>
|
||||
<tr>
|
||||
<?php $colWidth = common::checkNotCN() ? 'w-120px' : 'w-90px';?>
|
||||
<th class='<?php echo $colWidth;?>'><?php echo $lang->webhook->type;?></th>
|
||||
<th class='thWidth'><?php echo $lang->webhook->type;?></th>
|
||||
<td style="width:550px" ><?php echo html::select('type', $lang->webhook->typeList, '', "class='form-control'");?></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
@@ -20,8 +20,7 @@
|
||||
<form id='webhookForm' method='post' class='form-ajax'>
|
||||
<table class='table table-form'>
|
||||
<tr>
|
||||
<?php $colWidth = common::checkNotCN() ? 'w-120px' : 'w-90px';?>
|
||||
<th class='<?php echo $colWidth;?>'><?php echo $lang->webhook->type;?></th>
|
||||
<th class='thWidth'><?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