[git] gnupg-doc - branch, preview, updated. fe341b2ba4404ebe9745891f347733d1b8d41225
by Werner Koch
cvs at cvs.gnupg.org
Tue May 16 18:26:47 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 fe341b2ba4404ebe9745891f347733d1b8d41225 (commit)
from dbfe80a372ea43c9ad3f143676c83de5b5079629 (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 fe341b2ba4404ebe9745891f347733d1b8d41225
Author: Werner Koch <wk at gnupg.org>
Date: Tue May 16 18:23:30 2017 +0200
campaign: Use field name amount instead of amountother.
diff --git a/web/donate/donate.org b/web/donate/donate.org
index 67231c6..3ab9751 100644
--- a/web/donate/donate.org
+++ b/web/donate/donate.org
@@ -58,25 +58,24 @@
</div>
</div>
- <div class="row">
- <div class="col-md-8 col-md-offset-2">
- <!--ERRORPANEL-->
- </div>
- </div>
-
+ <div class="row">
+ <div class="col-md-8 col-md-offset-2">
+ <!--ERRORPANEL-->
+ </div>
+ </div>
<form class="form-horizontal" role="form"
action="/cgi-bin/procdonate.cgi" method="POST">
- <input type="hidden" name="mode" value="main">
+ <input type="hidden" name="mode" value="main" />
- <!-- Predefined amounts -->
+ <!-- Amount and currency input field -->
<div class="form-group">
<label for="inputType" class="col-md-2 control-label">
Amount <!--ERR_AMOUNT-->
</label>
<div class="col-md-3">
<input type="text" class="form-control"
- name="amountother" id="amountother" placeholder=""
+ name="amount" id="amountother" placeholder=""
value=""/><!--AMOUNT-->
</div>
<div class="col-md-2">
-----------------------------------------------------------------------
Summary of changes:
web/donate/donate.org | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
hooks/post-receive
--
The GnuPG website and other docs
http://git.gnupg.org
More information about the Gnupg-commits
mailing list