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 "FusionForge".

The branch, master has been updated
       via  4514f34d2556e8fafea372565df3c505db3aa020 (commit)
      from  6b5dd23a18d510a227a6e886db2dbe9654b4dbb8 (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=4514f34d2556e8fafea372565df3c505db3aa020

commit 4514f34d2556e8fafea372565df3c505db3aa020
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Thu Mar 16 11:14:13 2017 +0100

    Add picto for download

diff --git a/src/www/images/ic/download.png b/src/www/images/ic/download.png
new file mode 100644
index 0000000..f0e265d
Binary files /dev/null and b/src/www/images/ic/download.png differ
diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index 6039044..d70f12c 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -1245,9 +1245,8 @@ if (isset($params['group']) && $params['group']) {
                return $this->getPicto('ic/manual16c.png', $title, $alt);
        }
 
-       /* no picto for download */
        function getDownloadPic($title = '', $alt = '') {
-               return $this->getPicto('ic/save.png', $title, $alt);
+               return $this->getPicto('ic/download.png', $title, $alt);
        }
 
        function getHomePic($title = '', $alt = '') {

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

Summary of changes:
 src/www/images/ic/download.png   | Bin 0 -> 794 bytes
 src/www/include/Layout.class.php |   3 +--
 2 files changed, 1 insertion(+), 2 deletions(-)
 create mode 100644 src/www/images/ic/download.png


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to