var spacer = YAHOO.util.Dom.getElementsByClassName('spacer',
'img', this.getEl())[0];
if (!spacer) {
+ if (this.debug) {
+ YAHOO.log('Could not indent left: spacer image does not exist', 'error');
+ }
return false;
}
if (spacer.width > 20) {
var spacer = document.createElement('img');
spacer.setAttribute('src', main.portal.strings['pixpath']+'/spacer.gif');
- spacer.setAttribute('class', 'spacer');
+ spacer.className = 'spacer';
spacer.setAttribute('width', '20');
spacer.setAttribute('height', '12');