* finish task #6606.
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
</div>
|
||||
<div class="cell show" id="queryBox"></div>
|
||||
<div id='mainContent'>
|
||||
<form class='main-table table-case' data-ride='table' method='post'>
|
||||
<form class='main-table table-case' data-ride='table' method='post' id='linkCaseForm'>
|
||||
<table class='table tablesorter'>
|
||||
<div class="table-header">
|
||||
<i class="icon-unlink"></i> <strong><?php echo $lang->testtask->unlinkedCases;?></strong> (<?php echo $pager->recTotal;?>)
|
||||
@@ -126,10 +126,11 @@
|
||||
<div class='table-footer'>
|
||||
<div class="checkbox-primary check-all"><label><?php echo $lang->selectAll?></label></div>
|
||||
<div class="table-actions btn-toolbar show-always"><?php echo html::submitButton('', '', 'btn btn-secondary');?></div>
|
||||
<div class="text"></div>
|
||||
<div class="table-statistic"></div>
|
||||
<?php $pager->show('right', 'pagerjs');?>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
</form>
|
||||
</div>
|
||||
<?php js::set('selectedItems', $lang->selectedItems);?>
|
||||
<?php include '../../common/view/footer.html.php';?>
|
||||
|
||||
Reference in New Issue
Block a user