Bug 977 - ROIRectangle: wrong a_pixel.gif location
: ROIRectangle: wrong a_pixel.gif location
Status: RESOLVED FIXED
: Chameleon
Widget
: 2.0
: PC Windows XP
: P2 normal
: ---
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2005-02-25 07:45 by
Modified: 2005-07-17 09:58 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2005-02-25 07:45:26
The ROIRectangle widget doesn't use the default skin for finding a_pixel.gif:

among others:

content = '<img name="ROIRectImgTop" src="images/a_pixel.gif" border="1">';

should be something like:
src="<?php echo $_SESSION['gszCoreWebPath']."skins/default/images/a_pixel.gif"; ?>"
------- Comment #1 From 2005-07-17 09:58:43 -------
Fixed in CVS head.