hledger/data/web/templates/addformpostingfields.hamlet
2010-08-10 00:48:04 +00:00

16 lines
244 B
Plaintext

%tr#postingrow
%td!align=right $acctlabel$:
%td
%select!id=$acctvar$!name=$acctvar$
%option
$forall acctnames a
%option!value=$a$ $a$
$amtfield$
%tr.helprow
%td
%td
.help $accthelp$
%td
%td
.help $amthelp$