From 57efcb398b0860efba26c965e193a739d2a223fd Mon Sep 17 00:00:00 2001 From: "ben%bengoodger.com" Date: Wed, 3 Aug 2005 20:17:23 +0000 Subject: [PATCH] Part of 302269 - Make "Updates Available" page use standard wizard buttons. Add an "extra1" button to the wizard button deck: it is guaranteed left-aligned on all platforms. r=darin git-svn-id: svn://10.0.0.236/trunk@177069 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/content/widgets/wizard.xml | 24 ++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/mozilla/toolkit/content/widgets/wizard.xml b/mozilla/toolkit/content/widgets/wizard.xml index 2d7f0e9a422..37a25a98535 100644 --- a/mozilla/toolkit/content/widgets/wizard.xml +++ b/mozilla/toolkit/content/widgets/wizard.xml @@ -147,6 +147,7 @@ (function() { document.documentElement.advance(); }) (function() { document.documentElement.advance(); }) (function() { document.documentElement.cancel(); }) + (function() { document.documentElement.extra1(); }) (function(event) { if (document.documentElement.cancel()) @@ -177,6 +178,7 @@ this._initWizardButton("next"); this._initWizardButton("finish"); this._initWizardButton("cancel"); + this._initWizardButton("extra1"); this._initPages(); @@ -197,6 +199,13 @@ return els.item(0); ]]> + + + + - +