зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1202279 - "[Control Center] Security subview's More Information button should always be at the bottom". r=jaws
This commit is contained in:
Родитель
2e931bb682
Коммит
32ee2bacce
|
@ -128,10 +128,6 @@
|
|||
<description class="identity-popup-warning-yellow"
|
||||
when-ciphers="weak">&identity.description.weakCipher2;</description>
|
||||
|
||||
<!-- More Security Information -->
|
||||
<button label="&identity.moreInfoLinkText2;"
|
||||
oncommand="gIdentityHandler.handleMoreInfoClick(event);"/>
|
||||
|
||||
<!-- Active Mixed Content Blocked -->
|
||||
<description class="identity-popup-warning-gray"
|
||||
when-mixedcontent="active-blocked">&identity.description.activeBlocked; <label observes="identity-popup-mcb-learn-more"/></description>
|
||||
|
@ -159,6 +155,10 @@
|
|||
label="&identity.enableMixedContentBlocking.label;"
|
||||
accesskey="&identity.enableMixedContentBlocking.accesskey;"
|
||||
oncommand="gIdentityHandler.enableMixedContentProtection()"/>
|
||||
|
||||
<!-- More Security Information -->
|
||||
<button label="&identity.moreInfoLinkText2;"
|
||||
oncommand="gIdentityHandler.handleMoreInfoClick(event);"/>
|
||||
</vbox>
|
||||
|
||||
</panelview>
|
||||
|
|
Загрузка…
Ссылка в новой задаче