Highlight the different servers in the folder pane. Eventually this should be in a style sheet but I've been having trouble getting that to work.

This commit is contained in:
mscott%netscape.com 1999-04-22 02:08:33 +00:00
Родитель dcf8147e08
Коммит dbfdf65c06
1 изменённых файлов: 9 добавлений и 3 удалений

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

@ -34,19 +34,25 @@
<treebody rdf:containment="http://home.netscape.com/NC-rdf#child">
<treeitem id="mailbox:/" open="true">
<treecell><treeindentation/><html:img hspace="2" style="vertical-align: bottom" src="&localMailHost.img;"/>&localMailHost.label;</treecell>
<treecell style="background-color: lightgrey"><treeindentation/><html:img hspace="2" style="vertical-align: bottom" src="&localMailHost.img;"/><b>&localMailHost.label;</b></treecell>
<treecell style="background-color: lightgrey"/>
<treecell style="background-color: lightgrey"/>
</treeitem>
</treebody>
<treebody rdf:containment="http://home.netscape.com/NC-rdf#child">
<treeitem id="imap:/" open="false">
<treecell><treeindentation/><html:img hspace="2" style="vertical-align: bottom" src="&imapHost.img;"/>&imapHost.label;</treecell>
<treecell style="background-color: lightgrey"><treeindentation/><html:img hspace="2" style="vertical-align: bottom" src="&imapHost.img;"/><b>&imapHost.label;</b></treecell>
<treecell style="background-color: lightgrey"/>
<treecell style="background-color: lightgrey"/>
</treeitem>
</treebody>
<treebody rdf:containment="http://home.netscape.com/NC-rdf#child">
<treeitem id="news://news.mozilla.org" open="false">
<treecell><treeindentation/><html:img hspace="2" style="vertical-align: bottom" src="&newsHost.img;"/>&newsHost.label;</treecell>
<treecell style="background-color: lightgrey"><treeindentation/><html:img hspace="2" style="vertical-align: bottom" src="&newsHost.img;"/><b>&newsHost.label;</b></treecell>
<treecell style="background-color: lightgrey"/>
<treecell style="background-color: lightgrey"/>
</treeitem>
</treebody>
</tree>