2008-04-28 Raul Mateos <raulofpandora@gmail.com>

* operation/reporting/custom_reporting.php: Changed .gif to .png

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@821 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2008-04-28 14:08:08 +00:00
parent d4a09ca284
commit 1bfe21d67e
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ if (mysql_num_rows($res)) {
<img src='images/reporting.png'></a>
</td>";
echo "<td valign='middle' class='$tdcolor' align='center'><a target='_new' href='operation/reporting/reporting_viewer_pdf.php?id=$id_report&rtype=general'><img src='images/pdf.gif'></a></td>'";
echo "<td valign='middle' class='$tdcolor' align='center'><a target='_new' href='operation/reporting/reporting_viewer_pdf.php?id=$id_report&rtype=general'><img src='images/pdf.png'></a></td>'";
echo "</tr>";
}
}