tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

appmenu-viewcache.inc.xhtml (41267B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 <html:template id="appMenu-viewCache">
      6  <panelview id="appMenu-mainView" class="PanelUI-subView"
      7             lockpanelvertical="true">
      8    <vbox class="panel-subview-body">
      9      <vbox id="appMenu-addon-banners"/>
     10      <toolbarbutton id="appMenu-update-banner" class="panel-banner-item subviewbutton"
     11                     wrap="true"
     12                     hidden="true"/>
     13 
     14      <toolbaritem id="appMenu-menu-message"
     15                   closemenu="none">
     16      </toolbaritem>
     17      <toolbaritem id="appMenu-fxa-status2"
     18                   closemenu="none"
     19                   class="subviewbutton toolbaritem-combined-buttons">
     20        <html:div id="appMenu-fxa-text" data-l10n-id="appmenu-fxa-sync-and-save-data2"/>
     21        <toolbarbutton id="appMenu-fxa-label2"
     22                      class="subviewbutton"
     23                      >
     24          <vbox flex="1">
     25            <label id="appMenu-header-title"
     26                   crop="end"/>
     27            <label id="appMenu-header-description"
     28                   crop="end"/>
     29          </vbox>
     30        </toolbarbutton>
     31      </toolbaritem>
     32      <toolbarbutton id="appMenu-empty-profiles-button"
     33                     class="subviewbutton subviewbutton-nav"
     34                     closemenu="none"
     35                     data-l10n-id="appmenu-profiles-2"
     36                     hidden="true"/>
     37      <toolbarbutton id="appMenu-profiles-button"
     38                     class="subviewbutton subviewbutton-nav subviewbutton-iconic"
     39                     closemenu="none"
     40                     hidden="true"/>
     41      <toolbarseparator id="appMenu-fxa-separator" class="proton-zap"/>
     42      <toolbarbutton id="appMenu-new-tab-button2"
     43                     class="subviewbutton"
     44                     data-l10n-id="appmenuitem-new-tab"
     45                     key="key_newNavigatorTab"
     46                     command="cmd_newNavigatorTab"/>
     47      <toolbarbutton id="appMenu-new-window-button2"
     48                     class="subviewbutton"
     49                     data-l10n-id="appmenuitem-new-window"
     50                     key="key_newNavigator"
     51                     command="cmd_newNavigator"/>
     52      <toolbarbutton id="appMenu-new-ai-window-button"
     53                     class="subviewbutton"
     54                     data-l10n-id="appmenuitem-new-ai-window"
     55                     command="Tools:AIWindow"/>
     56      <toolbarbutton id="appMenu-new-classic-window-button"
     57                     class="subviewbutton"
     58                     data-l10n-id="appmenuitem-new-classic-window"
     59                     command="Tools:ClassicWindow"/>
     60      <toolbarbutton id="appMenu-new-private-window-button2"
     61                     class="subviewbutton"
     62                     data-l10n-id="appmenuitem-new-private-window"
     63                     key="key_privatebrowsing"
     64                     command="Tools:PrivateBrowsing"/>
     65      <toolbarseparator/>
     66      <toolbarbutton id="appMenu-new-identity"
     67                     class="subviewbutton"
     68                     data-l10n-id="appmenuitem-new-identity"
     69                     key="new-identity-key"
     70                     command="cmd_newIdentity"/>
     71      <toolbarbutton id="appMenuNewCircuit"
     72                     class="subviewbutton"
     73                     key="new-circuit-key"
     74                     data-l10n-id="appmenuitem-new-tor-circuit"
     75                     command="cmd_newCircuit"/>
     76      <toolbarseparator/>
     77      <toolbarbutton id="appMenu-bookmarks-button"
     78                     class="subviewbutton subviewbutton-nav"
     79                     data-l10n-id="library-bookmarks-menu"
     80                     closemenu="none"
     81                     />
     82      <toolbarbutton id="appMenu-history-button"
     83                     class="subviewbutton subviewbutton-nav"
     84                     data-l10n-id="appmenuitem-history"
     85                     closemenu="none"
     86                     />
     87      <toolbarbutton id="appMenu-chats-history-button"
     88                     class="subviewbutton"
     89                     data-l10n-id="menu-history-chats"
     90                     command="Tools:ChatsHistory"/>
     91      <toolbarbutton id="appMenu-downloads-button"
     92                     class="subviewbutton"
     93                     data-l10n-id="appmenuitem-downloads"
     94                     key="key_openDownloads"
     95                     command="Tools:Downloads"/>
     96      <toolbarbutton id="appMenu-passwords-button"
     97                     class="subviewbutton"
     98                     data-l10n-id="appmenuitem-passwords"
     99                     />
    100      <toolbarbutton id="appMenu-extensions-themes-button"
    101                     class="subviewbutton"
    102                     data-l10n-id="appmenuitem-extensions-and-themes"
    103                     key="key_openAddons"
    104                     command="Tools:Addons"
    105                     />
    106      <toolbarbutton id="appMenu-unified-extensions-button"
    107                     class="subviewbutton"
    108                     data-l10n-id="appmenuitem-extensions"
    109                     command="cmd_openUnifiedExtensionsPanel"
    110                     hidden="true"
    111                     />
    112      <toolbarseparator/>
    113      <toolbarbutton id="appMenu-print-button2"
    114                     class="subviewbutton"
    115                     data-l10n-id="appmenuitem-print"
    116                     key="printKb"
    117                     command="cmd_print"
    118                     />
    119      <toolbarbutton id="appMenu-save-file-button2"
    120                     class="subviewbutton"
    121                     data-l10n-id="appmenuitem-save-page"
    122                     key="key_savePage"
    123                     command="Browser:SavePage"/>
    124      <toolbarbutton id="appMenu-find-button2"
    125                     class="subviewbutton"
    126                     data-l10n-id="appmenuitem-find-in-page"
    127                     key="key_find"
    128                     command="cmd_find"/>
    129      <toolbarbutton id="appMenu-translate-button"
    130                     class="subviewbutton"
    131                     data-l10n-id="appmenuitem-translate"
    132                     command="cmd_translate"/>
    133      <toolbaritem id="appMenu-zoom-controls" class="subviewbutton toolbaritem-combined-buttons" closemenu="none">
    134        <label class="toolbarbutton-text" data-l10n-id="appmenuitem-zoom"/>
    135        <toolbarbutton id="appMenu-zoomReduce-button2"
    136                       class="subviewbutton subviewbutton-iconic"
    137                       command="cmd_fullZoomReduce"
    138                       data-l10n-id="appmenuitem-zoom-reduce"
    139                       tooltip="dynamic-shortcut-tooltip"/>
    140        <toolbarbutton id="appMenu-zoomReset-button2"
    141                       class="subviewbutton"
    142                       command="cmd_fullZoomReset"
    143                       tooltip="dynamic-shortcut-tooltip"/>
    144        <toolbarbutton id="appMenu-zoomEnlarge-button2"
    145                       class="subviewbutton subviewbutton-iconic"
    146                       command="cmd_fullZoomEnlarge"
    147                       data-l10n-id="appmenuitem-zoom-enlarge"
    148                       tooltip="dynamic-shortcut-tooltip"/>
    149        <toolbarbutton id="appMenu-fullscreen-button2"
    150                       class="subviewbutton subviewbutton-iconic"
    151                       data-l10n-id="appmenuitem-fullscreen"
    152                       type="checkbox"
    153                       tooltip="dynamic-shortcut-tooltip">
    154           <observes element="View:FullScreen" attribute="checked"/>
    155        </toolbarbutton>
    156      </toolbaritem>
    157      <toolbarseparator/>
    158      <toolbarbutton id="appMenu-settings-button"
    159                     class="subviewbutton"
    160                     data-l10n-id="appmenuitem-settings"
    161 #ifdef XP_MACOSX
    162                     key="key_preferencesCmdMac"
    163 #endif
    164                     />
    165      <toolbarbutton id="appMenu-more-button2"
    166                     class="subviewbutton subviewbutton-nav"
    167                     data-l10n-id="appmenuitem-more-tools"
    168                     closemenu="none"
    169                     />
    170      <toolbarbutton id="appMenu-report-broken-site-button"
    171                     class="subviewbutton subviewbutton-nav"
    172                     data-l10n-id="appmenuitem-report-broken-site"
    173                     closemenu="none"
    174                     disabled="true"
    175                     hidden="true"
    176                     command="cmd_reportBrokenSite"/>
    177      <toolbarbutton id="appMenu-help-button2"
    178                     class="subviewbutton subviewbutton-nav"
    179                     data-l10n-id="appmenuitem-help"
    180                     closemenu="none"
    181                     />
    182 #ifndef XP_MACOSX
    183      <toolbarseparator/>
    184      <toolbarbutton id="appMenu-quit-button2"
    185                     class="subviewbutton"
    186                     data-l10n-id="appmenuitem-exit2"
    187                     key="key_quitApplication"
    188                     command="cmd_quitApplication"/>
    189 #endif
    190    </vbox>
    191  </panelview>
    192 
    193  <panelview id="PanelUI-history">
    194    <vbox class="panel-subview-body">
    195      <toolbarbutton id="appMenuRecentlyClosedTabs"
    196                     data-l10n-id="appmenu-recently-closed-tabs"
    197                     class="subviewbutton subviewbutton-nav"
    198                     closemenu="none"
    199                     />
    200      <toolbarbutton id="appMenuRecentlyClosedWindows"
    201                     data-l10n-id="appmenu-recently-closed-windows"
    202                     class="subviewbutton subviewbutton-nav"
    203                     closemenu="none"
    204                     />
    205      <toolbarbutton id="appMenuSearchHistory"
    206                     data-l10n-id="appmenu-search-history"
    207                     class="subviewbutton"
    208                     />
    209      <toolbarbutton id="appMenu-restoreSession"
    210                     data-l10n-id="appmenu-restore-session"
    211                     class="subviewbutton"
    212                     command="Browser:RestoreLastSession"/>
    213      <toolbarseparator/>
    214      <toolbarbutton id="appMenuClearRecentHistory"
    215                     data-l10n-id="appmenu-clear-history"
    216                     class="subviewbutton"
    217                     command="Tools:Sanitize"/>
    218      <toolbarseparator/>
    219      <html:h2 id="panelMenu_recentHistory" class="subview-subheader" data-l10n-id="appmenu-recent-history-subheader"></html:h2>
    220      <toolbaritem id="appMenu_historyMenu"
    221                   orient="vertical"
    222                   smoothscroll="false"
    223                   flatList="true"
    224                   tooltip="bhTooltip"
    225                   role="group"
    226                   aria-labelledby="panelMenu_recentHistory">
    227        <!-- history menu items will go here -->
    228      </toolbaritem>
    229    </vbox>
    230    <toolbarseparator/>
    231    <toolbarbutton id="PanelUI-historyMore"
    232                   class="subviewbutton panel-subview-footer-button"
    233                   data-l10n-id="appmenu-manage-history"
    234                   key="showAllHistoryKb"
    235                   command="Browser:ShowAllHistory"
    236                   />
    237  </panelview>
    238 
    239  <panelview id="PanelUI-profiles"
    240             flex="1"
    241             has-custom-header="true">
    242    <box id="PanelUI-profiles-header"
    243         class="panel-header panel-header-with-additional-element">
    244      <toolbarbutton class="subviewbutton subviewbutton-iconic subviewbutton-back"
    245                     id="profiles-appmenu-back-button"
    246                     tabindex="0"
    247                     closemenu="none"
    248                     />
    249      <html:h1 id="profiles-header-title">
    250        <html:span id="profiles-header-content"></html:span>
    251      </html:h1>
    252      <toolbarbutton id="profiles-edit-this-profile-button"
    253                     class="subviewbutton subviewbutton-iconic"
    254                     data-l10n-id="appmenu-edit-profile"
    255                     />
    256    </box>
    257    <vbox class="panel-subview-body">
    258      <vbox id="current-profile">
    259        <box id="half-height-profile"></box>
    260        <image id="profile-icon-image"></image>
    261      </vbox>
    262      <html:h2 id="profiles-subtitle"
    263               class="subview-subheader"
    264               data-l10n-id="appmenu-other-profiles" />
    265      <vbox id="profiles-list"></vbox>
    266    </vbox>
    267  </panelview>
    268 
    269  <panelview id="appMenu-library-recentlyClosedTabs"/>
    270  <panelview id="appMenu-library-recentlyClosedWindows"/>
    271 
    272  <panelview id="PanelUI-containers">
    273    <vbox id="PanelUI-containersItems"/>
    274  </panelview>
    275 
    276  <panelview id="PanelUI-helpView" class="PanelUI-subView" data-l10n-id="appmenu-help-header" data-l10n-attrs="title">
    277    <vbox id="PanelUI-helpItems" class="panel-subview-body"/>
    278  </panelview>
    279 
    280  <panelview id="PanelUI-bookmarks" class="PanelUI-subView">
    281    <vbox class="panel-subview-body">
    282      <toolbarbutton id="panelMenuBookmarkThisPage"
    283                     class="subviewbutton"
    284                     command="Browser:AddBookmarkAs"
    285                     />
    286      <toolbarbutton id="panelMenu_searchBookmarks"
    287                     data-l10n-id="bookmarks-search"
    288                     class="subviewbutton"
    289                     />
    290      <toolbarbutton id="panelMenu_viewBookmarksToolbar"
    291                     class="subviewbutton"
    292                     data-l10n-id="bookmarks-tools-toolbar-visibility-panel"
    293                     data-l10n-args='{ "isVisible": false }'
    294                     />
    295      <toolbarseparator/>
    296      <html:h2 id="panelMenu_recentBookmarks"
    297          data-l10n-id="bookmarks-recent-bookmarks-panel-subheader"
    298          class="subview-subheader"/>
    299      <toolbaritem id="panelMenu_bookmarksMenu"
    300                   orient="vertical"
    301                   smoothscroll="false"
    302                   flatList="true"
    303                   tooltip="bhTooltip"
    304                   role="group"
    305                   aria-labelledby="panelMenu_recentBookmarks">
    306        <!-- bookmarks menu items will go here -->
    307      </toolbaritem>
    308    </vbox>
    309    <toolbarseparator/>
    310    <toolbarbutton id="panelMenu_showAllBookmarks"
    311                   data-l10n-id="bookmarks-manage-bookmarks"
    312                   class="subviewbutton panel-subview-footer-button"
    313                   command="Browser:ShowAllBookmarks"
    314                   />
    315  </panelview>
    316 
    317  <panelview id="PanelUI-profiler"
    318             mainview-with-header="true"
    319             has-customized-header="true">
    320    <vbox id="PanelUI-profiler-header" animationready="false">
    321      <hbox id="PanelUI-profiler-header-bar"
    322            class="panel-header panel-header-with-additional-element panel-header-with-info-button">
    323        <html:h1>
    324          <html:span data-l10n-id="profiler-popup-header-text"></html:span>
    325        </html:h1>
    326        <toolbarbutton id="PanelUI-profiler-info-button"
    327                      class="panel-info-button"
    328                      closemenu="none"
    329                      data-l10n-id="profiler-popup-reveal-description-button">
    330          <image/>
    331        </toolbarbutton>
    332      </hbox>
    333      <toolbarseparator />
    334      <vbox id="PanelUI-profiler-info">
    335        <hbox id="PanelUI-profiler-info-graphic" flex="1">
    336          <spacer flex="1" />
    337          <vbox>
    338            <spacer flex="1" />
    339            <image class="PanelUI-profiler-info-icon" />
    340          </vbox>
    341        </hbox>
    342        <label class="PanelUI-profiler-description-title" data-l10n-id="profiler-popup-description-title" />
    343        <description class="PanelUI-profiler-description" data-l10n-id="profiler-popup-description" />
    344        <hbox>
    345          <button id="PanelUI-profiler-learn-more"
    346                  class="PanelUI-profiler-button-link text-link"
    347                  tabindex="-1"
    348                  data-l10n-id="profiler-popup-learn-more-button" />
    349        </hbox>
    350      </vbox>
    351    </vbox>
    352    <vbox id="PanelUI-profiler-content">
    353      <vbox id="PanelUI-profiler-content-settings">
    354        <label class="PanelUI-profiler-content-label"
    355               data-l10n-id="profiler-popup-settings" />
    356        <menulist id="PanelUI-profiler-presets"
    357                  flex="1"
    358                  value="custom"
    359                  size="large">
    360          <menupopup id="PanelUI-profiler-presets-menupopup" presetsbuilt="false">
    361            <!-- The rest of the values get dynamically inserted. The "presetsbuilt"
    362                attribute will get updated to "true" once the presets have been
    363                built. -->
    364            <menuitem id="PanelUI-profiler-presets-custom"
    365                      data-l10n-id="profiler-popup-presets-custom-label"
    366                      value="custom"/>
    367          </menupopup>
    368        </menulist>
    369        <!-- The following description gets inserted dynamically. -->
    370        <description id="PanelUI-profiler-content-description" />
    371        <hbox>
    372          <button id="PanelUI-profiler-content-edit-settings"
    373                  class="PanelUI-profiler-button-link text-link"
    374                  data-l10n-id="profiler-popup-edit-settings-button">
    375          </button>
    376        </hbox>
    377      </vbox>
    378      <hbox id="PanelUI-profiler-content-recording">
    379        <image class="PanelUI-profiler-recording-icon" />
    380        <label class="PanelUI-profiler-recording-label" data-l10n-id="profiler-popup-recording-screen" />
    381      </hbox>
    382      <hbox id="PanelUI-profiler-inactive" class="PanelUI-profiler-buttons">
    383        <spacer flex="1" />
    384        <vbox>
    385          <button data-l10n-id="profiler-popup-start-recording-button"
    386                  id="PanelUI-profiler-startRecording"
    387                  class="PanelUI-profiler-button PanelUI-profiler-button-primary" />
    388          <label class="PanelUI-profiler-shortcut"
    389                 data-l10n-id="profiler-popup-start-shortcut" />
    390        </vbox>
    391        <spacer flex="1" />
    392      </hbox>
    393      <hbox id="PanelUI-profiler-active" class="PanelUI-profiler-buttons">
    394        <vbox flex="1">
    395          <button data-l10n-id="profiler-popup-discard-button"
    396                  class="PanelUI-profiler-button"
    397                  id="PanelUI-profiler-stopAndDiscard" />
    398          <label class="PanelUI-profiler-shortcut"
    399                 data-l10n-id="profiler-popup-start-shortcut" />
    400        </vbox>
    401        <vbox flex="1">
    402          <button data-l10n-id="profiler-popup-capture-button"
    403                  class="PanelUI-profiler-button PanelUI-profiler-button-primary"
    404                  id="PanelUI-profiler-stopAndCapture" />
    405          <label data-l10n-id="profiler-popup-capture-shortcut"
    406                 class="PanelUI-profiler-shortcut" />
    407        </vbox>
    408      </hbox>
    409    </vbox>
    410  </panelview>
    411 
    412  <panelview id="PanelUI-panicView">
    413    <vbox class="panel-subview-body">
    414      <hbox id="PanelUI-panic-timeframe">
    415        <image id="PanelUI-panic-timeframe-icon" alt=""/>
    416        <vbox flex="1">
    417          <description data-l10n-id="panic-main-timeframe-desc" id="PanelUI-panic-mainDesc"></description>
    418          <radiogroup id="PanelUI-panic-timeSpan" aria-labelledby="PanelUI-panic-mainDesc" closemenu="none">
    419            <radio id="PanelUI-panic-5min" data-l10n-id="panic-button-5min" selected="true"
    420                  value="5" class="subviewradio"/>
    421            <radio id="PanelUI-panic-2hr" data-l10n-id="panic-button-2hr"
    422                  value="2" class="subviewradio"/>
    423            <radio id="PanelUI-panic-day" data-l10n-id="panic-button-day"
    424                  value="6" class="subviewradio"/>
    425          </radiogroup>
    426        </vbox>
    427      </hbox>
    428      <vbox id="PanelUI-panic-explanations">
    429        <label id="PanelUI-panic-actionlist-main-label" data-l10n-id="panic-button-action-desc"></label>
    430 
    431        <label id="PanelUI-panic-actionlist-windows" class="PanelUI-panic-actionlist" data-l10n-id="panic-button-delete-tabs-and-windows"></label>
    432        <label id="PanelUI-panic-actionlist-cookies" class="PanelUI-panic-actionlist" data-l10n-id="panic-button-delete-cookies"></label>
    433        <label id="PanelUI-panic-actionlist-history" class="PanelUI-panic-actionlist" data-l10n-id="panic-button-delete-history"></label>
    434        <label id="PanelUI-panic-actionlist-newwindow" class="PanelUI-panic-actionlist" data-l10n-id="panic-button-open-new-window"></label>
    435 
    436        <label id="PanelUI-panic-warning" data-l10n-id="panic-button-undo-warning"></label>
    437      </vbox>
    438      <button id="PanelUI-panic-view-button"
    439              data-l10n-id="panic-button-forget-button"/>
    440    </vbox>
    441  </panelview>
    442 
    443  <panelview id="appmenu-moreTools" class="PanelUI-subView">
    444    <vbox class="panel-subview-body">
    445      <toolbarbutton id="appmenu-moreTools-button"
    446                     class="subviewbutton"
    447                     data-l10n-id="appmenu-customizetoolbar"
    448                     command="cmd_CustomizeToolbars"/>
    449      <toolbarseparator/>
    450      <html:h2 id="appmenu-developer-tools"
    451          data-l10n-id="appmenu-developer-tools-subheader"
    452          class="subview-subheader"/>
    453      <vbox id="appmenu-developer-tools-view"
    454            role="group"
    455            aria-labelledby="appmenu-developer-tools">
    456        <!-- Developer Tools menu items are inserted here -->
    457      </vbox>
    458    </vbox>
    459  </panelview>
    460 
    461  <panelview id="PanelUI-developer-tools" class="PanelUI-subview">
    462    <vbox id="PanelUI-developer-tools-view"
    463          class="panel-subview-body"
    464          role="group">
    465      <!-- Developer Tools menu items are inserted here -->
    466    </vbox>
    467  </panelview>
    468 
    469  <panelview id="PanelUI-remotetabs" class="PanelUI-subView">
    470    <vbox class="panel-subview-body">
    471      <!-- this widget has 3 boxes in the body, but only 1 is ever visible -->
    472      <!-- When Sync is ready to sync -->
    473      <vbox id="PanelUI-remotetabs-main" hidden="true">
    474        <vbox id="PanelUI-remotetabs-buttons">
    475          <toolbarbutton id="PanelUI-remotetabs-syncnow"
    476                         align="center"
    477                         class="subviewbutton"
    478                         closemenu="none">
    479            <hbox flex="1">
    480              <image class="syncNowBtn"/>
    481              <label class="syncnow-label"
    482                     data-l10n-id="appmenuitem-fxa-toolbar-sync-now2"
    483                     sync-now-data-l10n-id="appmenuitem-fxa-toolbar-sync-now2"
    484                     syncing-data-l10n-id="fxa-toolbar-sync-syncing2"
    485                     flex="1"
    486                     crop="end"/>
    487            </hbox>
    488          </toolbarbutton>
    489          <toolbarbutton id="PanelUI-remotetabs-view-managedevices"
    490                         class="subviewbutton"
    491                         data-l10n-id="appmenuitem-fxa-manage-account"
    492                         >
    493                         <observes element="sidebar-box" attribute="positionend"/>
    494          </toolbarbutton>
    495          <toolbarseparator id="PanelUI-remotetabs-separator"/>
    496        </vbox>
    497        <deck id="PanelUI-remotetabs-deck">
    498          <!-- Sync is ready to Sync and the "tabs" engine is enabled -->
    499          <vbox id="PanelUI-remotetabs-tabspane">
    500            <vbox id="PanelUI-remotetabs-tabslist"
    501            notabsforclientlabel="appmenu-remote-tabs-notabs"
    502                  />
    503          </vbox>
    504          <!-- Sync is ready to Sync but we are still fetching the tabs to show -->
    505          <vbox id="PanelUI-remotetabs-fetching">
    506            <!-- Show intentionally blank panel, see bug 1239845 -->
    507          </vbox>
    508          <!-- Sync is ready to Sync but the "tabs" engine isn't enabled-->
    509          <hbox id="PanelUI-remotetabs-tabsdisabledpane" pack="center" flex="1">
    510            <vbox class="PanelUI-remotetabs-instruction-box" align="center">
    511              <hbox pack="center">
    512                <image class="fxaSyncIllustrationIssue"/>
    513              </hbox>
    514              <label class="PanelUI-remotetabs-instruction-label" data-l10n-id="appmenu-remote-tabs-tabsnotsyncing"></label>
    515              <hbox pack="center">
    516                <toolbarbutton class="PanelUI-remotetabs-button"
    517                               id="PanelUI-remotetabs-tabsdisabledpane-button"
    518                               data-l10n-id="appmenu-remote-tabs-opensettings"
    519                               />
    520              </hbox>
    521            </vbox>
    522          </hbox>
    523          <!-- Sync has only 1 (ie, this) device connected -->
    524          <hbox id="PanelUI-remotetabs-nodevicespane" pack="center" flex="1">
    525            <vbox class="PanelUI-remotetabs-instruction-box" align="center">
    526              <hbox pack="center">
    527                <image class="fxaSyncIllustrationIssue"/>
    528              </hbox>
    529              <label class="PanelUI-remotetabs-instruction-label" data-l10n-id="appmenu-remote-tabs-noclients"></label>
    530              <toolbarbutton id="PanelUI-remotetabs-connect-device-button"
    531                             class="PanelUI-remotetabs-button"
    532                             data-l10n-id="appmenu-remote-tabs-connectdevice"
    533                             />
    534            </vbox>
    535          </hbox>
    536        </deck>
    537      </vbox>
    538      <!-- a box to ensure contained boxes are centered horizonally -->
    539      <hbox pack="center" flex="1">
    540        <!-- When Sync is not configured -->
    541        <vbox id="PanelUI-remotetabs-setupsync"
    542              flex="1"
    543              align="center"
    544              class="PanelUI-remotetabs-instruction-box"
    545              hidden="true">
    546          <image class="fxaSyncIllustration"/>
    547          <label class="PanelUI-remotetabs-instruction-label" data-l10n-id="appmenu-remote-tabs-welcome"></label>
    548          <toolbarbutton class="PanelUI-remotetabs-button"
    549                         id="PanelUI-remotetabs-setupsync-button"
    550                         data-l10n-id="appmenu-remote-tabs-sign-into-sync"
    551                         />
    552        </vbox>
    553        <!-- When Sync is not enabled -->
    554        <vbox id="PanelUI-remotetabs-syncdisabled"
    555              flex="1"
    556              align="center"
    557              class="PanelUI-remotetabs-instruction-box"
    558              hidden="true">
    559          <image class="fxaSyncIllustration"/>
    560          <label class="PanelUI-remotetabs-instruction-label" data-l10n-id="appmenu-remote-tabs-welcome"></label>
    561          <toolbarbutton class="PanelUI-remotetabs-button"
    562                         id="PanelUI-remotetabs-syncdisabled-button"
    563                         data-l10n-id="appmenu-remote-tabs-turn-on-sync"
    564                         />
    565        </vbox>
    566        <!-- When Sync needs re-authentication -->
    567        <vbox id="PanelUI-remotetabs-reauthsync"
    568              flex="1"
    569              align="center"
    570              class="PanelUI-remotetabs-instruction-box"
    571              hidden="true">
    572          <image class="fxaSyncIllustrationIssue"/>
    573          <label class="PanelUI-remotetabs-instruction-label" data-l10n-id="appmenu-remote-tabs-welcome"></label>
    574          <toolbarbutton class="PanelUI-remotetabs-button"
    575                         id="PanelUI-remotetabs-reauthsync-button"
    576                         data-l10n-id="appmenu-remote-tabs-sign-into-sync"
    577                         />
    578        </vbox>
    579        <!-- When Sync needs verification -->
    580        <vbox id="PanelUI-remotetabs-unverified"
    581              flex="1"
    582              align="center"
    583              class="PanelUI-remotetabs-instruction-box"
    584              hidden="true">
    585          <image class="fxaSyncIllustrationIssue"/>
    586          <label class="PanelUI-remotetabs-instruction-label" data-l10n-id="appmenu-remote-tabs-unverified"></label>
    587          <toolbarbutton class="PanelUI-remotetabs-button"
    588                         id="PanelUI-remotetabs-unverified-button"
    589                         data-l10n-id="appmenu-remote-tabs-opensettings"
    590                         />
    591        </vbox>
    592      </hbox>
    593    </vbox>
    594  </panelview>
    595 
    596  <panelview id="PanelUI-fxa" class="PanelUI-subView">
    597    <vbox id="PanelUI-fxa-menu" class="panel-subview-body">
    598      <toolbaritem id="PanelUI-fxa-menu-message"
    599                   closemenu="none">
    600      </toolbaritem>
    601      <toolbarbutton id="fxa-manage-account-button"
    602                     align="center"
    603                     class="subviewbutton"
    604                     >
    605        <vbox flex="1">
    606          <label id="fxa-menu-header-title"
    607                 crop="end"
    608                 data-l10n-id="appmenuitem-fxa-sign-in"/>
    609          <label id="fxa-menu-header-description"
    610                 crop="end"
    611                 hidden="true"
    612                 data-l10n-id="fxa-menu-turn-on-sync"/>
    613        </vbox>
    614      </toolbarbutton>
    615      <toolbarbutton id="PanelUI-fxa-menu-syncnow-button"
    616                     align="center"
    617                     class="subviewbutton"
    618                     closemenu="none">
    619        <hbox flex="1">
    620          <image id="PanelUI-appMenu-fxa-image-last-synced"
    621                 class="syncNowBtn"/>
    622          <label class="syncnow-label"
    623                 data-l10n-id="appmenuitem-fxa-toolbar-sync-now2"
    624                 sync-now-data-l10n-id="appmenuitem-fxa-toolbar-sync-now2"
    625                 syncing-data-l10n-id="fxa-toolbar-sync-syncing2"
    626                 flex="1"
    627                 crop="end"/>
    628        </hbox>
    629      </toolbarbutton>
    630      <vbox id="PanelUI-signedin-panel" hidden="true">
    631        <vbox id="PanelUI-fxa-menu-setup-sync-container" hidden="true">
    632          <vbox class="PanelUI-fxa-menu-setup-sync" flex="1">
    633            <hbox class="sync-status-container" align="center">
    634              <image class="sync-status-indicator" role="presentation"/>
    635              <image class="sync-setup-icon" alt="Sync Status Icon" />
    636              <label id="sync-status-text"
    637                    class="sync-setup-title"
    638                    data-l10n-id="appmenuitem-fxa-sync-off-title"
    639                    crop="end" />
    640            </hbox>
    641            <label id="sync-description-text"
    642                  class="sync-setup-description"
    643                  data-l10n-id="appmenuitem-fxa-sync-off-description"
    644                  crop="end"/>
    645            <toolbarbutton id="PanelUI-fxa-menu-setup-sync-button"
    646                    class="subviewbutton"
    647                    data-l10n-id="appmenu-fxa-setup-sync-new"/>
    648          </vbox>
    649          <toolbarseparator id="PanelUI-set-up-sync-separator" />
    650      </vbox>
    651      <!-- The `Connect Another Device` button is disabled by default until the user logs into Sync. -->
    652      <toolbarbutton id="PanelUI-fxa-menu-connect-device-button"
    653                      class="subviewbutton"
    654                      data-l10n-id="fxa-menu-connect-another-device"
    655                      disabled="true"
    656                      />
    657      <toolbarbutton id="PanelUI-fxa-menu-sync-prefs-button"
    658                      class="subviewbutton"
    659                      data-l10n-id="fxa-menu-sync-settings"
    660                      hidden="true"
    661                      />
    662      <toolbarseparator id="PanelUI-fxa-menu-sendtab-separator" />
    663      <toolbarbutton id="PanelUI-fxa-menu-sendtab-button"
    664                      class="subviewbutton subviewbutton-nav"
    665                      data-l10n-id="fxa-menu-send-to-device"
    666                      data-l10n-args='{"tabCount":1}'
    667                      closemenu="none"
    668                      />
    669      <toolbarseparator id="PanelUI-sign-out-separator" />
    670      <toolbarbutton id="PanelUI-fxa-menu-account-signout-button"
    671              class="subviewbutton"
    672              data-l10n-id="fxa-menu-sign-out"
    673              hidden="true"/>
    674      </vbox>
    675      <toolbarbutton id="PanelUI-fxa-menu-empty-profiles-button"
    676                     class="subviewbutton subviewbutton-nav"
    677                     closemenu="none"
    678                     data-l10n-id="appmenu-profiles-2"
    679                     hidden="true"/>
    680      <toolbarbutton id="PanelUI-fxa-menu-profiles-button"
    681                     class="subviewbutton subviewbutton-nav subviewbutton-iconic"
    682                     closemenu="none"
    683                     hidden="true"/>
    684      <toolbarseparator id="PanelUI-fxa-menu-profiles-separator" class="proton-zap" hidden="true"/>
    685      <!-- My Services panel - visible if the user has any of the listed services below set up on their account-->
    686      <vbox id="PanelUI-fxa-menu-services" hidden="true">
    687        <toolbarseparator />
    688          <label id="PanelUI-fxa-menu-services-header" crop="end" class="PanelUI-fxa-menu-section-title" data-l10n-id="appmenu-services-header" />
    689        <!-- Relay -->
    690          <vbox>
    691            <toolbarbutton id="PanelUI-services-menu-relay-button" class="fxa-cta-button subviewbutton subviewbutton-iconic">
    692              <vbox flex="1">
    693                <hbox align="center">
    694                  <image class="PanelUI-fxa-menu-relay-button ctaMenuLogo" role="presentation" />
    695                  <label id="fxa-menu-header-title" crop="end" data-l10n-id="appmenuitem-relay-title" />
    696                </hbox>
    697                <label id="cta-menu-header-description" crop="end" data-l10n-id="appmenuitem-services-relay-description" />
    698              </vbox>
    699            </toolbarbutton>
    700          </vbox>
    701      </vbox>
    702      <!-- updateCTAPanel will control if we show this panel -->
    703      <vbox id="PanelUI-fxa-cta-menu" hidden="true">
    704        <toolbarseparator id="PanelUI-products-separator" />
    705        <label id="fxa-menu-other-protection-tools-header" crop="end" class="PanelUI-fxa-menu-section-title" data-l10n-id="appmenu-other-protection-header2" />
    706        <toolbarbutton id="PanelUI-fxa-menu-monitor-button" class="fxa-cta-button subviewbutton subviewbutton-iconic">
    707          <vbox flex="1">
    708            <hbox align="center">
    709              <image class="PanelUI-fxa-menu-monitor-button ctaMenuLogo" role="presentation" />
    710              <label id="fxa-menu-header-title" crop="end" data-l10n-id="appmenuitem-monitor-title" />
    711            </hbox>
    712            <label id="cta-menu-header-description" crop="end" data-l10n-id="appmenuitem-monitor-description" />
    713          </vbox>
    714        </toolbarbutton>
    715        <toolbarbutton id="PanelUI-fxa-menu-relay-button" class="fxa-cta-button subviewbutton subviewbutton-iconic">
    716          <vbox flex="1">
    717            <hbox align="center">
    718              <image class="PanelUI-fxa-menu-relay-button ctaMenuLogo" role="presentation" />
    719              <label id="fxa-menu-header-title" crop="end" data-l10n-id="appmenuitem-relay-title" />
    720            </hbox>
    721            <label id="cta-menu-header-description" crop="end" data-l10n-id="appmenuitem-relay-description" />
    722          </vbox>
    723        </toolbarbutton>
    724        <toolbarbutton id="PanelUI-fxa-menu-vpn-button" class="fxa-cta-button subviewbutton subviewbutton-iconic">
    725          <vbox flex="1">
    726            <hbox align="center">
    727              <image class="PanelUI-fxa-menu-vpn-button ctaMenuLogo" role="presentation" />
    728              <label id="fxa-menu-header-title" crop="end" data-l10n-id="appmenuitem-vpn-title" />
    729            </hbox>
    730            <label id="cta-menu-header-description" crop="end" data-l10n-id="appmenuitem-vpn-description" />
    731          </vbox>
    732        </toolbarbutton>
    733      </vbox>
    734      <deck id="PanelUI-fxa-remotetabs-deck">
    735        <!-- Sync is ready to Sync and the "tabs" engine is enabled -->
    736        <vbox id="PanelUI-fxa-remotetabs-tabspane">
    737          <toolbarseparator id="PanelUI-remote-tabs-separator" />
    738          <vbox id="PanelUI-fxa-remotetabs-tabslist"
    739          notabsforclientlabel="appmenu-remote-tabs-notabs"
    740          />
    741        </vbox>
    742        <!-- Sync is ready to Sync but we are still fetching the tabs to show -->
    743        <vbox id="PanelUI-fxa-remotetabs-fetching">
    744          <!-- Show intentionally blank panel, see bug 1239845 -->
    745        </vbox>
    746      </deck>
    747    </vbox>
    748  </panelview>
    749 
    750  <!-- This panelview is used to contain the dynamically created buttons for send tab to devices -->
    751  <panelview id="PanelUI-sendTabToDevice" class="PanelUI-subView">
    752    <vbox class="panel-subview-body">
    753      <toolbarbutton id="PanelUI-sendTabToDevice-syncingDevices" class="subviewbutton subviewbutton-iconic pageAction-sendToDevice-notReady"
    754                     data-l10n-id="fxa-menu-send-tab-to-device-syncnotready"
    755                     disabled="true"/>
    756    </vbox>
    757  </panelview>
    758 
    759  <panelview id="PanelUI-fxa-menu-sendtab-not-configured" class="PanelUI-subView">
    760    <vbox id="PanelUI-fxa-sendtab-not-configured" align="center" class="panel-subview-body">
    761      <image class="fxaSendToDeviceLogo" role="presentation"/>
    762      <label class="PanelUI-fxa-service-description-label" data-l10n-id="fxa-menu-send-tab-to-device-description"></label>
    763      <toolbarbutton id="PanelUI-fxa-menu-sendtab-not-configured-button"
    764                     class="PanelUI-fxa-signin-button"
    765                     data-l10n-id="appmenuitem-fxa-sign-in"
    766                     />
    767    </vbox>
    768  </panelview>
    769 
    770  <panelview id="PanelUI-fxa-menu-sendtab-no-devices" class="PanelUI-subView">
    771    <vbox id="PanelUI-fxa-sendtab-no-devices" align="center" class="panel-subview-body">
    772      <image class="fxaSendToDeviceLogo" role="presentation"/>
    773      <label class="PanelUI-fxa-service-description-label" data-l10n-id="fxa-menu-send-tab-to-device-description"></label>
    774      <toolbarbutton id="PanelUI-fxa-menu-sendtab-connect-device-button"
    775                     class="PanelUI-fxa-signin-button"
    776                     data-l10n-id="appmenu-remote-tabs-connectdevice"
    777                     />
    778    </vbox>
    779  </panelview>
    780 
    781  <!-- This panelview holds the list of "inactive" tabs for devices -->
    782  <panelview id="PanelUI-fxa-menu-inactive-tabs" class="PanelUI-subView PanelUI-remotetabs-clientcontainer">
    783    <label itemtype="client">
    784    </label>
    785    <vbox class="panel-subview-body">
    786    </vbox>
    787  </panelview>
    788 
    789  <panelview id="appMenu-libraryView" class="PanelUI-subView">
    790    <vbox class="panel-subview-body">
    791      <toolbarbutton id="appMenu-library-bookmarks-button"
    792                     class="subviewbutton subviewbutton-nav"
    793                     data-l10n-id="library-bookmarks-menu"
    794                     closemenu="none"
    795                     />
    796      <toolbarbutton id="appMenu-library-history-button"
    797                     class="subviewbutton subviewbutton-nav"
    798                     data-l10n-id="appmenuitem-history"
    799                     closemenu="none"
    800                     />
    801      <toolbarbutton id="appMenu-library-downloads-button"
    802                     class="subviewbutton"
    803                     data-l10n-id="appmenuitem-downloads"
    804                     />
    805    </vbox>
    806  </panelview>
    807 
    808  <panelview id="reset-pbm-panel" class="PanelUI-subView" role="document">
    809    <vbox id="reset-pbm-panel-container" role="alertdialog" aria-labelledby="reset-pbm-panel-header">
    810      <hbox id="reset-pbm-panel-header">
    811        <description data-l10n-id="reset-pbm-panel-heading" role="heading" aria-level="2"/>
    812      </hbox>
    813 
    814      <description id="reset-pbm-panel-description" data-l10n-id="reset-pbm-panel-description"/>
    815      <checkbox id="reset-pbm-panel-checkbox" data-l10n-id="reset-pbm-panel-always-ask-checkbox"/>
    816 
    817      <html:moz-button-group id="reset-pbm-panel-footer" class="panel-footer">
    818        <button id="reset-pbm-panel-cancel-button"
    819                class="footer-button"
    820                data-l10n-id="reset-pbm-panel-cancel-button"
    821                ></button>
    822        <button slot="primary"
    823                id="reset-pbm-panel-confirm-button"
    824                class="footer-button"
    825                data-l10n-id="reset-pbm-panel-confirm-button"
    826                ></button>
    827      </html:moz-button-group>
    828    </vbox>
    829  </panelview>
    830 
    831  <panelview id="content-analysis-panel" class="PanelUI-subView" role="document" mainview-with-header="true">
    832    <vbox id="content-analysis-panel-container" role="alertdialog" aria-labelledby="content-analysis-header">
    833      <hbox class="panel-header">
    834        <html:h1 id="content-analysis-header" data-l10n-id="content-analysis-panel-title"/>
    835      </hbox>
    836      <description id="content-analysis-panel-description">
    837        <html:a is="moz-support-link"
    838                data-l10n-name="info"
    839                class="learnMore"
    840                support-page="data-loss-prevention"/>
    841      </description>
    842    </vbox>
    843  </panelview>
    844 
    845  <panelview id="PanelUI-ipprotection"
    846             class="PanelUI-subView"
    847             mainview-with-header="true"
    848             has-custom-header="true">
    849    <hbox id="PanelUI-ipprotection-header"
    850         class="panel-header panel-header-with-info-button">
    851        <html:h1>
    852          <html:span id="ipprotection-header-content"
    853                     data-l10n-id="ipprotection-title"></html:span>
    854          <html:moz-badge
    855            id="ipprotection-experiment-badge"
    856            data-l10n-id="ipprotection-experiment-badge"
    857          ></html:moz-badge>
    858        </html:h1>
    859    </hbox>
    860    <toolbarseparator/>
    861    <vbox id="PanelUI-ipprotection-content" class="panel-subview-body"/>
    862  </panelview>
    863 
    864  <panelview id="PanelUI-ipprotection-site-settings"
    865             class="PanelUI-subView"
    866             data-l10n-id="ipprotection-site-settings-title"
    867             data-l10n-attrs="title">
    868    <vbox id="PanelUI-ipprotection-site-settings-content" class="panel-subview-body"/>
    869  </panelview>
    870 
    871  <panelview id="ai-window-toggle-view" class="PanelUI-subView">
    872    <vbox class="panel-subview-body">
    873      <toolbarbutton id="ai-window-switch-classic"
    874                    class="subviewbutton"
    875                    data-l10n-id="ai-window-toggleview-switch-classic"
    876                    hidden="true"/>
    877      <toolbarbutton id="ai-window-switch-ai"
    878                    class="subviewbutton"
    879                    data-l10n-id="ai-window-toggleview-switch-ai"
    880                    hidden="true"/>
    881    </vbox>
    882  </panelview>
    883 
    884 #include ../../components/reportbrokensite/content/reportBrokenSitePanel.inc.xhtml
    885 </html:template>