Up and Down Arrows for the current sort are missing on my Sortable Column Headings [message #424973] |
Tue, 06 October 2009 18:41 |
moombaroo
Messages: 2 Registered: September 2009
|
Junior Member |
|
|
The Up and Down Arrows for the current sort are missing on my Sortable Column Headings on all pages in my Application. When I view source on the HTML page that APEX generates the HTML for the column with current sort looks like this:
Id<img src="TEMParrow_down_gray_dark.gif" width="13" height="12" alt="" alt="Sort by this column" />
Other gifs in the Application that are showing up reference their images like this:
<img src="/i/e.gif"
It looks like somewhere in my application there is a specification for the image path that is set to TEMP instead of /i/.
Where would this be stored?
I checked the Shared Components>Edit Application Definition and Image Prefix = /i/
I checked report attributes Sorting and they are arrow_down_gray_dark.gif and arrow_up_gray_dark.gif.
|
|
|
|