Download manager. Not part of build. a=asa

This commit is contained in:
blakeross%telocity.com 2002-03-06 00:34:15 +00:00
Родитель cb64ed1967
Коммит 8cb9f9e0d7
2 изменённых файлов: 13 добавлений и 1 удалений

Просмотреть файл

@ -169,6 +169,10 @@
label="&view.header.timeelapsed.label;" label="&view.header.timeelapsed.label;"
onclick="return TriStateColumnSort('TimeElapsed');" onclick="return TriStateColumnSort('TimeElapsed');"
observes="TimeElapsed" /> observes="TimeElapsed" />
<treecell class="treecell-header sortDirectionIndicator"
label="&view.header.source.label;"
onclick="return TriStateColumnSort('Source');"
observes="Source" />
<treecell class="treecell-header treecell-popup-icon" allowevents="true" id="popupCell"> <treecell class="treecell-header treecell-popup-icon" allowevents="true" id="popupCell">
<menu align="center" pack="center"> <menu align="center" pack="center">
<menupopup popupanchor="bottomright" popupalign="topright" <menupopup popupanchor="bottomright" popupalign="topright"
@ -200,6 +204,7 @@
<treecell label="rdf:http://home.netscape.com/NC-rdf#Transferred"/> <treecell label="rdf:http://home.netscape.com/NC-rdf#Transferred"/>
<treecell label="rdf:http://home.netscape.com/NC-rdf#TransferRate"/> <treecell label="rdf:http://home.netscape.com/NC-rdf#TransferRate"/>
<treecell label="rdf:http://home.netscape.com/NC-rdf#TimeElapsed"/> <treecell label="rdf:http://home.netscape.com/NC-rdf#TimeElapsed"/>
<treecell label="rdf:http://home.netscape.com/NC-rdf#URL"/>
</treerow> </treerow>
</treeitem> </treeitem>
</treechildren> </treechildren>
@ -248,7 +253,13 @@
sortSeparators="true" width="1*" flex="1" hidden="true" sortSeparators="true" width="1*" flex="1" hidden="true"
persist="width sortActive sortDirection hidden" persist="width sortActive sortDirection hidden"
resource="http://home.netscape.com/NC-rdf#TimeElapsed" resource="http://home.netscape.com/NC-rdf#TimeElapsed"
resource2="http://home.netscape.com/NC-rdf#TimeElapsed"/> resource2="http://home.netscape.com/NC-rdf#Name"/>
<splitter class="tree-splitter"/>
<treecol id="Source"
sortSeparators="true" width="1*" flex="1" hidden="true"
persist="width sortActive sortDirection hidden"
resource="http://home.netscape.com/NC-rdf#Source"
resource2="http://home.netscape.com/NC-rdf#Name"/>
<treecol persist="width" fixed="true" width="14" id="PopupColumn"/> <treecol persist="width" fixed="true" width="14" id="PopupColumn"/>
</treecolgroup> </treecolgroup>
</tree> </tree>

Просмотреть файл

@ -6,6 +6,7 @@
<!ENTITY view.header.transferrate.label "Speed"> <!ENTITY view.header.transferrate.label "Speed">
<!ENTITY view.header.timeelapsed.label "Time Elapsed"> <!ENTITY view.header.timeelapsed.label "Time Elapsed">
<!ENTITY view.header.progresstext.label "Percent Done"> <!ENTITY view.header.progresstext.label "Percent Done">
<!ENTITY view.header.source.label "Source">
<!ENTITY downloadManager.title "Download Manager"> <!ENTITY downloadManager.title "Download Manager">