|
63 | 63 | </hbox>
|
64 | 64 | </vbox>
|
65 | 65 |
|
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 |
| - |
81 | 66 | <!-- Tracking Protection Section -->
|
82 | 67 | <toolbarseparator></toolbarseparator>
|
83 | 68 | <vbox id="tracking-protection-container" class="protections-popup-section">
|
|
173 | 158 | <image id="protections-popup-milestones-illustration"/>
|
174 | 159 | </toolbarbutton>
|
175 | 160 | </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> |
176 | 176 | </vbox>
|
177 | 177 | </panelview>
|
178 | 178 |
|
|
0 commit comments