In PHP 5 the __CLASS__ constant equals the class name, while
in PHP 4 it is lowercase only! The solution is to use
'strtolower(__CLASS__)' in the getCSSClasses() functions.
Note that the class names in the mappingwidgets.css file are
lowercase also.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=731699
In PHP 5 the __CLASS__ constant equals the class name, while
in PHP 4 it is lowercase only! The solution is to use
'strtolower(__CLASS__)' in the getCSSClasses() functions.
Note that the class names in the mappingwidgets.css file are
lowercase also.