This commit is contained in:
rjc%netscape.com 1999-08-09 22:30:30 +00:00
Родитель 83dc4ebc74
Коммит 7541216c9b
2 изменённых файлов: 6 добавлений и 3 удалений

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

@ -6,6 +6,9 @@
[
<!ENTITY window.title.label "Find Local Data">
<!ENTITY search1.label "Search for items in ">
<!ENTITY search2.label " whose ">
<!ENTITY bookmarks.label "Bookmarks">
<!ENTITY history.label "History">
@ -35,12 +38,12 @@
<html:table>
<html:tr>
<html:td>
Find items in
&search1.label;
<html:select id="datasource">
<html:option value="rdf:bookmarks">&bookmarks.label;</html:option>
<html:option value="rdf:history">&history.label;</html:option>
</html:select>
whose
&search2.label;
<html:p />
</html:td>
</html:tr>

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

@ -21,7 +21,7 @@
<html:script src="shared.js" />
<tree id="findresultstree" style="height: 100%" flex="100%" datasources="rdf:bookmarks rdf:find" ondblclick="return OpenURL(event, event.target.parentNode.parentNode);">
<tree id="findresultstree" style="height: 100%" flex="100%" datasources="rdf:bookmarks rdf:history rdf:find" ondblclick="return OpenURL(event, event.target.parentNode.parentNode);">
<treecol id="NameColumn" rdf:resource="http://home.netscape.com/NC-rdf#Name" sortActive="true" sortDirection="ascending" />
<treecol id="URLColumn" rdf:resource="http://home.netscape.com/NC-rdf#URL"/>
<treecol id="ShortcutURLColumn" rdf:resource="http://home.netscape.com/NC-rdf#ShortcutURL"/>