Files
Mozilla/mozilla/xpfe/global/resources/content/wizardOverlay.xul
rgoodger%ihug.co.nz f83515ef4b ProfileManager II, r=gayatrib@netscape.com, sspitzer@netscape.com
git-svn-id: svn://10.0.0.236/trunk@57627 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 04:19:46 +00:00

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>