Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Merge 5d3b489 into a35ca04
Browse files Browse the repository at this point in the history
  • Loading branch information
orthagh committed Apr 11, 2017
2 parents a35ca04 + 5d3b489 commit 2d754d2
Show file tree
Hide file tree
Showing 49 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inc/deployfile.class.php
Expand Up @@ -223,10 +223,10 @@ static function displayList(PluginFusioninventoryDeployPackage $package, $datas,
}
echo "<td class='filename'>";
if (!empty($file_mimetype)
&& file_exists(GLPI_ROOT."/plugins/fusioninventory/pics/ext/extensions/$file_mimetype.png")) {
echo "<img src='".$pics_path."ext/extensions/$file_mimetype.png' />";
&& file_exists(GLPI_ROOT."/plugins/fusioninventory/pics/extensions/$file_mimetype.png")) {
echo "<img src='".$pics_path."extensions/$file_mimetype.png' />";
} else {
echo "<img src='".$pics_path."ext/extensions/documents.png' />";
echo "<img src='".$pics_path."extensions/documents.png' />";
}

//filename
Expand Down
Binary file removed pics/ext/accept.png
Binary file not shown.
Binary file removed pics/ext/add.png
Binary file not shown.
Binary file removed pics/ext/bullet-black.png
Binary file not shown.
Binary file removed pics/ext/bullet-blue.png
Binary file not shown.
Binary file removed pics/ext/bullet-green.png
Binary file not shown.
Binary file removed pics/ext/bullet-grey.png
Binary file not shown.
Binary file removed pics/ext/bullet-red.png
Binary file not shown.
Binary file removed pics/ext/bullet-yellow.png
Binary file not shown.
Binary file removed pics/ext/cancel.png
Binary file not shown.
Binary file removed pics/ext/computer.png
Binary file not shown.
Binary file removed pics/ext/delete.png
Binary file not shown.
Binary file removed pics/ext/disk.png
Binary file not shown.
Binary file removed pics/ext/folder.png
Binary file not shown.
Binary file removed pics/ext/group.png
Binary file not shown.
Binary file removed pics/ext/group_user.png
Binary file not shown.
Binary file removed pics/ext/information.png
Binary file not shown.
Binary file removed pics/ext/package.png
Binary file not shown.
Binary file removed pics/ext/spinner.gif
Binary file not shown.
Binary file removed pics/ext/task.png
Binary file not shown.
Binary file removed pics/ext/taskjob.png
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 2d754d2

Please sign in to comment.