|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
use \common\libs\MyLib; |
|
|
|
|
?>); |
|
|
|
|
<?php $this->beginBlock('header_css'); ?> |
|
|
|
|
<link href="/assets/css/bootstrap.min.css" rel="stylesheet"> |
|
|
|
|
//<link href="/assets/css/bootstrap.min.css" rel="stylesheet"> |
|
|
|
|
<link href="/assets/css/plugins/bootstrap-table/bootstrap-table.min.css" rel="stylesheet"> |
|
|
|
|
<?php $this->endBlock(); ?> |
|
|
|
|
|
|
|
|
@ -22,7 +22,7 @@ use \common\libs\MyLib; |
|
|
|
|
<div class="ibox-content"> |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="col-md-12"> |
|
|
|
|
<table id="listTable" class="table table-bordered" id="table" data-toggle="table" data-height="689"> |
|
|
|
|
<table id="listTable" class="table" id="table" data-toggle="table" data-height="689"> |
|
|
|
|
<thead class="bg-warning"> |
|
|
|
|
<tr> |
|
|
|
|
<th data-field="show_id">ID</th> |
|
|
|
|