Show
Ignore:
Timestamp:
04/23/07 12:13:03 (21 months ago)
Author:
becky
Message:

from david bolter
fixes #2420

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/form/templates/Checkbox.html

    r7525 r8248  
    1 <span class="dojoInlineBox" tabIndex="${this.tabIndex}" waiRole="${this._type}" id="${this.id}" 
    2         ><div dojoAttachPoint="imageContainer" class="dojoCheckbox" style="overflow:hidden;"></div 
    3         ><input type="${this._type}" name="${this.name}" value="${this.value}" dojoAttachPoint="inputNode" 
     1<span 
     2 >&nbsp;&nbsp;<span dojoAttachPoint="imageContainer" class="dojoCheckbox" style="overflow:hidden;"></span 
     3 ><input dojoAttachPoint="inputNode" class="dojoCheckboxInput" id="${this.id}" tabIndex="${this.tabIndex}" type="${this._type}" name="${this.name}" value="${this.value}" 
    44></span>