Following messages are seen in the log:
Type page not found
Datum zaterdag, januari 8, 2011 - 17:45
Gebruiker
Locatie http://server/sites/all/modules/images/toggle-expand-light.png
Doorverwijzer http://server/admin/modules?render=overlay
Bericht sites/all/modules/images/toggle-expand-light.png
Zwaarte warning

Type page not found
Datum zaterdag, januari 8, 2011 - 17:45
Gebruiker
Locatie http://server/sites/all/modules/images/toggle-collapse-light.png
Doorverwijzer http://server/admin/modules?render=overlay
Bericht sites/all/modules/images/toggle-collapse-light.png
Zwaarte warning

The files are found in the file:
d7:/srv/www/htdocs # grep -R toggle-expand-light.png *
sites/all/modules/token/jquery.treeTable.css: background-image: url(../images/toggle-expand-light.png);

d7:/srv/www/htdocs # grep -R toggle-collapse-light.png *
sites/all/modules/token/jquery.treeTable.css: background-image: url(../images/toggle-collapse-light.png);

The png files are indeed missing from the tarfile.

# cd sites/all/modules/token
d7:/srv/www/htdocs/sites/all/modules/token # ls *png
arrow-down.png arrow-right.png

Comments

Dave Reid’s picture

Version: 7.x-1.0-alpha3 » 7.x-1.x-dev
Assigned: Unassigned » Dave Reid
Category: bug » task

Those styles aren't used at all, so I'm not sure why they would be even getting requested. We'll remove those from the CSS file.

Dave Reid’s picture

Assigned: Dave Reid » Unassigned

Not a high priority actually.

GStegemann’s picture

I just copied the missing images from the 'libjs-jquery-treetable_4-1_all' library to a subfolder 'images' and changed the css to point to './images/...'