diff --git a/admin/inc/class.uiaccounts.inc.php b/admin/inc/class.uiaccounts.inc.php index 00adcdcab9..2fb15be179 100755 --- a/admin/inc/class.uiaccounts.inc.php +++ b/admin/inc/class.uiaccounts.inc.php @@ -143,7 +143,6 @@ $total = $GLOBALS['phpgw']->accounts->total; $var = Array( - 'th_bg' => $GLOBALS['phpgw_info']['theme']['th_bg'], 'left_next_matchs' => $this->nextmatchs->left('/index.php',$start,$total,'menuaction=admin.uiaccounts.list_groups'), 'right_next_matchs' => $this->nextmatchs->right('/index.php',$start,$total,'menuaction=admin.uiaccounts.list_groups'), 'lang_groups' => lang('%1 - %2 of %3 user groups',$start+1,$start+count($account_info),$total), @@ -177,9 +176,8 @@ foreach($account_info as $account) { - $tr_color = $this->nextmatchs->alternate_row_color($tr_color); $var = Array( - 'tr_color' => $tr_color, + 'class' => $this->nextmatchs->alternate_row_color('', True), 'group_name' => (!$account['account_lid']?' ':$account['account_lid']), 'delete_link' => $this->row_action('delete','group',$account['account_id']) ); @@ -744,7 +742,6 @@ $t->set_block('account','link_row'); $var = Array( - 'th_bg' => $GLOBALS['phpgw_info']['theme']['th_bg'], 'tr_color1' => $GLOBALS['phpgw_info']['theme']['row_on'], 'tr_color2' => $GLOBALS['phpgw_info']['theme']['row_off'], 'lang_action' => lang('View user account'), @@ -999,8 +996,8 @@ $app = $perm_display[$i][0]; if(!($i & 1)) { - $tr_color = $this->nextmatchs->alternate_row_color(); - $perm_html .= '
{sort_name} | {header_edit} | {header_delete} | @@ -36,7 +36,7 @@ -
{group_name} | {edit_link} | {delete_link} | diff --git a/admin/templates/default/index.tpl b/admin/templates/default/index.tpl index 7896d9d6fc..66a2e8669a 100755 --- a/admin/templates/default/index.tpl +++ b/admin/templates/default/index.tpl @@ -6,14 +6,14 @@ -
{app_name} | ||
{app_name} |