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  96d21eddf637c2c1a6cbfeb7566200cf8981a477 (commit)
       via  791a34193f71bd300995646ddf04196a74234b0e (commit)
      from  467d3d4fc2d6478b7be8c4fc5a80e8fba2e8013e (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=96d21eddf637c2c1a6cbfeb7566200cf8981a477

commit 96d21eddf637c2c1a6cbfeb7566200cf8981a477
Author: Franck Villaume <[email protected]>
Date:   Sun Oct 2 13:58:39 2016 +0200

    remove obsolete icon

diff --git a/src/www/themes/funky-wOw/images/docman/trash-empty.png 
b/src/www/themes/funky-wOw/images/docman/trash-empty.png
deleted file mode 100644
index 92a1af6..0000000
Binary files a/src/www/themes/funky-wOw/images/docman/trash-empty.png and 
/dev/null differ
diff --git a/src/www/themes/funky/images/docman/trash-empty.png 
b/src/www/themes/funky/images/docman/trash-empty.png
deleted file mode 100644
index 92a1af6..0000000
Binary files a/src/www/themes/funky/images/docman/trash-empty.png and /dev/null 
differ

https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=791a34193f71bd300995646ddf04196a74234b0e

commit 791a34193f71bd300995646ddf04196a74234b0e
Author: Franck Villaume <[email protected]>
Date:   Sun Oct 2 13:57:13 2016 +0200

    use theme icon

diff --git a/src/www/account/editsshkeys.php b/src/www/account/editsshkeys.php
index fa05fab..0375bfb 100644
--- a/src/www/account/editsshkeys.php
+++ b/src/www/account/editsshkeys.php
@@ -56,7 +56,7 @@ if (count($sshKeysArray)) {
                $cells[][] = $sshKey['algorithm'];
                $cells[][] = $sshKey['fingerprint'];
                $cells[][] = date(_('Y-m-d H:i'), $sshKey['upload']);
-               $cells[][] = 
util_make_link('/account/?&action=deletesshkey&keyid='.$sshKey['keyid'], 
html_image('docman/trash-empty.png',22,22,array('alt'=>_('Delete this ssh 
key.'))), array('title' => _('Delete this ssh key.')));
+               $cells[][] = 
util_make_link('/account/?&action=deletesshkey&keyid='.$sshKey['keyid'], 
$HTML->getDeletePic(_('Delete this ssh key'), 'delete ssh key'));
                echo $HTML->multiTableRow(array(), $cells);
        }
        echo $HTML->listTableBottom();

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

Summary of changes:
 src/www/account/editsshkeys.php                        |   2 +-
 src/www/themes/funky-wOw/images/docman/trash-empty.png | Bin 990 -> 0 bytes
 src/www/themes/funky/images/docman/trash-empty.png     | Bin 990 -> 0 bytes
 3 files changed, 1 insertion(+), 1 deletion(-)
 delete mode 100644 src/www/themes/funky-wOw/images/docman/trash-empty.png
 delete mode 100644 src/www/themes/funky/images/docman/trash-empty.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