move mail status bar into a common overlay so that it can be used elsewhere like search (#33101)

r=putterman
This commit is contained in:
alecf%netscape.com 2000-06-21 21:11:34 +00:00
Родитель 966f92deaf
Коммит faf289bdfe
4 изменённых файлов: 9 добавлений и 23 удалений

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

@ -329,13 +329,6 @@ Rights Reserved.
<iframe id="messagepane" context="messagePaneContext" style="height: 0px" flex="1" name="messagepane" type="content-primary" src="about:blank"/>
</box>
<box id="status-bar">
<box align="vertical" style="width:100px">
<spring flex="100%"/>
<progressmeter id="statusbar-icon" mode="normal" value="0" onclick="dumpProgress()"/>
<spring flex="100%"/>
</box>
<text id="statusText" class="status-bar" align="left" flex="100%" value="&statusText.label;"/>
<text value="&unreadCountText.label;"/>
<text id="unreadMessageCount" style="min-width: 5px"/>
<text value="&totalCountText.label;"/>

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

@ -827,4 +827,12 @@ END of Deprecated -->
</toolbar>
</toolbox>
<box id="status-bar">
<box align="vertical" style="width:100px" position="1">
<spring flex="100%"/>
<progressmeter id="statusbar-icon" mode="normal" value="0" onclick="dumpProgress()"/>
<spring flex="100%"/>
</box>
<text id="statusText" class="status-bar" align="left" flex="100%" value="&statusText.label;" position="2"/>
</box>
</overlay>

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

@ -86,15 +86,7 @@ Rights Reserved.
</box>
<box id="status-bar">
<box align="vertical" style="width:100px">
<spring flex="100%"/>
<progressmeter id="statusbar-icon" mode="normal" value="0" onclick="dumpProgress()"/>
<spring flex="100%"/>
</box>
<button id="statusText" class="status-bar" align="left" flex="100%" value="&statusText.label;"/>
</box>
<box id="status-bar"/>
<toolbar id="taskbar"/>
</window>

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

@ -345,13 +345,6 @@ Rights Reserved.
<iframe id="messagepane" context="messagePaneContext" style="height: 0px" flex="1" name="messagepane" type="content-primary" src="about:blank"/>
</box>
<box id="status-bar">
<box align="vertical" style="width:100px">
<spring flex="100%"/>
<progressmeter id="statusbar-icon" mode="normal" value="0" onclick="dumpProgress()"/>
<spring flex="100%"/>
</box>
<text id="statusText" class="status-bar" align="left" flex="100%" value="&statusText.label;"/>
<text value="&unreadCountText.label;"/>
<text id="unreadMessageCount" style="min-width: 5px"/>
<text value="&totalCountText.label;"/>