mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
2009-05-13 Esteban Sánchez <estebans@artica.es>
* images/attachment.png: Added to repository. * images/chart_curve.png, images/chart_bar.png: Replaced with tango icons. * operation/incidents/incident.php: Use attachment icon. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1687 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
88604876c9
commit
06186a10cc
@ -1,4 +1,4 @@
|
||||
2009-05-12 Esteban Sánchez <estebans@artica.es>
|
||||
2009-05-13 Esteban Sánchez <estebans@artica.es>
|
||||
|
||||
* images/clean.png, images/fullscreen.png, images/local_component.png,
|
||||
images/log-out.png, images/normalscreen.png,
|
||||
|
BIN
pandora_console/images/attachment.png
Normal file
BIN
pandora_console/images/attachment.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 649 B |
Binary file not shown.
Before Width: | Height: | Size: 541 B After Width: | Height: | Size: 286 B |
Binary file not shown.
Before Width: | Height: | Size: 710 B After Width: | Height: | Size: 577 B |
@ -278,7 +278,7 @@ if ($count < 1) {
|
||||
$attach = get_incidents_attach ($row["id_incidencia"]);
|
||||
|
||||
if (!empty ($attach))
|
||||
$data[0] .= ' '.print_image ("images/file.png", true, array ("style" => "align:middle;"));
|
||||
$data[0] .= ' '.print_image ("images/attachment.png", true, array ("style" => "align:middle;"));
|
||||
|
||||
$data[1] = print_incidents_status_img ($row["estado"], true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user