]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/backup_dataset_email_done.html
Templates werden nicht mehr explizit übersetzt: *_master in * umbenannt
[mfinanz.git] / templates / webpages / admin / backup_dataset_email_done.html
diff --git a/templates/webpages/admin/backup_dataset_email_done.html b/templates/webpages/admin/backup_dataset_email_done.html
new file mode 100644 (file)
index 0000000..68f31d7
--- /dev/null
@@ -0,0 +1,14 @@
+[%- USE T8 %]
+[%- USE LxERP %]
+[% USE HTML %]<body class="admin">
+
+ <h2>[% title %]</h2>
+
+ <p>[% LxERP.t8('The dataset backup has been sent via email to #1.', to) | html %]</p>
+
+ <form method="post" action="admin.pl">
+  <input type="hidden" name="nextsub" value="list_users">
+  <input type="submit" name="action" value="[% 'Continue' | $T8 %]">
+ </form>
+</body>
+</html>