2011-02-22 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/reporting/visual_console_builder.php: Small icons created in visual console wizard are resized after changed it into a smaller one. Fixed bug 3175809. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3978 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7235c4c954
commit
2dc2c24b20
|
@ -1,3 +1,10 @@
|
|||
2011-02-22 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/reporting/visual_console_builder.php: Small icons created
|
||||
in visual console wizard are resized after changed it into a smaller one.
|
||||
|
||||
Fixed bug 3175809.
|
||||
|
||||
2011-02-22 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* include/functions_extensions.php: Extension menu entries text not
|
||||
|
|
|
@ -158,12 +158,6 @@ switch ($activeTab) {
|
|||
$width = (int) get_parameter ("width", 0);
|
||||
$height = (int) get_parameter ("height", 0);
|
||||
|
||||
if($width == 0 || $height == 0) {
|
||||
$sizeImage = getimagesize($config['homedir'] . '/images/console/icons/' . $image . '.png');
|
||||
$width = $sizeImage[0];
|
||||
$height = $sizeImage[1];
|
||||
}
|
||||
|
||||
$message = '';
|
||||
|
||||
if (empty($name_modules)) {
|
||||
|
|
Loading…
Reference in New Issue