home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
-
- <prefwindow
- title="Throbber Select"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script type="application/x-javascript"
- src="chrome://TChanger/content/TChangerOverlay.js">
- </script>
-
-
- <tabbox id="myTabList" selectedIndex="0">
- <tabs>
- <tab label="16x16px animation"/>
- <tab label="20x20px animation"/>
- <tab label="20x20px static image"/>
- <tab label="Misc. Options"/>
- </tabs>
-
- <tabpanels>
-
- <tabpanel>
-
- <vbox flex="5"
- pack="center"
- align="center">
- <label value="Change throbber that is visible in Tabs"
- control=""/>
- <spacer height="5"/>
- <image src="chrome://TChanger/skin/tabthrobber.png" />
- <spacer height="10"/>
- <button label=" Select Image "
- oncommand="com.TChanger.TChangerP.ThrobberT();"
- style="list-style-image: url('chrome://TChanger/skin/tick.png')"/>
- </vbox>
-
- </tabpanel>
-
- <tabpanel>
- <vbox flex="5"
- pack="center"
- align="center">
- <label value="Change throbber that is visible in Toolbar"
- control=""/>
- <spacer height="5"/>
- <image src="chrome://TChanger/skin/toolthrobber.png"/>
- <spacer height="5"/>
- <button label=" Select Image "
- oncommand="com.TChanger.TChangerP.ThrobberA();"
- style="list-style-image: url('chrome://TChanger/skin/tick.png')" />
- </vbox>
- </tabpanel>
-
- <tabpanel>
- <vbox flex="5"
- pack="center"
- align="center">
- <label value="Change Image displayed when webpage has loaded"
- control=""/>
- <spacer height="5"/>
- <image src="chrome://TChanger/skin/toolstatic.png"/>
- <spacer height="5"/>
- <button label=" Select Image "
- oncommand="com.TChanger.TChangerP.ThrobberS();"
- style="list-style-image: url('chrome://TChanger/skin/tick.png')"/>
- </vbox>
- </tabpanel>
-
- <tabpanel>
- <vbox flex="5"
- pack="center"
- align="center">
- <button label=" Restart Firefox "
- oncommand="com.TChanger.TChangerP.restartFF();"
- style="list-style-image: url('chrome://TChanger/skin/Refresh.png')"/>
- <spacer height="5"/>
- <button label=" Remove Modifications"
- oncommand="com.TChanger.TChangerP.deleteall();"
- style="list-style-image: url('chrome://TChanger/skin/cancel.png')" />
- </vbox>
- </tabpanel>
-
- </tabpanels>
- </tabbox>
-
- </prefwindow>
-