home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 December
/
PCWorld_2000-12_cd.bin
/
Komunikace
/
mozilla
/
mozilla-win32-M18-mathml-svg-xslt.exe
/
chrome
/
toolkit
/
content
/
global
/
wizardOverlay.xul
< prev
next >
Wrap
Extensible Markup Language
|
2000-04-27
|
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>