From b3f4342d52dd0c03450a86b087f50d0953c505e9 Mon Sep 17 00:00:00 2001 From: Dario Rekowski on RockPI Date: Fri, 29 Nov 2019 15:02:30 +0000 Subject: [PATCH] adding missing file --- src/Template/TransactionSendCoins/create.ctp | 54 ++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 src/Template/TransactionSendCoins/create.ctp diff --git a/src/Template/TransactionSendCoins/create.ctp b/src/Template/TransactionSendCoins/create.ctp new file mode 100644 index 000000000..d43942439 --- /dev/null +++ b/src/Template/TransactionSendCoins/create.ctp @@ -0,0 +1,54 @@ +assign('title', __('Überweisung')); + +?> +
+
+
+

Überweisen

+
+
+
+
+ Form->create($creationForm) ?> +
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+ + + Form->end() ?> +
+
+
+
+
+
+
\ No newline at end of file