Hello,
I just discovered a small bug in amuleweb template chicane. There is an apostrophe too much in the html-tags around the cancel-button in downloads.php that prevends that the button is displayed in some browsers (especially IE). I don't know whether this is already fixed in cvs ...
The following line in downloads.php
'">
';
has to be replaced with
'>
';