Minor updates and enhancements to Table()
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<table class="table table-striped table-condensed table-hover" id="list-table">
|
||||
<table class="table table-striped table-condensed table-hover" id="list-table<?php echo $jssort ? '-'.$jssort : ''; ?>">
|
||||
<thead><tr><th><?php echo implode('</th><th>',$th); ?></th></tr></thead>
|
||||
<tbody>
|
||||
<?php foreach ($td as $details) : ?>
|
||||
@@ -11,7 +11,7 @@
|
||||
</table>
|
||||
|
||||
<?php if ($jssort) : ?>
|
||||
<div class="pager">
|
||||
<div class="pager pager<?php echo $jssort ? '-'.$jssort : ''; ?>">
|
||||
Page: <select class="input-mini gotoPage"></select>
|
||||
<i class="icon-fast-backward first"></i>
|
||||
<i class="icon-step-backward prev"></i>
|
||||
|
Reference in New Issue
Block a user