I\'m using Modal Form and Widgets from jQuery, but the icons does not appear. for eg the Cross (X) and Plus-Minus (+-) Icons.
Cross (X)
Plus-Minus (+-)
When I load the p
They arent missing, the path is wrong. Its looking in non-existent dir 'img' for a file that is in dir 'images'.
To fix either edit the file that declares the wrong path or as I did just make a softlink like
ln -s images img