Changeset 193dfcd for remit/remit_templates
- Timestamp:
- Mar 27, 2010, 6:47:28 PM (15 years ago)
- Branches:
- master, client
- Children:
- 2542022
- Parents:
- c968555
- git-author:
- Alex Dehnert <adehnert@…> (03/27/10 18:47:28)
- git-committer:
- Alex Dehnert <adehnert@…> (03/27/10 18:47:28)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/remit_templates/finance_core/reporting.html
rc968555 r193dfcd 11 11 <form> 12 12 <table class='pretty-table'> 13 <tr> 14 <th colspan='2'>Limits</th> 15 </tr> 13 16 <tr> 14 17 <th>Term</th> … … 30 33 {% for layer_opt in layer_options %}<option {%ifequal layer layer_opt %}selected {%endifequal%}value='{{layer_opt|layer_num}}'>{{layer_opt|layer_name}}</option>{%endfor%} 31 34 </select></td> 35 </tr> 36 <tr> 37 <th colspan='2'>Axes</th> 32 38 </tr> 33 39 <tr>
Note: See TracChangeset
for help on using the changeset viewer.