Skip to content

Commit

Permalink
move entry form to top
Browse files Browse the repository at this point in the history
  • Loading branch information
uwe committed Jan 8, 2012
1 parent 0f9ff53 commit bf7233e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tmpl/index.html
Expand Up @@ -137,6 +137,10 @@
</thead>

<tbody>
[% UNLESS edit_id %]
[% PROCESS edit_buchung %]
[% END %]

[% FOREACH b = BUCHUNG %]
[% IF b.id == edit_id %]
[% PROCESS edit_buchung %]
Expand All @@ -146,11 +150,6 @@
[% END %]
</tbody>

[% UNLESS edit_id %]
<tfoot>
[% PROCESS edit_buchung %]
</tfoot>
[% END %]
</table>
</form>
</body>
Expand Down

0 comments on commit bf7233e

Please sign in to comment.