[git] gnupg-doc - branch, preview, updated. f2c61e993ac595e7b9736d229b2219f3e37f9571

by Kai Michaelis cvs at cvs.gnupg.org
Thu May 11 17:44:50 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  f2c61e993ac595e7b9736d229b2219f3e37f9571 (commit)
      from  cd0479f23fc4a0105225f7ae8cc1f0989b7ac500 (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 f2c61e993ac595e7b9736d229b2219f3e37f9571
Author: Kai Michaelis <kai at gnupg.org>
Date:   Thu May 11 17:46:37 2017 +0200

    fix other err_*

diff --git a/web/donate/donate.org b/web/donate/donate.org
index d7d388d..d41f1d0 100644
--- a/web/donate/donate.org
+++ b/web/donate/donate.org
@@ -65,7 +65,9 @@
 
       <!-- Predefined amounts -->
       <div class="form-group">
-        <label for="inputType" class="col-md-2 control-label">Amount <!--ERR_AMOUNT--></label>
+        <label for="inputType" class="col-md-2 control-label">
+					Amount <!--ERR_AMOUNT-->
+				</label>
         <div class="col-md-6">
           <label class="radio-inline">
             <input type="radio" name="amount" id="amount500" value="500"> 500€
@@ -145,7 +147,9 @@
 
       <!-- Pay using -->
       <div class="form-group">
-        <label for="paytype" class="col-md-2 control-label">Pay using</label>
+        <label for="paytype" class="col-md-2 control-label">
+					Pay using <!--ERR_PAYTYPE-->
+				</label>
         <div class="col-md-6">
           <div class="radio">
             <label>
@@ -153,7 +157,6 @@
                      value="cc" /><!--CHECK_CC-->
               Credit Card
             </label>
-            <!--ERR_PAYTYPE-->
           </div>
           <div class="radio">
             <label>
@@ -175,14 +178,13 @@
       <!-- Name -->
       <div class="form-group">
         <label for="name" class="col-md-2 control-label">
-          Name
+          Name <!--ERR_NAME-->
           <p class="text-muted"><small>(optional)</small></p>
         </label>
         <div class="col-md-6">
           <input type="text" class="form-control" name="name"
                  id="f_name" placeholder="Name (optional)"
                  value=""/><!--NAME-->
-          <!--ERR_NAME-->
           <span class="help-block">
             If you want to be listed on the
              <a href="https://www.gnupg.org/donate/kudos.html"
@@ -195,14 +197,13 @@
       <!-- Email -->
       <div class="form-group">
         <label for="mail" class="col-md-2 control-label">
-          Email
+          Email <!--ERR_MAIL-->
           <p class="text-muted"><small>(optional)</small></p>
         </label>
         <div class="col-md-6">
           <input type="email" class="form-control" name="mail"
                  id="f_mail" placeholder="Email (optional)"
                  value=""/><!--MAIL-->
-           <!--ERR_MAIL-->
           <span class="help-block">
             In case of payment problems we may want to contact you,
             thus please enter your e-mail address.

-----------------------------------------------------------------------

Summary of changes:
 web/donate/donate.org | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list