Fixing bug 66655. Make status bar appear when AccountCentral page is displayed. sr=sspitzer

This commit is contained in:
racham%netscape.com 2001-01-30 02:32:20 +00:00
Родитель f0c96eafce
Коммит b970ee4f7d
1 изменённых файлов: 35 добавлений и 33 удалений

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

@ -125,45 +125,47 @@ Rights Reserved.
<menubar id="mailMenubar"/> <menubar id="mailMenubar"/>
</toolbox> </toolbox>
<box style="height:100px" flex="1"> <box style="height:100px" flex="1">
<box id="sidebar-box"> <box id="sidebar-box">
<sidebarheader type="box" class="sidebarheader-main" value="&mail-sidebar-header.label;"/> <sidebarheader type="box" class="sidebarheader-main" value="&mail-sidebar-header.label;"/>
<tree id="folderTree" flex="1000" context="folderPaneContext" /> <tree id="folderTree" flex="1000" context="folderPaneContext" />
</box> </box>
<splitter id="sidebar-splitter"/> <splitter id="sidebar-splitter"/>
<box orient="vertical" flex="1"> <box orient="vertical" flex="1">
<box id="accountCentralBox" orient="vertical" flex="1"> <box id="accountCentralBox" orient="vertical" flex="1">
<iframe name="accountCentralPane" flex="1" src="about:blank"/> <iframe name="accountCentralPane" flex="1" src="about:blank"/>
</box> </box>
<box id="messagesBox" orient="vertical" flex="1"> <box orient="vertical">
<box id="messagesBox" orient="vertical" flex="1">
<tree id="threadTree" flex="2" persist="height" style="height:0px" context="threadPaneContext" focusring="false"/> <tree id="threadTree" flex="2" persist="height" style="height:0px" context="threadPaneContext" focusring="false"/>
<!-- if you change this id, please change GetThreadAndMessagePaneSplitter() and MsgToggleMessagePane() -->
<!-- if you change this id, please change GetThreadAndMessagePaneSplitter() and MsgToggleMessagePane() --> <splitter collapse="after" persist="state" onclick="OnClickThreadAndMessagePaneSplitter()" id="threadpane-splitter" orient="vertical" autostretch="never">
<splitter collapse="after" persist="state" onclick="OnClickThreadAndMessagePaneSplitter()" <grippy/>
id="threadpane-splitter" orient="vertical" autostretch="never"> </splitter>
<grippy/>
</splitter> <box id="messagepanebox" align="vertical" flex="3" persist="collapsed height" class="window-focusborder" focusring="false" onclick="contentAreaClick(event);" ondraggesture="nsDragAndDrop.startDrag(event, contentAreaDNDObserver);">
<toolbox id="msgHeaderView"/>
<box id="messagepanebox" align="vertical" flex="3" persist="collapsed height" class="window-focusborder" focusring="false" onclick="contentAreaClick(event);" ondraggesture="nsDragAndDrop.startDrag(event, contentAreaDNDObserver);">
<toolbox id="msgHeaderView"/> <iframe id="messagepane" context="messagePaneContext" style="height: 0px" flex="1" name="messagepane" type="content-primary" src="about:blank"/>
</box>
<iframe id="messagepane" context="messagePaneContext" style="height: 0px" flex="1" name="messagepane" type="content-primary" src="about:blank"/>
</box>
<statusbar id="status-bar" class="mailwindow-statusbar">
<statusbarpanel id="unreadMessageCount" style="min-width: 5px"/>
<statusbarpanel id="totalMessageCount" style="min-width: 5px"/>
</statusbar>
</box>
</box> </box>
</box> <box id="statusBarBox" orient="vertical">
<statusbar id="status-bar" class="mailwindow-statusbar">
<statusbarpanel id="unreadMessageCount" style="min-width: 5px"/>
<statusbarpanel id="totalMessageCount" style="min-width: 5px"/>
</statusbar>
</box>
</box>
<box id="taskbar" class="toolbox-bottom"/> </box>
</box>
<box id="taskbar" class="toolbox-bottom"/>
</window> </window>