This commit is contained in:
hyatt%netscape.com 2000-06-19 23:26:36 +00:00
Родитель 3bc222be36
Коммит 4111a23914
1 изменённых файлов: 5 добавлений и 4 удалений

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

@ -47,7 +47,7 @@
<template> <template>
<rule rdf:type="http://home.netscape.com/NC-rdf#BookmarkSeparator"> <rule rdf:type="http://home.netscape.com/NC-rdf#BookmarkSeparator">
<treechildren> <treechildren flex="1">
<treeitem uri="..." <treeitem uri="..."
type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type"> type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type">
<treerow> <treerow>
@ -60,7 +60,7 @@
</rule> </rule>
<rule> <rule>
<treechildren> <treechildren flex="1">
<treeitem uri="..." <treeitem uri="..."
type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type"> type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type">
<treerow> <treerow>
@ -72,7 +72,8 @@
</rule> </rule>
</template> </template>
<treecol rdf:resource="http://home.netscape.com/NC-rdf#Name" /> <treecolgroup>
<treecol flex="1" rdf:resource="http://home.netscape.com/NC-rdf#Name" />
</treecolgroup>
</tree> </tree>
</window> </window>