[git] gnupg-doc - branch, preview, updated. dad9b38bf328ac55aebcd51d937d635979e7372a
by Kai Michaelis
cvs at cvs.gnupg.org
Fri Jun 2 14:44:09 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 dad9b38bf328ac55aebcd51d937d635979e7372a (commit)
from 117f8872e62f40ac2905e6f4f061970ad361b4c2 (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 dad9b38bf328ac55aebcd51d937d635979e7372a
Author: Kai Michaelis <kai at gnupg.org>
Date: Fri Jun 2 14:46:01 2017 +0200
campaign: move pp note css into campaign.css & transl. vers
diff --git a/web/donate/donate.de.org b/web/donate/donate.de.org
index b24439c..6d5248d 100644
--- a/web/donate/donate.de.org
+++ b/web/donate/donate.de.org
@@ -147,6 +147,9 @@
<input type="radio" name="paytype" id="pp"
value="pp" /><!--CHECK_PP-->
PayPal
+ <span class="help-block help-inline" id="paypal-note">
+ Bitte beachten Sie, das in einigen Ländern (z.B. Deutschland) Daueraufträge mit PayPal nicht möglich sind.
+ </span>
</label>
</div>
<div class="radio">
diff --git a/web/donate/donate.fr.org b/web/donate/donate.fr.org
index 6030186..ba4204b 100644
--- a/web/donate/donate.fr.org
+++ b/web/donate/donate.fr.org
@@ -151,6 +151,9 @@
<input type="radio" name="paytype" id="pp"
value="pp" /><!--CHECK_PP-->
PayPal
+ <span class="help-block help-inline" id="paypal-note">
+ Please note that in certain countries recurring donations are not possible with PayPal.
+ </span>
</label>
</div>
<div class="radio">
diff --git a/web/donate/donate.ja.org b/web/donate/donate.ja.org
index 54f1384..b3881d6 100644
--- a/web/donate/donate.ja.org
+++ b/web/donate/donate.ja.org
@@ -146,6 +146,9 @@
<input type="radio" name="paytype" id="pp"
value="pp" /><!--CHECK_PP-->
PayPal
+ <span class="help-block help-inline" id="paypal-note">
+ Please note that in certain countries recurring donations are not possible with PayPal.
+ </span>
</label>
</div>
<div class="radio">
diff --git a/web/donate/donate.org b/web/donate/donate.org
index 3c9c2ed..1c71de4 100644
--- a/web/donate/donate.org
+++ b/web/donate/donate.org
@@ -22,12 +22,6 @@
</head>
<body lang="<!--LANG-->">
-<style>
-.help-inline {
- margin-bottom: 0;
- margin-top: 5px;
-}
-</style>
<!-- Fixed navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
diff --git a/web/share/campaign/campaign.css b/web/share/campaign/campaign.css
index d6cd1c0..666e89c 100644
--- a/web/share/campaign/campaign.css
+++ b/web/share/campaign/campaign.css
@@ -313,3 +313,8 @@ h4 small {
margin-top: 1em;
margin-bottom: 0px;
}
+/* donate.*.org Paypal note. */
+.help-inline {
+ margin-bottom: 0;
+ margin-top: 5px;
+}
-----------------------------------------------------------------------
Summary of changes:
web/donate/donate.de.org | 3 +++
web/donate/donate.fr.org | 3 +++
web/donate/donate.ja.org | 3 +++
web/donate/donate.org | 6 ------
web/share/campaign/campaign.css | 5 +++++
5 files changed, 14 insertions(+), 6 deletions(-)
hooks/post-receive
--
The GnuPG website and other docs
http://git.gnupg.org
More information about the Gnupg-commits
mailing list