1.2.5 Icons Missing [SOLVED]
Posted: Wed Sep 01, 2010 4:01 pm
Hi Steve,
In my version (1.2.5 1870) I was missing the delete.gif and recycle.gif images from my site. I had to swap round a $ and a { to get it to work (in actions.ini)
Like this:
Same for the delete_selected section too.
Not sure why it's just those two. All the other vars for dataface_url seem to be written as ${dataface_url)
Just wondering if everyone has the same issue or just me/this version? (I think I had to do this on one of the 1.2.x beta versions...so perhaps it's just me
In my version (1.2.5 1870) I was missing the delete.gif and recycle.gif images from my site. I had to swap round a $ and a { to get it to work (in actions.ini)
Like this:
- Code: Select all
[delete_found]
blah,blah
icon = "{$dataface_url}/images/recycle.gif"
Same for the delete_selected section too.
Not sure why it's just those two. All the other vars for dataface_url seem to be written as ${dataface_url)
Just wondering if everyone has the same issue or just me/this version? (I think I had to do this on one of the 1.2.x beta versions...so perhaps it's just me