Templates werden nicht mehr explizit übersetzt: *_master in * umbenannt
[kivitendo-erp.git] / templates / webpages / acctranscorrections / delete_transaction.html
diff --git a/templates/webpages/acctranscorrections/delete_transaction.html b/templates/webpages/acctranscorrections/delete_transaction.html
new file mode 100644 (file)
index 0000000..2c461b0
--- /dev/null
@@ -0,0 +1,26 @@
+[%- USE T8 %]
+[% USE HTML %]
+[% USE LxERP %]
+<body>
+ <p><div class="listheading">[% title %]</div></p>
+
+ <p>
+  [%- IF module == 'ar' %]
+  [%- LxERP.t8('The AR transaction #1 has been deleted.', reference) | html %]
+  [%- ELSIF module == 'ap' %]
+  [%- LxERP.t8('The AP transaction #1 has been deleted.', reference) | html %]
+  [%- ELSE %]
+  [%- LxERP.t8('The GL transaction #1 has been deleted.', reference) | html %]
+  [%- END %]
+ </p>
+
+ <p>
+  <form method="post" action="acctranscorrections.pl">
+
+   <input type="hidden" name="action" value="redirect">
+   <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
+   <input type="submit" value="[% 'Re-run analysis' | $T8 %]">
+  </form>
+ </p>
+</body>
+</html>