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

by Kai Michaelis cvs at cvs.gnupg.org
Thu May 11 17:12: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  f830850cba0b55b5c2f006c72f0d6d8a61e7f5ba (commit)
      from  4e38ccf6c1eca8c7e76d3111e02c079069f2b8a9 (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 f830850cba0b55b5c2f006c72f0d6d8a61e7f5ba
Author: Kai Michaelis <kai at gnupg.org>
Date:   Thu May 11 17:13:41 2017 +0200

    fix error msg

diff --git a/web/donate/donate.org b/web/donate/donate.org
index 379b935..cc3a03a 100644
--- a/web/donate/donate.org
+++ b/web/donate/donate.org
@@ -52,7 +52,12 @@
       </div>
     </div>
 
-    <!--ERRORPANEL-->
+		<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">
@@ -109,7 +114,8 @@
               <input type="text" class="form-control"
                      name="amountother" id="amountother" placeholder=""
                      value=""/><!--AMOUNT-->
-            </div>
+							<!--ERR_AMOUNT-->
+						</div>
             <div class="col-md-4">
               <select class="form-control" name="currency" id="currency">
                 <option value="EUR" selected="selected"><!--SEL_EUR-->Euro</option>
@@ -117,7 +123,6 @@
                 <option value="GBP" ><!--SEL_GBP-->British Pound</option>
                 <option value="JPY" ><!--SEL_JPY-->Yen</option>
               </select>
-              <!--ERR_AMOUNT-->
             </div>
           </div>
           <span class="help-block">Choosing “other” allows to donate

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

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


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




More information about the Gnupg-commits mailing list