home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 35 Internet
/
35-Internet.zip
/
mozil06.zip
/
bin
/
chrome
/
toolkit.jar
/
content
/
global
/
wizardOverlay.xul
< prev
next >
Wrap
Extensible Markup Language
|
2001-02-14
|
974b
|
23 lines
<?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="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<!-- Wizard Buttons -->
<box id="wizardButtons" align="horizontal">
<spring flex="100%"/>
<button class="dialog" id="wiz-cancel-button" value="&cancelButton.label;" onclick="wizardManager.onCancel()" />
<spring flex="20%"/>
<button class="dialog" id="wiz-back-button" value="&backButton.label;" onclick="wizardManager.onBack()" align="left" />
<button class="dialog right" id="wiz-next-button" value="&nextButton.label;" onclick="wizardManager.onNext()" align="right" />
<spring flex="5%"/>
<button class="dialog" id="wiz-finish-button" value="&finishButton.label;" onclick="wizardManager.onFinish()" />
<spring flex="5%"/>
</box>
</overlay>