Commit 4353ee31 authored by aaronr%us.ibm.com's avatar aaronr%us.ibm.com
Browse files

[XForms] boolean input missing xf-value class. Bug 345506, patch by sspeiche r=doronr+olli

parent 228eb789
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -126,7 +126,8 @@
           extends="chrome://xforms/content/input.xml#xformswidget-input-boolean-base">
    <content>
      <children includes="label"/>
      <html:input anonid="control" xbl:inherits="accesskey" type="checkbox"/>
      <html:input anonid="control" xbl:inherits="accesskey" type="checkbox"
                  class="xf-value"/>
      <children/>
    </content>

+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@
           extends="chrome://xforms/content/input.xml#xformswidget-input-boolean-base">
    <content>
      <children includes="label"/>
      <xul:checkbox anonid="control" xbl:inherits="accesskey"/>
      <xul:checkbox anonid="control" xbl:inherits="accesskey" class="xf-value"/>
      <children/>
    </content>