Skip to content

Commit

Permalink
contrast icon in bookmarks list; see #1
Browse files Browse the repository at this point in the history
  • Loading branch information
orthagh committed Jul 30, 2015
1 parent b533682 commit 81964b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/bookmark.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -726,12 +726,12 @@ function showBookmarkList($target, $is_private=1) {
echo "<a href=\"".$CFG_GLPI['root_doc']."/front/bookmark.php?action=edit&amp;".
"mark_default=1&amp;id=".$this->fields["id"]."\" alt=\"".
__s('Not default search')."\" itle=\"".__s('Not default search')."\">".
"<img src=\"".$CFG_GLPI['root_doc']."/pics/bookmark_grey.png\" class='pointer'></a>";
"<img src=\"".$CFG_GLPI['root_doc']."/pics/bookmark_record.png\" class='pointer'></a>";
} else {
echo "<a href=\"".$CFG_GLPI['root_doc']."/front/bookmark.php?action=edit&amp;".
"mark_default=0&amp;id=".$this->fields["id"]."\" alt=\"".
__s('Default search')."\" title=\"".__s('Default search')."\">".
"<img src=\"".$CFG_GLPI['root_doc']."/pics/bookmark.png\" class='pointer'></a>";
"<img src=\"".$CFG_GLPI['root_doc']."/pics/bookmark_default.png\" class='pointer'></a>";
}
}
echo "</td>";
Expand Down
Binary file added pics/bookmark_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 81964b9

Please sign in to comment.