Last row in displayed table is bold?

Status
Not open for further replies.

rich

New Member
I upgraded to Fabrik 1.04 which seemed to solve a few minor issues which I was having, thank you.

However, now when I display my table, the last row of any output is strong.

If I look in the html source output, I can see:

<!-- This is the template for all other rows -->

For each record except the last one

The last one shows:
<!-- calculations column -->

But then has <strong></strong> around each displayed item.

I'm using the 'standard' template.

If I switch to the 'bluesky' template, the output looks ok (colors seem correct, but I did not check the html output).

If I want to keep using the standard template, how do I fix this?
 
I think I can hekp you, open the standard html file, located in tmpl->table->standard.html
Code:
<mos:tmpl name="lastcell">
<td><strong><mos:var name="value" /></strong></td>						</mos:tmpl>

replace with this:

Code:
<mos:tmpl name="lastcell">
<td><mos:var name="value" /></td>
</mos:tmpl>
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top