Add "Shortcut URL" column in bookmark window.

This commit is contained in:
rjc%netscape.com 1999-03-30 11:41:30 +00:00
Родитель 72d77e386f
Коммит b183b0b65e
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -116,6 +116,7 @@ function doSort(sortColName)
<tree datasources="rdf:bookmarks" onclick="return OpenURL(event,event.target.parentNode);">
<treecol id="NameColumn" rdf:resource="http://home.netscape.com/NC-rdf#Name"/>
<treecol id="URLColumn" rdf:resource="http://home.netscape.com/NC-rdf#URL"/>
<treecol id="ShortcutURLColumn" rdf:resource="http://home.netscape.com/NC-rdf#ShortcutURL"/>
<treehead>
<treeitem>
<treecell onclick="return doSort('NameColumn');">
@ -126,6 +127,10 @@ function doSort(sortColName)
<xul:observes element="URLColumn" attribute="sortActive"/>
<xul:observes element="URLColumn" attribute="sortDirection"/>
URL</treecell>
<treecell onclick="return doSort('ShortcutURLColumn');">
<xul:observes element="ShortcutURLColumn" attribute="sortActive"/>
<xul:observes element="ShortcutURLColumn" attribute="sortDirection"/>
Shortcut URL</treecell>
</treeitem>
</treehead>