Commit 2c5ff8e1 authored by alecf%netscape.com's avatar alecf%netscape.com
Browse files

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

r=putterman
parent e1327c42
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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;"/>
+8 −0
Original line number Diff line number Diff line
@@ -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>
+1 −9
Original line number Diff line number Diff line
@@ -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>
+0 −7
Original line number Diff line number Diff line
@@ -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;"/>