browser/base/content/safeMode.xul

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 <?xml version="1.0"?>
michael@0 2
michael@0 3 <!-- This Source Code Form is subject to the terms of the Mozilla Public
michael@0 4 - License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
michael@0 6
michael@0 7 <!DOCTYPE prefwindow [
michael@0 8 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
michael@0 9 %brandDTD;
michael@0 10 <!ENTITY % safeModeDTD SYSTEM "chrome://browser/locale/safeMode.dtd" >
michael@0 11 %safeModeDTD;
michael@0 12 <!ENTITY % resetProfileDTD SYSTEM "chrome://global/locale/resetProfile.dtd" >
michael@0 13 %resetProfileDTD;
michael@0 14 ]>
michael@0 15
michael@0 16 <?xml-stylesheet href="chrome://global/skin/"?>
michael@0 17 <?xml-stylesheet href="chrome://browser/content/safeMode.css"?>
michael@0 18
michael@0 19 <dialog id="safeModeDialog"
michael@0 20 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
michael@0 21 title="&safeModeDialog.title;"
michael@0 22 buttons="accept,extra1"
michael@0 23 buttonlabelaccept="&startSafeMode.label;"
michael@0 24 buttonlabelextra1="&resetProfile.label;"
michael@0 25 maxwidth="&window.maxWidth;"
michael@0 26 ondialogaccept="return onDefaultButton()"
michael@0 27 ondialogcancel="onCancel();"
michael@0 28 ondialogextra1="return onExtra1()"
michael@0 29 onload="onLoad()">
michael@0 30
michael@0 31 <script type="application/javascript" src="chrome://global/content/resetProfile.js"/>
michael@0 32 <script type="application/javascript" src="chrome://browser/content/safeMode.js"/>
michael@0 33
michael@0 34 <vbox id="autoSafeMode" hidden="true">
michael@0 35 <description>&autoSafeModeDescription2.label;</description>
michael@0 36 </vbox>
michael@0 37
michael@0 38 <vbox id ="safeMode">
michael@0 39 <label>&safeModeDescription3.label;</label>
michael@0 40 <separator class="thin"/>
michael@0 41 <label>&safeModeDescription4.label;</label>
michael@0 42 <separator class="thin"/>
michael@0 43 <label id="resetProfileInstead">&resetProfileInstead.label;</label>
michael@0 44 </vbox>
michael@0 45
michael@0 46 <vbox id="resetProfile" hidden="true">
michael@0 47 <label>&resetProfile.dialog.items2.label;</label>
michael@0 48
michael@0 49 <vbox id="resetProfileItems" class="indent">
michael@0 50 </vbox>
michael@0 51
michael@0 52 <separator class="thin"/>
michael@0 53
michael@0 54 <label id="resetProfileFooter">&resetProfileFooter.label;</label>
michael@0 55
michael@0 56 <label>&safeModeInstead.label;</label>
michael@0 57
michael@0 58 <separator/>
michael@0 59 </vbox>
michael@0 60
michael@0 61 <separator class="thin"/>
michael@0 62 </dialog>

mercurial