* Adjust icons.

This commit is contained in:
leiyong
2021-01-01 15:49:59 +08:00
parent 2119015636
commit 5baf41d5e3
6 changed files with 27 additions and 49 deletions
+2 -9
View File
@@ -60,12 +60,10 @@ js::set('browseType', $browseType);
<nav class="btn-toolbar pull-right"></nav>
</div>
<?php
include '../../common/view/datatable.html.php';
$vars = "programID=$programID&browseType=$browseType&param=$param&orderBy=%s&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}&pageID={$pager->pageID}";
$vars = "programID=$programID&browseType=$browseType&param=$param&orderBy=%s&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}&pageID={$pager->pageID}";
$setting = $this->datatable->getSetting('program');
$widths = $this->datatable->setFixedFieldWidth($setting);
?>
<table class='table has-sort-head datatable' data-fixed-left-width='<?php echo $widths['leftWidth'];?>' data-fixed-right-width='<?php echo $widths['rightWidth'];?>'>
<table class='table has-sort-head'>
<thead>
<tr>
<?php
@@ -84,16 +82,11 @@ js::set('browseType', $browseType);
<?php endforeach;?>
</tbody>
</table>
<?php if($projectStats):?>
<div class='table-footer'>
<?php $pager->show('right', 'pagerjs');?>
</div>
<?php endif;?>
</form>
<?php endif;?>
</div>
</div>
<?php if($projectStats):?>
<script> $('.datatable').datatable(); </script>
<?php endif;?>
<?php include '../../common/view/footer.html.php';?>