Korrekturmodul für das Hauptbuch implementiert
[kivitendo-erp.git] / templates / webpages / acctranscorrections / delete_transaction_master.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('<translate>The AR transaction #1 has been deleted.</translate>', reference)) %]
9   [%- ELSIF module == 'ap' %]
10   [%- HTML.escape(LxERP.format_string('<translate>The AP transaction #1 has been deleted.</translate>', reference)) %]
11   [%- ELSE %]
12   [%- HTML.escape(LxERP.format_string('<translate>The GL transaction #1 has been deleted.</translate>', reference)) %]
13   [%- END %]
14  </p>
15
16  <p>
17   <form method="post" action="acctranscorrections.pl">
18
19    <input type="hidden" name="action" value="redirect">
20    <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
21    <input type="submit" value="<translate>Re-run analysis</translate>">
22   </form>
23  </p>
24 </body>
25 </html>