Updated Table to use new css layout
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user