diff --git a/application/classes/controller/affiliate/account.php b/application/classes/controller/affiliate/account.php
index 9e890d6e..5224eee1 100644
--- a/application/classes/controller/affiliate/account.php
+++ b/application/classes/controller/affiliate/account.php
@@ -19,11 +19,10 @@ class Controller_Affiliate_Account extends Controller_TemplateDefault_Affiliate
* Show a list of accounts
*/
public function action_list() {
-
Block::add(array(
'title'=>_('Customer List'),
'body'=>Table::display(
- $this->filter(ORM::factory('account')->list_active(),$this->ao->affiliate->id,'sortkey(TRUE)');
+ $this->filter(ORM::factory('account')->list_active(),$this->ao->affiliate->id,'sortkey(TRUE)'),
25,
array(
'id'=>array('label'=>'ID','url'=>'user/account/view/'),
diff --git a/application/classes/lnapp/table.php b/application/classes/lnapp/table.php
index c5b52e83..ca9017e4 100644
--- a/application/classes/lnapp/table.php
+++ b/application/classes/lnapp/table.php
@@ -221,8 +221,7 @@ $(document).ready(function() {
$td[$col]['value'] = Table::resolve($do,$col);
$output .= View::factory($view.'_body')
- ->set('td',$td)
- ->set('trc',$i%2 ? 'odd' : 'even');
+ ->set('td',$td);
} elseif (isset($option['show_other']) AND ($col=$option['show_other'])) {
$other += Table::resolve($do,$col);
diff --git a/application/views/table/list_body.php b/application/views/table/list_body.php
index 0deec12a..0474968f 100644
--- a/application/views/table/list_body.php
+++ b/application/views/table/list_body.php
@@ -1,4 +1,4 @@
-
+
$details) { ?>
diff --git a/application/views/table/list_head.php b/application/views/table/list_head.php
index ab06c3c8..70d3ca3b 100644
--- a/application/views/table/list_head.php
+++ b/application/views/table/list_head.php
@@ -1,2 +1,2 @@
-
- | ',$th); ?> |
+
+ | ',$th); ?> |
diff --git a/application/views/table/select_body.php b/application/views/table/select_body.php
index 8110a45b..31cf6e0f 100644
--- a/application/views/table/select_body.php
+++ b/application/views/table/select_body.php
@@ -1,4 +1,4 @@
-
+
|
$details) { ?>
diff --git a/application/views/table/select_foot.php b/application/views/table/select_foot.php
index 205f5e04..c5a0a0c5 100644
--- a/application/views/table/select_foot.php
+++ b/application/views/table/select_foot.php
@@ -2,7 +2,7 @@
diff --git a/application/views/table/select_head.php b/application/views/table/select_head.php
index a64ac769..6f1b2fe6 100644
--- a/application/views/table/select_head.php
+++ b/application/views/table/select_head.php
@@ -1,2 +1,2 @@
- | |