[Gpg4win-commits] [git] Gpg4win - branch, website-3-dev, updated. gpg4win-2.1.0-285-g7dedf8f

by Bernhard Reiter cvs at cvs.gnupg.org
Mon Sep 4 15:23:53 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 "GnuPG for Windows".

The branch, website-3-dev has been updated
       via  7dedf8f5777fbedd13f0b2ef07acbfea8731bfa0 (commit)
      from  888e9193e7348f7d4de814e1306082cebed43a14 (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 7dedf8f5777fbedd13f0b2ef07acbfea8731bfa0
Author: Bernhard Reiter <bernhard at intevation.de>
Date:   Mon Sep 4 15:22:08 2017 +0200

    Removes download_mini_button.
    
     * Removes the display of the right-aligned download button for all
       pages, because the download button has been integrated in the
       menubar. Keeps the css class and definitions to keep the same spacing
       and as an example if there shall be a new button some day.

diff --git a/web/header.m4 b/web/header.m4
index 52ac919..2cdd672 100644
--- a/web/header.m4
+++ b/web/header.m4
@@ -78,29 +78,5 @@
    m4_ifelse(MAIN, `donate', `Donate')
    ')
    </div>
-  m4_ifdef(`NO_DOWNLOAD_HEADER',`
-   <div id="download_button_mini"></div></div><br clear="all" />', `
-   <div id="download_button_mini">
-    m4_ifelse(LANG_DE, `1', `
-    <a class="dmini_button" href="download-de.html">
-    ', `
-    <a class="dmini_button" href="download.html">
-    ')
-     <span class="text">
-      Download Gpg4win 
-     </span>
-    </a>
-    <br>
-    <span class="links">
-     m4_ifelse(LANG_DE, `1', `
-     <a href="change-history-de.html">Änderungshistorie</a>', `
-     <a href="change-history.html">Change History</a>')
-     -
-     m4_ifelse(LANG_DE, `1', `
-     <a href="package-integrity-de.html">Integrität prüfen</a>', `
-     <a href="package-integrity.html">Check integrity</a>')
-    </span>
-   </div>
-  </div>
-  <br clear="all" />
-  ')')
+   <div id="download_button_mini"></div></div><br clear="all" />
+  ')

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

Summary of changes:
 web/header.m4 | 28 ++--------------------------
 1 file changed, 2 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list