New icon in shortcut bar. Ticket #3018.

This commit is contained in:
Daniel Maya 2016-07-06 12:30:51 +02:00
parent 31e1822411
commit 0346516129
2 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ if ($config['integria_enabled'] == 0) {
$shortcut_incidents = sc_get_opened_incidents();
$shortcut_html .= "<a class='shortcut_item' href='index.php?sec=incidencias&sec2=operation/incidents/incident&estado=0'>";
$shortcut_html .= html_print_image("images/book_edit.png", true, array("title" => __("Incidents opened"), "style" => "margin-bottom: 0px;"));
$shortcut_html .= html_print_image("images/incidents.png", true, array("title" => __("Incidents opened"), "style" => "margin-bottom: 0px;"));
$shortcut_html .= "&nbsp;";
$shortcut_html .= "<span id='shortcut_incidents_opened' title='" . __('Incidents opened') . "'>" . $shortcut_incidents . "</span>";
$shortcut_html .= "</a>";

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B