Minor updates and enhancements to Table()

This commit is contained in:
Deon George
2013-05-14 23:55:30 +10:00
parent b65ddab2d0
commit 783964ee59
9 changed files with 159 additions and 22 deletions

View File

@@ -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>