Ignore:
Timestamp:
Jun 1, 2010, 3:56:17 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
0671644
Parents:
5e6ab71
git-author:
Alex Dehnert <adehnert@…> (05/31/10 21:36:13)
git-committer:
Alex Dehnert <adehnert@…> (06/01/10 03:56:17)
Message:

Color-code amounts in the reporting UI (Trac: #30)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/remit_templates/finance_core/reporting.html

    rd1692e8 re1086bd  
    6767    <th>{{label}}</th>
    6868    {% for cell in row %}
    69     <td>{% if cell %}<strong>{% endif %}${{cell}}{% if cell %}</strong>{% endif %}</td>
     69    <td>{% if cell %}<strong class='{{cell|sign}}'>{% endif %}${{cell}}{% if cell %}</strong>{% endif %}</td>
    7070    {% endfor %}
    7171</tr>
Note: See TracChangeset for help on using the changeset viewer.