Update code using new css class
This commit is contained in:
parent
aa47575b13
commit
d3719a01a2
@ -435,10 +435,8 @@ while ($i < min($num, $limit))
|
|||||||
$obj = $db->fetch_object($resql);
|
$obj = $db->fetch_object($resql);
|
||||||
if ($obj)
|
if ($obj)
|
||||||
{
|
{
|
||||||
$var = !$var;
|
|
||||||
|
|
||||||
// Show here line of result
|
// Show here line of result
|
||||||
print '<tr '.$bc[$var].'>';
|
print '<tr class="oddeven">';
|
||||||
// LIST_OF_TD_FIELDS_LIST
|
// LIST_OF_TD_FIELDS_LIST
|
||||||
/*
|
/*
|
||||||
if (! empty($arrayfields['t.field1']['checked']))
|
if (! empty($arrayfields['t.field1']['checked']))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user