source: DASISH/t5.6/client/branches/webannotator-basic-current-xsd/chrome/markingcollection/content/markingcollection/treelistOverlay.xul @ 5703

Last change on this file since 5703 was 5703, checked in by stephanie.roth@snd.gu.se, 10 years ago

Initial commit of current status quo from GitHub. TODO: Adjust client code to work with updated xsd file.

  • Property svn:executable set to *
File size: 647 bytes
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<!DOCTYPE overlay SYSTEM "chrome://markingcollection/locale/treecontextmenu.dtd">
3<overlay
4        id="bitsTreeListOverlay"
5        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
6        xmlns:html="http://www.w3.org/1999/xhtml">
7        <popupset id="mainPopupSet">
8                <menupopup id="bitsTreeListContextmenu">
9                        <menuitem
10                                id="bitsTreeListContextmenuRemoveClass"
11                                class="menuitem-iconic"
12                                label="&treecontextmenu.view.list.remove;"
13                                image="chrome://markingcollection/skin/folder-delete.png"
14                                oncommand="window.top.bitsTreeListService.removeClass(event);"/>
15                </menupopup>
16        </popupset>
17</overlay>
Note: See TracBrowser for help on using the repository browser.