зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
966f92deaf
Коммит
faf289bdfe
|
@ -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;"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче