24 lines
1.0 KiB
XML
24 lines
1.0 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://global/locale/wizardOverlay.dtd">
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/wizardOverlay.css" type="text/css"?>
|
|
|
|
<overlay id="wizardOverlay"
|
|
xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<!-- Wizard Buttons -->
|
|
<box id="wizardButtons" align="horizontal">
|
|
<spring flex="100%"/>
|
|
<titledbutton class="dialog push" id="wiz.cancel.button" value="&cancelButton.label;" onclick="wizardManager.onCancel()" />
|
|
<spring flex="20%"/>
|
|
<titledbutton class="dialog push" id="wiz.back.button" value="&backButton.label;" onclick="wizardManager.onBack()" align="left" />
|
|
<titledbutton class="dialog push" id="wiz.next.button" value="&nextButton.label;" onclick="wizardManager.onNext()" align="right" />
|
|
<spring flex="5%"/>
|
|
<titledbutton class="dialog push" id="wiz.finish.button" value="&finishButton.label;" onclick="wizardManager.onFinish()" />
|
|
<spring flex="5%"/>
|
|
</box>
|
|
|
|
</overlay>
|