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