Skip to content

Commit 3c60ccd

Browse files
committed
Bug 1862427 - move cookie banner blocker info to bottom of privacy panel. r=cmkm
Differential Revision: https://phabricator.services.mozilla.com/D192477
1 parent 37cbcfe commit 3c60ccd

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

browser/components/controlcenter/content/protectionsPanel.inc.xhtml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,6 @@
6363
</hbox>
6464
</vbox>
6565

66-
<toolbarseparator id="protections-popup-cookie-banner-section-separator"></toolbarseparator>
67-
<hbox id="protections-popup-cookie-banner-section" class="protections-popup-section" uiDisabled="true" enabled="true" flex="1">
68-
<toolbarbutton id="protections-popup-cookie-banner-switch"
69-
class="subviewbutton subviewbutton-nav"
70-
onclick="gProtectionsHandler.onCookieBannerClick()"
71-
flex="1">
72-
<vbox flex="1">
73-
<label role="heading" class="protections-popup-switch-header" aria-level="2" data-l10n-id="protections-panel-cookie-banner-blocker-header"></label>
74-
<description id="protections-popup-cookie-banner-undetected" data-l10n-id="protections-panel-cookie-banner-handling-undetected"></description>
75-
<description id="protections-popup-cookie-banner-site-disabled" data-l10n-id="protections-panel-cookie-banner-handling-disabled"></description>
76-
<description id="protections-popup-cookie-banner-detected" data-l10n-id="protections-panel-cookie-banner-handling-enabled"></description>
77-
</vbox>
78-
</toolbarbutton>
79-
</hbox>
80-
8166
<!-- Tracking Protection Section -->
8267
<toolbarseparator></toolbarseparator>
8368
<vbox id="tracking-protection-container" class="protections-popup-section">
@@ -173,6 +158,21 @@
173158
<image id="protections-popup-milestones-illustration"/>
174159
</toolbarbutton>
175160
</hbox>
161+
162+
<toolbarseparator id="protections-popup-cookie-banner-section-separator"></toolbarseparator>
163+
<hbox id="protections-popup-cookie-banner-section" class="protections-popup-section" uiDisabled="true" enabled="true" flex="1">
164+
<toolbarbutton id="protections-popup-cookie-banner-switch"
165+
class="subviewbutton subviewbutton-nav"
166+
onclick="gProtectionsHandler.onCookieBannerClick()"
167+
flex="1">
168+
<vbox flex="1">
169+
<label role="heading" class="protections-popup-switch-header" aria-level="2" data-l10n-id="protections-panel-cookie-banner-blocker-header"></label>
170+
<description id="protections-popup-cookie-banner-undetected" data-l10n-id="protections-panel-cookie-banner-handling-undetected"></description>
171+
<description id="protections-popup-cookie-banner-site-disabled" data-l10n-id="protections-panel-cookie-banner-handling-disabled"></description>
172+
<description id="protections-popup-cookie-banner-detected" data-l10n-id="protections-panel-cookie-banner-handling-enabled"></description>
173+
</vbox>
174+
</toolbarbutton>
175+
</hbox>
176176
</vbox>
177177
</panelview>
178178

0 commit comments

Comments
 (0)