1.2.5 Icons Missing [SOLVED]
Archived from the Xataface Users forum.
cantlep — 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:
- 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
shannah — Wed Sep 01, 2010 4:09 pm
I suspect this notation works on some setups but not others. I have made the changes to the actions.ini file that you suggested with svn rev. 1926. They will be included in the next release.