зеркало из https://github.com/mozilla/pjs.git
Add support for sorting in-between separators. Restoring all bookmark columns (per marketing).
This commit is contained in:
Родитель
3f3e3b8f3a
Коммит
22725f01ff
|
@ -89,9 +89,13 @@
|
||||||
<treechildren>
|
<treechildren>
|
||||||
<treeitem uri="..." rdf:type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type" loading="rdf:http://home.netscape.com/NC-rdf#loading">
|
<treeitem uri="..." rdf:type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type" loading="rdf:http://home.netscape.com/NC-rdf#loading">
|
||||||
<treerow>
|
<treerow>
|
||||||
<treecell>
|
<treecell><html:hr width="100%" align="center" size="1" /></treecell>
|
||||||
<html:hr width="75%" align="center" size="1" />
|
<treecell><html:hr width="100%" align="center" size="1" /></treecell>
|
||||||
</treecell>
|
<treecell><html:hr width="100%" align="center" size="1" /></treecell>
|
||||||
|
<treecell><html:hr width="100%" align="center" size="1" /></treecell>
|
||||||
|
<treecell><html:hr width="100%" align="center" size="1" /></treecell>
|
||||||
|
<treecell><html:hr width="100%" align="center" size="1" /></treecell>
|
||||||
|
<treecell><html:hr width="100%" align="center" size="1" /></treecell>
|
||||||
</treerow>
|
</treerow>
|
||||||
</treeitem>
|
</treeitem>
|
||||||
</treechildren>
|
</treechildren>
|
||||||
|
@ -103,40 +107,34 @@
|
||||||
<treerow>
|
<treerow>
|
||||||
<treecell indent="true" value="rdf:http://home.netscape.com/NC-rdf#Name"/>
|
<treecell indent="true" value="rdf:http://home.netscape.com/NC-rdf#Name"/>
|
||||||
<treecell value="rdf:http://home.netscape.com/NC-rdf#URL"/>
|
<treecell value="rdf:http://home.netscape.com/NC-rdf#URL"/>
|
||||||
<!-- Comment out extra columns for beta
|
|
||||||
<treecell value="rdf:http://home.netscape.com/NC-rdf#ShortcutURL"/>
|
<treecell value="rdf:http://home.netscape.com/NC-rdf#ShortcutURL"/>
|
||||||
<treecell value="rdf:http://home.netscape.com/NC-rdf#Description"/>
|
<treecell value="rdf:http://home.netscape.com/NC-rdf#Description"/>
|
||||||
<treecell value="rdf:http://home.netscape.com/WEB-rdf#LastVisitDate"/>
|
<treecell value="rdf:http://home.netscape.com/WEB-rdf#LastVisitDate"/>
|
||||||
<treecell value="rdf:http://home.netscape.com/NC-rdf#BookmarkAddDate"/>
|
<treecell value="rdf:http://home.netscape.com/NC-rdf#BookmarkAddDate"/>
|
||||||
<treecell value="rdf:http://home.netscape.com/WEB-rdf#LastModifiedDate"/>
|
<treecell value="rdf:http://home.netscape.com/WEB-rdf#LastModifiedDate"/>
|
||||||
-->
|
|
||||||
</treerow>
|
</treerow>
|
||||||
</treeitem>
|
</treeitem>
|
||||||
</treechildren>
|
</treechildren>
|
||||||
</rule>
|
</rule>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<treecol persist="width" id="NameColumn" rdf:resource="http://home.netscape.com/NC-rdf#Name"/>
|
<treecol persist="width" id="NameColumn" sortSeparators="true" rdf:resource="http://home.netscape.com/NC-rdf#Name"/>
|
||||||
<treecol persist="width" id="URLColumn" rdf:resource="http://home.netscape.com/NC-rdf#URL"/>
|
<treecol persist="width" id="URLColumn" sortSeparators="true" rdf:resource="http://home.netscape.com/NC-rdf#URL"/>
|
||||||
<!-- Comment out extra columns for beta
|
<treecol persist="width" id="ShortcutURLColumn" sortSeparators="true" rdf:resource="http://home.netscape.com/NC-rdf#ShortcutURL"/>
|
||||||
<treecol persist="width" id="ShortcutURLColumn" rdf:resource="http://home.netscape.com/NC-rdf#ShortcutURL"/>
|
<treecol persist="width" id="DescriptionColumn" sortSeparators="true" rdf:resource="http://home.netscape.com/NC-rdf#Description"/>
|
||||||
<treecol persist="width" id="DescriptionColumn" rdf:resource="http://home.netscape.com/NC-rdf#Description"/>
|
<treecol persist="width" id="LastVisitColumn" sortSeparators="true" rdf:resource="http://home.netscape.com/WEB-rdf#LastVisitDate"/>
|
||||||
<treecol persist="width" id="LastVisitColumn" rdf:resource="http://home.netscape.com/WEB-rdf#LastVisitDate"/>
|
<treecol persist="width" id="AddedOnColumn" sortSeparators="true" rdf:resource="http://home.netscape.com/NC-rdf#BookmarkAddDate"/>
|
||||||
<treecol persist="width" id="AddedOnColumn" rdf:resource="http://home.netscape.com/NC-rdf#BookmarkAddDate"/>
|
<treecol persist="width" id="LastModColumn" sortSeparators="true" rdf:resource="http://home.netscape.com/WEB-rdf#LastModifiedDate"/>
|
||||||
<treecol persist="width" id="LastModColumn" rdf:resource="http://home.netscape.com/WEB-rdf#LastModifiedDate"/>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<treehead>
|
<treehead>
|
||||||
<treerow>
|
<treerow>
|
||||||
<treecell value="&tree.header.name.label;" onclick="return doSort('NameColumn');" observes="NameColumn" />
|
<treecell value="&tree.header.name.label;" onclick="return doSort('NameColumn');" observes="NameColumn" />
|
||||||
<treecell value="&tree.header.url.label;" onclick="return doSort('URLColumn');" observes="URLColumn" />
|
<treecell value="&tree.header.url.label;" onclick="return doSort('URLColumn');" observes="URLColumn" />
|
||||||
<!-- Comment out extra columns for beta
|
|
||||||
<treecell value="&tree.header.shortcut.label;" onclick="return doSort('ShortcutURLColumn');" observes="ShortcutURLColumn" />
|
<treecell value="&tree.header.shortcut.label;" onclick="return doSort('ShortcutURLColumn');" observes="ShortcutURLColumn" />
|
||||||
<treecell value="&tree.header.description.label;" onclick="return doSort('DescriptionColumn');" observes="DescriptionColumn" />
|
<treecell value="&tree.header.description.label;" onclick="return doSort('DescriptionColumn');" observes="DescriptionColumn" />
|
||||||
<treecell value="&tree.header.lastvisit.label;" onclick="return doSort('LastVisitColumn');" observes="LastVisitColumn" />
|
<treecell value="&tree.header.lastvisit.label;" onclick="return doSort('LastVisitColumn');" observes="LastVisitColumn" />
|
||||||
<treecell value="&tree.header.addedon.label;" onclick="return doSort('AddedOnColumn');" observes="AddedOnColumn" />
|
<treecell value="&tree.header.addedon.label;" onclick="return doSort('AddedOnColumn');" observes="AddedOnColumn" />
|
||||||
<treecell value="&tree.header.lastmod.label;" onclick="return doSort('LastModColumn');" observes="LastModColumn" />
|
<treecell value="&tree.header.lastmod.label;" onclick="return doSort('LastModColumn');" observes="LastModColumn" />
|
||||||
-->
|
|
||||||
</treerow>
|
</treerow>
|
||||||
</treehead>
|
</treehead>
|
||||||
</tree>
|
</tree>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче