* improve style of linkcase views.

This commit is contained in:
Catouse
2018-05-29 17:59:00 +08:00
parent e225a64d8c
commit bd406387b5
5 changed files with 11 additions and 14 deletions
+6 -5
View File
@@ -24,11 +24,11 @@
</div>
</div>
</div>
<div id='mainContent' class='main-content'>
<div class="cell" id="queryBox"></div>
<div class="cell show" id="queryBox"></div>
<div id='mainContent'>
<form class='main-table table-testcase' data-ride='table' method='post'>
<div class="table-header">
<div class="table-statistic"><i class="icon-unlink"></i> &nbsp;<strong><?php echo $lang->testsuite->unlinkedCases;?></strong> (<?php echo $pager->recTotal;?>)</div>
<i class="icon-unlink"></i> &nbsp;<strong><?php echo $lang->testsuite->unlinkedCases;?></strong> (<?php echo $pager->recTotal;?>)
</div>
<table class='table' id='testcaseList'>
<thead>
@@ -75,9 +75,10 @@
<?php if($cases):?>
<div class='table-footer'>
<div class="checkbox-primary check-all"><label><?php echo $lang->selectAll?></label></div>
<div class='table-actions btn-toolbar'>
<?php echo html::submitButton('', '', 'btn');?>
<div class='table-actions btn-toolbar show-always'>
<?php echo html::submitButton('', '', 'btn btn-secondary');?>
</div>
<div class="table-statistic"></div>
<?php $pager->show('right', 'pagerjs');?>
</div>
<?php endif;?>