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