Rev 1293 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1293 | Rev 1297 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <?xml version="1.0"?> |
1 | <?xml version="1.0"?> |
2 | 2 | ||
3 | <overlay id="selsearch" |
3 | <overlay id="selsearch" |
4 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
4 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
5 | 5 | ||
6 | <script type="application/x-javascript" src="chrome://selsearch/content/selsearch.js"> |
6 | <script type="application/x-javascript" src="chrome://selsearch/content/selsearch.js" /> |
7 | </script> |
- | |
8 | 7 | ||
9 | <popup id="contentAreaContextMenu"> |
8 | <popup id="contentAreaContextMenu"> |
10 | <menu id="context-selsearch-submenu" class="menuitem-iconic" insertafter="context-searchselect"> |
9 | <menu id="context-selsearch-submenu" class="menuitem-iconic" insertafter="context-searchselect"> |
11 | <menupopup id="context-selsearch-menupopup"> |
10 | <menupopup id="context-selsearch-menupopup" /> |
12 | </menupopup> |
- | |
13 | </menu> |
11 | </menu> |
14 | </popup> |
12 | </popup> |
15 | <menuitem id="context-searchselect" removeelement="true" /> |
13 | <!--menuitem id="context-searchselect" removeelement="true" /--> |
16 | 14 | ||
17 | </overlay> |
15 | </overlay> |