Update browserx.xul
This commit is contained in:
parent
d8ed1fa913
commit
5bb072a645
@ -2,18 +2,24 @@
|
||||
<?xml-stylesheet href="chrome://linktargetfinder/skin/skin.css" type="text/css"?>
|
||||
<!DOCTYPE firerecord SYSTEM "chrome://firerecord/locale/translations.dtd">
|
||||
<overlay id="sample" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
<script src="firerecord.js" />
|
||||
<script type='text/javascript' >
|
||||
var path = "C:\\defaultRecord.txt";
|
||||
var contents ="";
|
||||
</script>
|
||||
<script src="firerecord.js" />
|
||||
<script src="io.js" />
|
||||
|
||||
<menupopup id="menu_ToolsPopup">
|
||||
<menuitem label="&runlinktargetfinder;" key="link-target-finder-run-key" oncommand="firerecord.running()"/>
|
||||
</menupopup>
|
||||
<toolbox>
|
||||
<menupopup id="menu_ToolsPopup">
|
||||
<menuitem label="&runlinktargetfinder;" key="link-target-finder-run-key" oncommand="firerecord.running()"/>
|
||||
</menupopup>
|
||||
<toolbox>
|
||||
<menubar id="xulschoolhello-menubar">
|
||||
<menu id="xulschoolhello-greeting-menu" label="testing">
|
||||
<menu id="xulschoolhello-greeting-menu" label="File Options">
|
||||
<menupopup>
|
||||
<menuitem label="Choose Text File"
|
||||
<menuitem label="Load Script"
|
||||
oncommand ="firerecord.file()"/>
|
||||
|
||||
<menuitem label="Create Script"
|
||||
oncommand ="firerecord.initfire()"/>
|
||||
</menupopup>
|
||||
|
||||
|
||||
@ -21,22 +27,22 @@
|
||||
</menu>
|
||||
</menubar>
|
||||
</toolbox>
|
||||
<keyset>
|
||||
<key id="link-target-finder-run-key" modifiers="accel alt shift" key="L" oncommand="firerecord.running()"/>
|
||||
</keyset>
|
||||
<keyset>
|
||||
<key id="link-target-finder-run-key" modifiers="accel alt shift" key="L" oncommand="firerecord.running()"/>
|
||||
</keyset>
|
||||
|
||||
<toolbar id="status-bar">
|
||||
<statusbarpanel id="link-target-finder-status-bar-icon" label="Record" class="statusbarpanel-iconic" src="chrome://firerecord/skin/toolbar-large.png" tooltiptext="&runlinktargetfinder;" onclick="firerecord.running()" />
|
||||
<toolbar id="status-bar">
|
||||
<statusbarpanel id="link-target-finder-status-bar-icon" label="Record" class="statusbarpanel-iconic"
|
||||
src="chrome://firerecord/skin/toolbar-large.png" tooltiptext="Click to start recording to currently loaded script"
|
||||
onclick="firerecord.running()" />
|
||||
|
||||
</toolbar>
|
||||
<toolbar id="status-bar">
|
||||
<statusbarpanel id="Recording" type="menu" role="button" label="Record" class="statusbarpanel-iconic" src="chrome://firerecord/skin/toolbar-large.png" tooltiptext="Page to Page Recording" onclick="firerecord.running()" />
|
||||
</toolbar>
|
||||
<toolbar id="status-bar">
|
||||
<statusbarpanel id="Play" type="menu" role="button" label="Play" class="statusbarpanel-iconic"
|
||||
src="chrome://firerecord/skin/play.png" tooltiptext="Click to playback currently loaded script" onclick="firerecord.playback()" />
|
||||
|
||||
</toolbar>
|
||||
</toolbar>
|
||||
|
||||
<toolbarpalette id="BrowserToolbarPalette">
|
||||
<toolbarbutton id="link-target-finder-toolbar-button" label="firerecord:" class="statusbarpanel-iconic" src="chrome://firerecord/skin/toolbar-large.png" tooltiptext="&runlinktargetfinder;" oncommand="firerecord.running()"/>
|
||||
</toolbarpalette>
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user