* Fix bug #26520,26520.
This commit is contained in:
@@ -27,7 +27,5 @@ function submitForm(type)
|
||||
$('.modal-body #insert').val(type == 'insert' ? 1 : 0);
|
||||
$('#importNoticeModal .form-actions .btn').addClass('disabled');
|
||||
$("button[data-target='#importNoticeModal']").closest('form').submit();
|
||||
|
||||
setTimeout(function(){$('#importNoticeModal .form-actions .btn').removeClass('disabled');}, 1000);
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<script>
|
||||
|
||||
$('#showData > tbody').addClass('load-indicator loading');
|
||||
$.get(createLink('port', 'ajaxGetTbody','model=<?php echo $model;?>&lastID=0&pagerID=<?php echo $pagerID;?>'), function(data)
|
||||
{
|
||||
$('#showData > tbody').append(data);
|
||||
@@ -7,6 +7,7 @@ $.get(createLink('port', 'ajaxGetTbody','model=<?php echo $model;?>&lastID=0&pag
|
||||
$('#showData tbody').find('.picker-select').picker({chosenMode: true});
|
||||
$('.form-date').datetimepicker('update');
|
||||
$('.form-datetime').datetimepicker('update');
|
||||
$('#showData > tbody').removeClass('load-indicator loading');
|
||||
})
|
||||
|
||||
window.addEventListener('scroll', this.handleScroll);
|
||||
|
||||
@@ -24,6 +24,7 @@ thead > tr > th{width:150px;}
|
||||
.c-id{width:50px}
|
||||
.c-team {width:100px; padding:0px 0px 8px 0px !important;}
|
||||
.c-estimate-1 {width:50px;padding:0px 0px 8px 8px !important;}
|
||||
.load-indicator{width: 100px; height: 500px;}
|
||||
</style>
|
||||
<?php if(!empty($suhosinInfo)):?>
|
||||
<div class='alert alert-info'><?php echo $suhosinInfo?></div>
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
<th class='c-step'>
|
||||
<table class='w-p100 table-borderless'>
|
||||
<tr>
|
||||
<th class="no-padding"><?php echo $fields['stepDesc']['title']?></th>
|
||||
<th class="no-padding"><?php echo $fields['stepExpect']['title']?></th>
|
||||
<th><?php echo $fields['stepDesc']['title']?></th>
|
||||
<th><?php echo $fields['stepExpect']['title']?></th>
|
||||
</tr>
|
||||
</table>
|
||||
</th>
|
||||
|
||||
Reference in New Issue
Block a user