Korrekturmodul für das Hauptbuch implementiert
[kivitendo-erp.git] / templates / webpages / acctranscorrections / delete_transaction_confirmation_de.html
1 [% USE HTML %]
2 [% USE LxERP %]
3 <body>
4  <p><div class="listheading">[% title %]</div></p>
5
6  <p>
7   [%- IF module == 'ar' %]
8   [%- HTML.escape(LxERP.format_string('Wollen Sie wirklich die Debitorenbuchung #1 löschen?', reference)) %]
9   [%- ELSIF module == 'ap' %]
10   [%- HTML.escape(LxERP.format_string('Wollen Sie wirklich die Kreditorenbuchung #1 löschen?', reference)) %]
11   [%- ELSE %]
12   [%- HTML.escape(LxERP.format_string('Wollen Sie wirklich die Dialogbuchung #1 löschen?', reference)) %]
13   [%- END %]
14  </p>
15
16  <p>
17   <form method="post" action="acctranscorrections.pl">
18
19    <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
20    <input type="hidden" name="trans_id" value="[% HTML.escape(trans_id) %]">
21    <input type="hidden" name="module" value="[% HTML.escape(module) %]">
22    <input type="hidden" name="reference" value="[% HTML.escape(reference) %]">
23
24    <input type="hidden" name="confirmation" value="1">
25    <input type="hidden" name="action" value="delete_transaction">
26
27    <input type="submit" value="Ja">
28    <input type="button" onclick="history.back()" value="Nein">
29   </form>
30  </p>
31 </body>
32 </html>