mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-23 22:05:41 +02:00
New icon in shortcut bar. Ticket #3018.
This commit is contained in:
parent
31e1822411
commit
0346516129
@ -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 .= " ";
|
||||
$shortcut_html .= "<span id='shortcut_incidents_opened' title='" . __('Incidents opened') . "'>" . $shortcut_incidents . "</span>";
|
||||
$shortcut_html .= "</a>";
|
||||
|
BIN
pandora_console/images/incidents.png
Normal file
BIN
pandora_console/images/incidents.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 425 B |
Loading…
x
Reference in New Issue
Block a user