Commit 6d5ea44d authored by Richard Pospesel's avatar Richard Pospesel Committed by Matthew Finkel
Browse files

Bug 31748: Fixed 'Learn More' links in Security Level preferences and

panel

With ESR68 we needed to add a new is="text-link" attribute to label
elements used as hyperlinks
parent ec993bd8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@
        <label
          id="securityLevel-learnMore"
          class="learnMore text-link"
          onclick="SecurityLevelPanel.hide();"/>
          onclick="SecurityLevelPanel.hide();"
          is="text-link"/>
        <button
          id="securityLevel-restoreDefaults"
          oncommand="SecurityLevelPanel.restoreDefaults();"/>
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  <vbox data-subcategory="securitylevel" flex="1">
    <description flex="1">
      <html:span id="securityLevel-overview" class="tail-with-learn-more"/>
      <label id="securityLevel-learnMore" class="learnMore text-link"/>
      <label id="securityLevel-learnMore" class="learnMore text-link" is="text-link"/>
    </description>
    <radiogroup id="securityLevel-radiogroup"
                oncommand="SecurityLevelPreferences.selectSecurityLevel();">