[git] gnupg-doc - branch, preview, updated. 709a3e2edeff2552e84fd6d51a1f255d8ed6b944
by Werner Koch
cvs at cvs.gnupg.org
Wed May 3 20:38:01 CEST 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".
The branch, preview has been updated
via 709a3e2edeff2552e84fd6d51a1f255d8ed6b944 (commit)
from 8f5607a7768f76cddf8bf66056b35e582601d52a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 709a3e2edeff2552e84fd6d51a1f255d8ed6b944
Author: Werner Koch <wk at gnupg.org>
Date: Wed May 3 20:35:02 2017 +0200
web: Add simple select box to select recurring donations.
diff --git a/web/donate/index.org b/web/donate/index.org
index 0dfc064..fe13ab3 100644
--- a/web/donate/index.org
+++ b/web/donate/index.org
@@ -53,6 +53,18 @@
<!--ERR_AMOUNT-->
</td>
</tr>
+ <tr>
+ <td align="right">Recurring:</td>
+ <td>
+ <select name="recurring" size="1">
+ <option value="0"
+ selected="selected"><!--RECUR_NONE-->Just once</option>
+ <option value="12" ><!--RECUR_MONTH-->Monthly</option>
+ <option value="4" ><!--RECUR_QUARTER-->Quarterly</option>
+ <option value="1" ><!--RECUR_YEAR-->Yearly</option>
+ </select>
+ </td>
+ </tr>
<tr><td> </td></tr>
<tr>
<td align="right">Pay using:</td>
-----------------------------------------------------------------------
Summary of changes:
web/donate/index.org | 12 ++++++++++++
1 file changed, 12 insertions(+)
hooks/post-receive
--
The GnuPG website and other docs
http://git.gnupg.org
More information about the Gnupg-commits
mailing list