Ignore:
Timestamp:
Mar 27, 2010, 9:27:30 PM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
a838ee3
Parents:
18149fd
git-author:
Alex Dehnert <adehnert@…> (03/27/10 21:27:30)
git-committer:
Alex Dehnert <adehnert@…> (03/27/10 21:27:30)
Message:

Finally completely punt the old-style annotate

File:
1 edited

Legend:

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

    r193dfcd rd1692e8  
    4040    <th>Primary Axis</th>
    4141    <td><select name='primary'>
    42     {% for slug, content in axes.items %}{% if content.2 %}<option {% ifequal primary_name content.0 %}selected {% endifequal %}value='{{slug}}'>{{content.0}}</option>{% endif %}{% endfor %}
     42    {% for slug, content in axes.items %}{% if content.3 %}<option {% ifequal primary_name content.0 %}selected {% endifequal %}value='{{slug}}'>{{content.0}}</option>{% endif %}{% endfor %}
    4343    </select></td>
    4444</tr>
     
    4646    <th>Secondary Axis</th>
    4747    <td><select name='secondary'>
    48     {% for slug, content in axes.items %}{% if content.3 %}<option {% ifequal secondary_name content.0 %}selected {% endifequal %}value='{{slug}}'>{{content.0}}</option>{% endif %}{% endfor %}
     48    {% for slug, content in axes.items %}{% if content.4 %}<option {% ifequal secondary_name content.0 %}selected {% endifequal %}value='{{slug}}'>{{content.0}}</option>{% endif %}{% endfor %}
    4949    </select></td>
    5050</tr>
Note: See TracChangeset for help on using the changeset viewer.