fix for #90782. add "total" and "unread" numbers back to the bottom right of

the vertical 3 pane layout.  (the were already there for the normal 3 pane layout.)
r & sr=bienvenu
This commit is contained in:
sspitzer%netscape.com 2001-07-14 03:15:04 +00:00
Родитель 0075deea91
Коммит f64d9295cf
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -183,8 +183,8 @@ Rights Reserved.
</hbox>
<statusbar id="status-bar" class="mailwindow-statusbar">
<statusbarpanel id="unreadMessageCount" hidden="true" style="min-width: 5px"/>
<statusbarpanel id="totalMessageCount" hidden="true" style="min-width: 5px"/>
<statusbarpanel id="unreadMessageCount" style="min-width: 5px"/>
<statusbarpanel id="totalMessageCount" style="min-width: 5px"/>
</statusbar>