From: Michael Tremer Date: Mon, 22 Oct 2018 09:40:57 +0000 (+0100) Subject: donate: Move custom input field into dropdown X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a61008963e4e4a843b8ef80f2f5a2c8419484bf3;p=ipfire.org.git donate: Move custom input field into dropdown Signed-off-by: Michael Tremer --- diff --git a/src/templates/donate.html b/src/templates/donate.html index a4bd50f7..c82fc9c6 100644 --- a/src/templates/donate.html +++ b/src/templates/donate.html @@ -28,23 +28,7 @@ {% raw xsrf_form_html() %}
-
-
Choose a currency
- -
- - -
- -
- - -
-
- -
+
Frequency
@@ -64,29 +48,49 @@
{{ _("Choose an amount") }}
- + -
+
{% for a in amounts %} {% end %}
-
- +

+ + {{ _("More Options") }} + +

+ +
+
+ + +
+
+
+ € + $ +
-
- + +
+
+ +

+ {{ _("Prefer donating in US Dollar?") }} + {{ _("Prefer donating in Euro?") }} +

-
+
@@ -392,24 +396,28 @@