projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
"Erfassen" als normale Links anstelle von Buttons darstellen
[kivitendo-erp.git]
/
templates
/
webpages
/
fu
/
report_top.html
1
[%- IF SAVED_MESSAGE %]
2
<p>[% SAVED_MESSAGE %]</p>
3
[%- END %]
4
5
[%- IF OPTIONS.size %]
6
<p>
7
[%- FOREACH option = OPTIONS %]
8
[%- option %][% UNLESS loop.last %]<br>[% END %]
9
[%- END %]
10
</p>
11
[%- END %]
12
13
<form action="fu.pl" method="post" name="Form">
14