This commit is contained in:
rjc%netscape.com 1999-02-26 02:45:25 +00:00
Родитель 1adc0f7aaa
Коммит d89d9cc85e
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -7,7 +7,7 @@ tree {
background-color: #eeeeee;
border: none;
border-spacing: 0px;
border-collapse: collapse;
// border-collapse: collapse;
}
treeitem {

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

@ -52,9 +52,9 @@ function doSort(node)
<xul:treecol rdf:resource="http://home.netscape.com/WEB-rdf#LastModifiedDate"/>
<xul:treehead>
<xul:treeitem>
<xul:treecell xul:resource='http://home.netscape.com/NC-rdf#Name' html:onClick="return doSort(this);">Name</xul:treecell>
<xul:treecell xul:resource='http://home.netscape.com/NC-rdf#URL' html:onClick="return doSort(this);">URL</xul:treecell>
<xul:treecell xul:resource='http://home.netscape.com/WEB-rdf#LastModifiedDate' html:onClick="return doSort(this);">Last Modified</xul:treecell>
<xul:treecell xul:resource='http://home.netscape.com/NC-rdf#Name' xul:onclick="return doSort(this);">Name</xul:treecell>
<xul:treecell xul:resource='http://home.netscape.com/NC-rdf#URL' xul:onclick="return doSort(this);">URL</xul:treecell>
<xul:treecell xul:resource='http://home.netscape.com/WEB-rdf#LastModifiedDate' xul:onclick="return doSort(this);">Last Modified</xul:treecell>
</xul:treeitem>
</xul:treehead>