Templates werden nicht mehr übersetzt gespeichert.
[kivitendo-erp.git] / templates / webpages / ar / ar_transactions_bottom_master.html
1 [%- USE T8 %]
2 [% USE HTML %] <form method="post" action="ar.pl">
3
4   <input name="callback" type="hidden" value="[% callback %]">
5
6   [% 'Create new' | $T8 %]<br>
7
8   <input class="submit" type="submit" name="action" value="[% 'AR Transaction' | $T8 %]">
9   <input class="submit" type="submit" name="action" value="[% 'Sales Invoice' | $T8 %]">
10
11  </form>
12
13 </body>
14 </html>