mirror of https://github.com/roytam1/boc-uxp.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.4 KiB
44 lines
1.4 KiB
3 years ago
|
<?xml version="1.0"?>
|
||
|
|
||
|
<!-- This Source Code is subject to the terms of the Mozilla Public License
|
||
|
- version 2.0 (the "License"). You can obtain a copy of the License at
|
||
|
- http://mozilla.org/MPL/2.0/. -->
|
||
|
|
||
|
#filter substitution
|
||
|
|
||
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||
|
<?xml-stylesheet href="chrome://@ADDON_CHROME_NAME@/skin/firstRun.css" type="text/css"?>
|
||
|
|
||
|
<!DOCTYPE dialog SYSTEM "chrome://@ADDON_CHROME_NAME@/locale/firstRun.dtd">
|
||
|
|
||
|
<dialog
|
||
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||
|
buttons="accept"
|
||
|
title="&dialog.title;"
|
||
|
id="abpFirstRun"
|
||
|
windowtype="abp:firstRun"
|
||
|
onload="init()">
|
||
|
|
||
|
<script type="application/x-javascript;version=1.7" src="utils.js"/>
|
||
|
<script type="application/x-javascript;version=1.7" src="firstRun.js"/>
|
||
|
|
||
|
<description>&confirmation;</description>
|
||
|
|
||
|
<vbox class="sectionContainer">
|
||
|
<description class="sectionTitle">&advancedSection;</description>
|
||
|
|
||
|
<description>&listSelection1;</description>
|
||
|
|
||
|
<vbox id="listNameContainer" hidden="true">
|
||
|
<description id="listName"/>
|
||
|
<label class="text-link" id="listHomepage" value="&visitHomepage.label;" onclick="Utils.loadInBrowser(this.getAttribute('_url'))"/>
|
||
|
</vbox>
|
||
|
<description id="listNone">&noList;</description>
|
||
|
</vbox>
|
||
|
|
||
|
<description id="changeDescription" _textTemplate="&listSelection2;">
|
||
|
<label class="text-link" onclick="openFilters();"/>
|
||
|
</description>
|
||
|
|
||
|
</dialog>
|