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

by Kai Michaelis cvs at cvs.gnupg.org
Tue May 16 16:25:14 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  e282bb5d78e8c4e3165ad8d2420e678105ee8954 (commit)
      from  7d1bbfb56bd1b8b8002c47113750b936c1e896bf (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 e282bb5d78e8c4e3165ad8d2420e678105ee8954
Author: Kai Michaelis <kai at gnupg.org>
Date:   Tue May 16 16:26:49 2017 +0200

    campaign: amount dropdown

diff --git a/web/donate/donate.org b/web/donate/donate.org
index 6ad3507..05393b4 100644
--- a/web/donate/donate.org
+++ b/web/donate/donate.org
@@ -73,42 +73,30 @@
         <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" /><!--CHK_AMT500--> 500 €
-          </label>
-
-          <label class="radio-inline">
-            <input type="radio" name="amount" id="amount200"
-                   value="200" /><!--CHK_AMT200--> 200 €
-          </label>
-
-          <label class="radio-inline">
-            <input type="radio" name="amount" id="amount100"
-                   value="100" /><!--CHK_AMT100--> 100 €
-          </label>
-
-          <label class="radio-inline">
-            <input type="radio" name="amount" id="amount50"
-                   value="50" /><!--CHK_AMT50--> 50 €
-          </label>
-
-          <label class="radio-inline">
-            <input type="radio" name="amount" id="amount20"
-                   value="20" /><!--CHK_AMT20--> 20 €
-          </label>
-
-          <label class="radio-inline">
-            <input type="radio" name="amount" id="amount10"
-                   value="10" /><!--CHK_AMT10--> 10 €
-          </label>
-
-          <label class="radio-inline">
-            <input type="radio" name="amount" id="amount5"
-                   value="5" /><!--CHK_AMT5--> 5 €
-          </label>
-        </div>
+				<div class="col-md-4">
+					<select class="form-control" name="amount" id="amount">
+						<option value="500" /><!--CHK_AMT500--> 500 €</option>
+						<option value="200" /><!--CHK_AMT200--> 200 €</option>
+						<option value="100" /><!--CHK_AMT100--> 100 €</option>
+						<option value="50" /><!--CHK_AMT50--> 50 €</option>
+						<option value="20" /><!--CHK_AMT20--> 20 €</option>
+						<option value="10" /><!--CHK_AMT10--> 10 €</option>
+						<option value="5" /><!--CHK_AMT5--> 5 €</option>
+					</select>
+				</div>
+				<div class="col-md-4">
+					<input type="text" class="form-control"
+								 name="amountother" id="amountother" placeholder=""
+								 value=""/><!--AMT_OTHER-->
+				</div>
+				<div class="col-md-4">
+					<select class="form-control" name="currency" id="currency">
+						<option value="EUR" selected="selected"><!--SEL_EUR-->Euro</option>
+						<option value="USD" ><!--SEL_USD-->US Dollar</option>
+						<option value="GBP" ><!--SEL_GBP-->British Pound</option>
+						<option value="JPY" ><!--SEL_JPY-->Yen</option>
+					</select>
+				</div>
       </div>
 
       <!-- Custom amounts -->
@@ -124,20 +112,7 @@
                 </label>
               </div>
             </div>
-            <div class="col-md-4">
-              <input type="text" class="form-control"
-                     name="amountother" id="amountother" placeholder=""
-                     value=""/><!--AMT_OTHER-->
-						</div>
-            <div class="col-md-4">
-              <select class="form-control" name="currency" id="currency">
-                <option value="EUR" selected="selected"><!--SEL_EUR-->Euro</option>
-                <option value="USD" ><!--SEL_USD-->US Dollar</option>
-                <option value="GBP" ><!--SEL_GBP-->British Pound</option>
-                <option value="JPY" ><!--SEL_JPY-->Yen</option>
-              </select>
-            </div>
-          </div>
+                    </div>
           <span class="help-block">Choosing “other” allows to donate
                 in other currencies.</span>
         </div>

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

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


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




More information about the Gnupg-commits mailing list