tor-browser

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

authPreferences.inc.xhtml (1095B)


      1 # Copyright (c) 2020, The Tor Project, Inc.
      2 
      3 <groupbox id="torOnionServiceKeys" orient="vertical"
      4          data-category="panePrivacy" hidden="true">
      5  <label><html:h2
      6    data-l10n-id="onion-site-authentication-preferences-heading"
      7  ></html:h2></label>
      8  <hbox>
      9    <description
     10      class="description-deemphasized description-with-side-element"
     11      flex="1"
     12    >
     13      <html:span
     14        id="torOnionServiceKeys-overview"
     15        data-l10n-id="onion-site-authentication-preferences-overview"
     16      ></html:span>
     17      <label
     18        id="torOnionServiceKeys-learnMore"
     19        class="learnMore text-link"
     20        is="text-link"
     21        href="about:manual#onion-services_onion-service-authentication"
     22        useoriginprincipal="true"
     23        data-l10n-id="onion-site-authentication-preferences-learn-more"
     24      />
     25    </description>
     26    <vbox align="end">
     27      <html:button
     28        id="torOnionServiceKeys-savedKeys"
     29        class="accessory-button"
     30        data-l10n-id="onion-site-authentication-preferences-saved-keys-button"
     31      ></html:button>
     32    </vbox>
     33  </hbox>
     34 </groupbox>