Changeset d1692e8 for remit/remit_templates/finance_core
- Timestamp:
- Mar 27, 2010, 9:27:30 PM (15 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/remit_templates/finance_core/reporting.html
r193dfcd rd1692e8 40 40 <th>Primary Axis</th> 41 41 <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 %} 43 43 </select></td> 44 44 </tr> … … 46 46 <th>Secondary Axis</th> 47 47 <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 %} 49 49 </select></td> 50 50 </tr>
Note: See TracChangeset
for help on using the changeset viewer.