Fixed directory structure, removed buildxpi.sh and added mkxpi
This commit is contained in:
parent
348b5cce6b
commit
4ca756a5eb
10 changed files with 58 additions and 0 deletions
20
chrome/content/leo_search/leo_searchOverlay.xul
Normal file
20
chrome/content/leo_search/leo_searchOverlay.xul
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<overlay id="leo_searchOverlay"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<script type="application/x-javascript"
|
||||
src="chrome://leo_search/content/leo_searchOverlay.js">
|
||||
</script>
|
||||
|
||||
<!-- <popup id="contentAreaContextMenu" onpopupshowing="hide_show_meuitem()"> -->
|
||||
<popup id="contentAreaContextMenu">
|
||||
<menuitem id="leo_search"
|
||||
label="Search at leo.org"
|
||||
insertafter="context-stop"
|
||||
oncommand="leo_search();"
|
||||
class="menuitem-iconic"
|
||||
image="chrome://leo_search/skin/ende.png"/>
|
||||
</popup>
|
||||
|
||||
</overlay>
|
||||
Loading…
Add table
Add a link
Reference in a new issue