Ignore:
Timestamp:
Mar 27, 2010, 6:47:28 PM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Clearer configuration area

File:
1 edited

Legend:

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

    rc968555 r193dfcd  
    1111<form>
    1212<table class='pretty-table'>
     13<tr>
     14    <th colspan='2'>Limits</th>
     15</tr>
    1316<tr>
    1417    <th>Term</th>
     
    3033    {% for layer_opt in layer_options %}<option {%ifequal layer layer_opt %}selected {%endifequal%}value='{{layer_opt|layer_num}}'>{{layer_opt|layer_name}}</option>{%endfor%}
    3134    </select></td>
     35</tr>
     36<tr>
     37    <th colspan='2'>Axes</th>
    3238</tr>
    3339<tr>
Note: See TracChangeset for help on using the changeset viewer.