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

by Werner Koch cvs at cvs.gnupg.org
Thu May 11 21:07:15 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  bbd5caf874bca59dd07d27948ee19275f852650a (commit)
      from  a2746cb3f968d545ee84c9113203e9e5150c7cb1 (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 bbd5caf874bca59dd07d27948ee19275f852650a
Author: Werner Koch <wk at gnupg.org>
Date:   Thu May 11 21:04:05 2017 +0200

    cgi: Renamed the variables in donate.org

diff --git a/web/donate/donate.org b/web/donate/donate.org
index 9ef45f7..0581aca 100644
--- a/web/donate/donate.org
+++ b/web/donate/donate.org
@@ -71,37 +71,37 @@
         <div class="col-md-6">
           <label class="radio-inline">
             <input type="radio" name="amount" id="amount500"
-                   value="500" ><!--SEL_AMT500--> 500 €
+                   value="500" /><!--CHK_AMT500--> 500 €
           </label>
 
           <label class="radio-inline">
             <input type="radio" name="amount" id="amount200"
-                   value="200" ><!--SEL_AMT200--> 200 €
+                   value="200" /><!--CHK_AMT200--> 200 €
           </label>
 
           <label class="radio-inline">
             <input type="radio" name="amount" id="amount100"
-                   value="100" ><!--SEL_AMT100--> 100 €
+                   value="100" /><!--CHK_AMT100--> 100 €
           </label>
 
           <label class="radio-inline">
             <input type="radio" name="amount" id="amount50"
-                   value="50" ><!--SEL_AMT50--> 50 €
+                   value="50" /><!--CHK_AMT50--> 50 €
           </label>
 
           <label class="radio-inline">
             <input type="radio" name="amount" id="amount20"
-                   value="20" ><!--SEL_AMT20--> 20 €
+                   value="20" /><!--CHK_AMT20--> 20 €
           </label>
 
           <label class="radio-inline">
             <input type="radio" name="amount" id="amount10"
-                   value="10" ><!--SEL_AMT10--> 10 €
+                   value="10" /><!--CHK_AMT10--> 10 €
           </label>
 
           <label class="radio-inline">
             <input type="radio" name="amount" id="amount5"
-                   value="5" ><!--SEL_AMT5--> 5 €
+                   value="5" /><!--CHK_AMT5--> 5 €
           </label>
         </div>
       </div>
@@ -114,7 +114,7 @@
               <div class="radio">
                 <label for="amount_radio_other">
                   <input type="radio" id="amount_radio_other" name="amount"
-                         value="other" /><!--CHECKOTHER-->
+                         value="other" /><!--CHK_AMTX-->
                   other
                 </label>
               </div>
@@ -122,7 +122,7 @@
             <div class="col-md-4">
               <input type="text" class="form-control"
                      name="amountother" id="amountother" placeholder=""
-                     value=""/><!--AMOUNT-->
+                     value=""/><!--AMT_OTHER-->
 						</div>
             <div class="col-md-4">
               <select class="form-control" name="currency" id="currency">

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

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


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




More information about the Gnupg-commits mailing list