From abfaf577ca5902b758b36523a5cabb4edf30fb17 Mon Sep 17 00:00:00 2001 From: Dario Rekowski on RockPI Date: Wed, 4 Dec 2019 16:08:36 +0000 Subject: [PATCH] update transfer --- config/ripple_horizontal_form.php | 39 +++++++++++++++++++++++++++++++ src/Form/TransferForm.php | 8 +++++++ 2 files changed, 47 insertions(+) create mode 100644 config/ripple_horizontal_form.php create mode 100644 src/Form/TransferForm.php diff --git a/config/ripple_horizontal_form.php b/config/ripple_horizontal_form.php new file mode 100644 index 000000000..09d593bdd --- /dev/null +++ b/config/ripple_horizontal_form.php @@ -0,0 +1,39 @@ + '
{{content}}
', + // Label element when inputs are not nested inside the label. + 'label' => '
' + . '{{text}}' + . '
', + // Generic input element. + 'input' => '
' + . '' + . '
', + +]; +/* + +
+
+ +
+
+ +
+
+ + +
+ + +
+ + */ \ No newline at end of file diff --git a/src/Form/TransferForm.php b/src/Form/TransferForm.php new file mode 100644 index 000000000..3ac00faa6 --- /dev/null +++ b/src/Form/TransferForm.php @@ -0,0 +1,8 @@ +