Updated Table to use new css layout

This commit is contained in:
Deon George
2012-07-30 18:14:25 +10:00
parent 8f56da789e
commit e4d600b8d0
7 changed files with 11 additions and 13 deletions

View File

@@ -1,2 +1,2 @@
<table class="box-left" border="0" id="list-table">
<tr class="head"><td class="head"><?php echo implode('</td><td class="head">',$th); ?></td></tr>
<table class="list-box-left" border="0" id="list-table">
<tr class="list-head"><th><?php echo implode('</th><th>',$th); ?></th></tr>