securityLevelPanel.inc.xhtml (1150B)
1 <panel id="securityLevel-panel" 2 role="dialog" 3 aria-labelledby="securityLevel-header" 4 aria-describedby="securityLevel-level securityLevel-summary" 5 type="arrow" 6 orient="vertical" 7 class="cui-widget-panel panel-no-padding"> 8 <box class="panel-header"> 9 <html:h1 10 id="securityLevel-header" 11 data-l10n-id="security-level-panel-heading" 12 ></html:h1> 13 </box> 14 <toolbarseparator id="securityLevel-separator"></toolbarseparator> 15 <vbox id="securityLevel-background" class="panel-subview-body"> 16 <html:p id="securityLevel-level"></html:p> 17 <html:p id="securityLevel-summary"></html:p> 18 <html:a 19 is="moz-support-link" 20 id="securityLevel-learnMore" 21 tor-manual-page="security-settings" 22 data-l10n-id="security-level-panel-learn-more-link" 23 ></html:a> 24 <html:img id="securityLevel-background-image" alt="" /> 25 </vbox> 26 <html:moz-button-group class="panel-footer"> 27 <button 28 id="securityLevel-settings" 29 class="footer-button" 30 default="true" 31 data-l10n-id="security-level-panel-open-settings-button" 32 /> 33 </html:moz-button-group> 34 </panel>