~ubuntu-branches/debian/stretch/downthemall/stretch

« back to all changes in this revision

Viewing changes to chrome/chrome.jar!/content/integration/saveas.xul

  • Committer: Package Import Robot
  • Author(s): Michael Meskes
  • Date: 2016-09-21 13:33:55 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20160921133355-ylst3mzzo82mghyw
Tags: upstream-3.0.6
ImportĀ upstreamĀ versionĀ 3.0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!-- You may find the license in the LICENSE file -->
3
 
 
4
 
<?xml-stylesheet type="text/css" href="chrome://dta/content/common/bindings.css"?>
5
 
<?xml-stylesheet type="text/css" href="chrome://dta/skin/common/saveas.css"?>
6
 
 
7
 
<!DOCTYPE overlay SYSTEM "chrome://dta/locale/saveas.dtd">
8
 
<overlay id="downthemallDownloadSaveAs" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
9
 
        <script type="application/x-javascript" src="chrome://dta/content/integration/saveas.js"/>
10
 
 
11
 
        <radiogroup id="mode">
12
 
                <vbox insertbefore="save" id="downthemallcontainer" collapsed="true" flex="1">
13
 
                        <hbox flex="1">
14
 
                                <radio id="downthemall" label="DownThemAll!" disabled="true"/>
15
 
                        </hbox>
16
 
                        <hbox id="tdta" flex="1">
17
 
                                <radio id="turbodta" disabled="true" label="dTa OneClick!"/>
18
 
                                <toolbarbutton id="turbodtaexec" disabled="true" />
19
 
                                <spacer flex="1"/>
20
 
                                <saveddropdown id="tdtalist" preference="directory" readonly="true" crop="center" flex="1"/>
21
 
                        </hbox>
22
 
                </vbox>
23
 
        </radiogroup>
24
 
</overlay>