Commit d3437840 authored by Roman Aleksandrov's avatar Roman Aleksandrov Committed by Commit Bot

oobe-dialog: Add slot for back navigation.

Fixed: 1127303
Change-Id: I933f39e41be145aa85af41a632acf387c2be690f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414174
Commit-Queue: Roman Aleksandrov <raleksandrov@google.com>
Reviewed-by: default avatarDenis Kuznetsov [CET] <antrim@chromium.org>
Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#824008}
parent 30dcc8ad
...@@ -115,11 +115,11 @@ ...@@ -115,11 +115,11 @@
<p>[[i18nDynamic(locale, 'arcTermsOfServiceError')]]</p> <p>[[i18nDynamic(locale, 'arcTermsOfServiceError')]]</p>
</div> </div>
</div> </div>
<div slot="bottom-buttons" class="flex layout horizontal"> <div slot="back-navigation">
<oobe-back-button id="arcTosBackButton" hidden="[[!demoMode]]" <oobe-back-button id="arcTosBackButton" hidden="[[!demoMode]]"
on-click="onBack_"></oobe-back-button> on-click="onBack_"></oobe-back-button>
<div class="flex"> </div>
</div> <div slot="bottom-buttons">
<oobe-text-button id="arcTosRetryButton" <oobe-text-button id="arcTosRetryButton"
inverse on-click="onRetry_" inverse on-click="onRetry_"
disabled="[[arcTosButtonsDisabled]]" disabled="[[arcTosButtonsDisabled]]"
......
...@@ -128,10 +128,6 @@ ...@@ -128,10 +128,6 @@
padding: unset; padding: unset;
} }
#oobe-bottom ::slotted(*) {
width: 100%;
}
#oobe-icon-div ::slotted(hd-iron-icon), #oobe-icon-div ::slotted(hd-iron-icon),
#oobe-icon-div ::slotted(iron-icon) { #oobe-icon-div ::slotted(iron-icon) {
--iron-icon-height: 32px; --iron-icon-height: 32px;
......
...@@ -107,7 +107,9 @@ ...@@ -107,7 +107,9 @@
</div> </div>
<template is="dom-if" if="[[hasButtons]]"> <template is="dom-if" if="[[hasButtons]]">
<div id="oobe-bottom" hideShadow$="[[hideShadow]]" <div id="oobe-bottom" hideShadow$="[[hideShadow]]"
class="slot-container layout horizontal center"> class="slot-container layout horizontal">
<slot name="back-navigation"></slot>
<div class="flex"></div>
<slot name="bottom-buttons"></slot> <slot name="bottom-buttons"></slot>
</div> </div>
</template> </template>
......
...@@ -51,8 +51,10 @@ ...@@ -51,8 +51,10 @@
</oobe-i18n-dropdown> </oobe-i18n-dropdown>
</div> </div>
</div> </div>
<div slot="bottom-buttons" class="layout horizontal justified"> <div slot="back-navigation">
<oobe-back-button on-click="onBackClicked_"></oobe-back-button> <oobe-back-button on-click="onBackClicked_"></oobe-back-button>
</div>
<div slot="bottom-buttons">
<oobe-text-button id="nextButton" inverse on-click="onNextClicked_" <oobe-text-button id="nextButton" inverse on-click="onNextClicked_"
text-key="demoPreferencesNextButtonLabel"></oobe-text-button> text-key="demoPreferencesNextButtonLabel"></oobe-text-button>
</div> </div>
......
...@@ -49,9 +49,11 @@ ...@@ -49,9 +49,11 @@
<img srcset="images/alert-illustration_1x.svg 1x, <img srcset="images/alert-illustration_1x.svg 1x,
images/alert-illustration_2x.svg 2x"> images/alert-illustration_2x.svg 2x">
</div> </div>
<div slot="bottom-buttons" class="layout horizontal justified"> <div slot="back-navigation">
<oobe-back-button inverse on-click="onCloseClicked_" <oobe-back-button inverse on-click="onCloseClicked_"
disabled="[[isPowerwashRequired_]]"></oobe-back-button> disabled="[[isPowerwashRequired_]]"></oobe-back-button>
</div>
<div slot="bottom-buttons">
<oobe-text-button id="retryButton" on-click="onRetryClicked_" <oobe-text-button id="retryButton" on-click="onRetryClicked_"
text-key="demoSetupErrorScreenRetryButtonLabel" text-key="demoSetupErrorScreenRetryButtonLabel"
inverse hidden="[[isPowerwashRequired_]]"> inverse hidden="[[isPowerwashRequired_]]">
......
...@@ -109,11 +109,12 @@ ...@@ -109,11 +109,12 @@
srcset="images/pin_illustration_1x.svg 1x, srcset="images/pin_illustration_1x.svg 1x,
images/pin_illustration_2x.svg 2x"> images/pin_illustration_2x.svg 2x">
</div> </div>
<div slot="bottom-buttons" class="flex layout horizontal end-justified"> <div slot="back-navigation">
<oobe-back-button <oobe-back-button
hidden="[[isStepHidden_(step_, 'confirm')]]" hidden="[[isStepHidden_(step_, 'confirm')]]"
on-click="onBackButton_"></oobe-back-button> on-click="onBackButton_"></oobe-back-button>
<div class="flex"></div> </div>
<div slot="bottom-buttons">
<oobe-text-button id="setupSkipButton" on-click="onSkipButton_" <oobe-text-button id="setupSkipButton" on-click="onSkipButton_"
text-key="discoverPinSetupSkip" text-key="discoverPinSetupSkip"
hidden="[[!isStepHidden_(step_, 'done')]]"> hidden="[[!isStepHidden_(step_, 'done')]]">
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</div> </div>
<webview id="authView" class="flex" name="authView"></webview> <webview id="authView" class="flex" name="authView"></webview>
</div> </div>
<div slot="bottom-buttons" class="layout horizontal start-justified"> <div slot="back-navigation">
<oobe-back-button id="signinBackButton" <oobe-back-button id="signinBackButton"
disabled="[[authenticatorDialogDisplayed_]]" disabled="[[authenticatorDialogDisplayed_]]"
on-click="onBackButtonClicked_"></oobe-back-button> on-click="onBackButtonClicked_"></oobe-back-button>
...@@ -92,16 +92,16 @@ ...@@ -92,16 +92,16 @@
'enrollmentErrorIllustrationTitle')]]" 'enrollmentErrorIllustrationTitle')]]"
class="oobe-illustration"> class="oobe-illustration">
</div> </div>
<div slot="bottom-buttons" class="layout horizontal end-justified"> <div slot="back-navigation">
<!-- BACK - Shown when the generic cancel button is hidden -->
<oobe-back-button id="errorCancelBackButton"
hidden$="[[isGenericCancel_(isAutoEnroll_, isForced_)]]"
on-click="cancel"></oobe-back-button>
</div>
<div slot="bottom-buttons">
<!-- BOTTOM BUTTONS: GENERIC ERROR --> <!-- BOTTOM BUTTONS: GENERIC ERROR -->
<div id="genericErrorBottomButtons" <div id="genericErrorBottomButtons"
class="flex layout horizontal end-justified" for-step="error"> class="flex layout horizontal end-justified" for-step="error">
<!-- BACK - Shown when the generic cancel button is hidden -->
<oobe-back-button id="errorCancelBackButton"
hidden$="[[isGenericCancel_(isAutoEnroll_, isForced_)]]"
on-click="cancel" style="margin-right: auto"></oobe-back-button>
<!-- GENERAL CANCEL BUTTON (SKIP / ENROLL MANUALLY) --> <!-- GENERAL CANCEL BUTTON (SKIP / ENROLL MANUALLY) -->
<oobe-text-button id="errorGenericCancelButton" <oobe-text-button id="errorGenericCancelButton"
hidden$="[[!isGenericCancel_(isAutoEnroll_, isForced_)]]" hidden$="[[!isGenericCancel_(isAutoEnroll_, isForced_)]]"
......
...@@ -60,9 +60,11 @@ ...@@ -60,9 +60,11 @@
</cr-lottie> </cr-lottie>
</div> </div>
</div> </div>
<div slot="bottom-buttons" class="flex layout horizontal justified"> <div slot="back-navigation">
<oobe-back-button on-click="onBack_" <oobe-back-button on-click="onBack_"
id="gesture-home-back-button"></oobe-back-button> id="gesture-home-back-button"></oobe-back-button>
</div>
<div slot="bottom-buttons">
<oobe-next-button on-click="onNext_" class="focus-on-show" <oobe-next-button on-click="onNext_" class="focus-on-show"
id="gesture-home-next-button"></oobe-next-button> id="gesture-home-next-button"></oobe-next-button>
</div> </div>
...@@ -81,9 +83,11 @@ ...@@ -81,9 +83,11 @@
</cr-lottie> </cr-lottie>
</div> </div>
</div> </div>
<div slot="bottom-buttons" class="flex layout horizontal justified"> <div slot="back-navigation">
<oobe-back-button on-click="onBack_" <oobe-back-button on-click="onBack_"
id="gesture-overview-back-button"></oobe-back-button> id="gesture-overview-back-button"></oobe-back-button>
</div>
<div slot="bottom-buttons">
<oobe-next-button on-click="onNext_" class="focus-on-show" <oobe-next-button on-click="onNext_" class="focus-on-show"
id="gesture-overview-next-button"></oobe-next-button> id="gesture-overview-next-button"></oobe-next-button>
</div> </div>
...@@ -102,9 +106,11 @@ ...@@ -102,9 +106,11 @@
</cr-lottie> </cr-lottie>
</div> </div>
</div> </div>
<div slot="bottom-buttons" class="flex layout horizontal justified"> <div slot="back-navigation">
<oobe-back-button on-click="onBack_" <oobe-back-button on-click="onBack_"
id="gesture-back-back-button"></oobe-back-button> id="gesture-back-back-button"></oobe-back-button>
</div>
<div slot="bottom-buttons">
<oobe-next-button on-click="onNext_" class="focus-on-show" <oobe-next-button on-click="onNext_" class="focus-on-show"
id="gesture-back-next-button"></oobe-next-button> id="gesture-back-next-button"></oobe-next-button>
</div> </div>
......
...@@ -108,9 +108,11 @@ ...@@ -108,9 +108,11 @@
</span> </span>
</oobe-a11y-option> </oobe-a11y-option>
</div> </div>
<div slot="bottom-buttons" class="layout horizontal justified"> <div slot="back-navigation">
<oobe-back-button on-click="onToggleAccessibilityPage_" <oobe-back-button on-click="onToggleAccessibilityPage_"
id="final-accessibility-back-button"></oobe-back-button> id="final-accessibility-back-button"></oobe-back-button>
</div>
<div slot="bottom-buttons">
<oobe-text-button on-click="onGetStarted_" class="focus-on-show" <oobe-text-button on-click="onGetStarted_" class="focus-on-show"
id="final-accessibility-next-button" inverse id="final-accessibility-next-button" inverse
text-key="finalA11yPageDoneButtonTitle"> text-key="finalA11yPageDoneButtonTitle">
......
...@@ -138,12 +138,13 @@ ...@@ -138,12 +138,13 @@
</div> </div>
</div> </div>
</div> </div>
<div slot="bottom-buttons" class="layout horizontal" hidden="[[loading]]"> <div slot="back-navigation" hidden="[[loading]]">
<oobe-back-button id="backToUnlockButton" on-click="onBackToUnlock_" <oobe-back-button id="backToUnlockButton" on-click="onBackToUnlock_"
disabled="[[disabled]]" hidden></oobe-back-button> disabled="[[disabled]]" hidden></oobe-back-button>
<oobe-back-button id="backButton" on-click="onBackButton_" <oobe-back-button id="backButton" on-click="onBackButton_"
hidden="[[isDomainJoin]]"></oobe-back-button> hidden="[[isDomainJoin]]"></oobe-back-button>
<div class="flex"></div> </div>
<div slot="bottom-buttons" hidden="[[loading]]">
<oobe-next-button id="nextButton" on-click="onSubmit_" <oobe-next-button id="nextButton" on-click="onSubmit_"
disabled="[[disabled]]"></oobe-next-button> disabled="[[disabled]]"></oobe-next-button>
</div> </div>
......
...@@ -96,8 +96,10 @@ ...@@ -96,8 +96,10 @@
</div> </div>
</div> </div>
</div> </div>
<div slot="bottom-buttons" class="flex layout horizontal justified"> <div slot="back-navigation">
<oobe-back-button on-click="onBackButtonClicked_"></oobe-back-button> <oobe-back-button on-click="onBackButtonClicked_"></oobe-back-button>
</div>
<div slot="bottom-buttons">
<oobe-next-button id="next-button" <oobe-next-button id="next-button"
on-click="onNextButtonClicked_"></oobe-next-button> on-click="onNextButtonClicked_"></oobe-next-button>
</div> </div>
......
...@@ -67,11 +67,11 @@ ...@@ -67,11 +67,11 @@
</div> </div>
</div> </div>
</div> </div>
<div slot="bottom-buttons" class="flex layout horizontal"> <div slot="back-navigation">
<oobe-back-button <oobe-back-button
on-click="onEulaBackButtonPressed_"></oobe-back-button> on-click="onEulaBackButtonPressed_"></oobe-back-button>
<div class="flex"> </div>
</div> <div slot="bottom-buttons">
<oobe-text-button id="acceptButton" inverse on-click="eulaAccepted_" <oobe-text-button id="acceptButton" inverse on-click="eulaAccepted_"
class="focus-on-show" class="focus-on-show"
disabled="[[acceptButtonDisabled]]" disabled="[[acceptButtonDisabled]]"
......
...@@ -26,8 +26,10 @@ ...@@ -26,8 +26,10 @@
is-network-connected="{{isConnected_}}"> is-network-connected="{{isConnected_}}">
</network-select-login> </network-select-login>
</div> </div>
<div slot="bottom-buttons" class="layout horizontal justified"> <div slot="back-navigation">
<oobe-back-button on-click="onBackClicked_"></oobe-back-button> <oobe-back-button on-click="onBackClicked_"></oobe-back-button>
</div>
<div slot="bottom-buttons">
<oobe-next-button id="nextButton" disabled="[[!isConnected_]]" <oobe-next-button id="nextButton" disabled="[[!isConnected_]]"
on-click="onNextClicked_"></oobe-next-button> on-click="onNextClicked_"></oobe-next-button>
</div> </div>
......
...@@ -26,10 +26,12 @@ ...@@ -26,10 +26,12 @@
hidden="[[!isInErrorState_(uiState)]]" has-buttons> hidden="[[!isInErrorState_(uiState)]]" has-buttons>
<iron-icon icon="cr:warning" slot="oobe-icon" class="warning"> <iron-icon icon="cr:warning" slot="oobe-icon" class="warning">
</iron-icon> </iron-icon>
<div slot="bottom-buttons" class="flex layout horizontal"> <div slot="back-navigation">
<oobe-back-button id="errorBackButton" <oobe-back-button id="errorBackButton"
disabled="[[backButtonDisabled_]]" disabled="[[backButtonDisabled_]]"
on-click="onTosBackButtonPressed_"></oobe-back-button> on-click="onTosBackButtonPressed_"></oobe-back-button>
</div>
<div slot="bottom-buttons">
<oobe-text-button id="retryButton" inverse <oobe-text-button id="retryButton" inverse
text-key="termsOfServiceRetryButton" text-key="termsOfServiceRetryButton"
disabled="[[retryButtonDisabled_]]" disabled="[[retryButtonDisabled_]]"
...@@ -67,9 +69,11 @@ ...@@ -67,9 +69,11 @@
class="focus-on-show flex oobe-tos-webview"> class="focus-on-show flex oobe-tos-webview">
</webview> </webview>
</div> </div>
<div slot="bottom-buttons" class="flex layout horizontal end-justified"> <div slot="back-navigation">
<oobe-back-button id="backButton" disabled="[[backButtonDisabled_]]" <oobe-back-button id="backButton" disabled="[[backButtonDisabled_]]"
on-click="onTosBackButtonPressed_"></oobe-back-button> on-click="onTosBackButtonPressed_"></oobe-back-button>
</div>
<div slot="bottom-buttons">
<oobe-text-button id="acceptButton" inverse <oobe-text-button id="acceptButton" inverse
text-key="termsOfServiceAcceptButton" text-key="termsOfServiceAcceptButton"
disabled="[[acceptButtonDisabled_]]" disabled="[[acceptButtonDisabled_]]"
......
...@@ -46,9 +46,11 @@ ...@@ -46,9 +46,11 @@
srcset="images/1x/updating_1x.svg 1x, srcset="images/1x/updating_1x.svg 1x,
images/2x/updating_2x.svg 2x"> images/2x/updating_2x.svg 2x">
</div> </div>
<div slot="bottom-buttons" class="layout horizontal justified"> <div slot="back-navigation">
<oobe-back-button id="cellular-permission-back" inverse <oobe-back-button id="cellular-permission-back" inverse
on-click="onBackClicked_"></oobe-back-button> on-click="onBackClicked_"></oobe-back-button>
</div>
<div slot="bottom-buttons">
<oobe-next-button id="cellular-permission-next" inverse <oobe-next-button id="cellular-permission-next" inverse
on-click="onNextClicked_"></oobe-next-button> on-click="onNextClicked_"></oobe-next-button>
</div> </div>
......
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
</a> </a>
</div> </div>
</div> </div>
<div slot="bottom-buttons" class="layout horizontal center"> <div slot="back-navigation">
<oobe-welcome-secondary-button id="languageSelectionButton" <oobe-welcome-secondary-button id="languageSelectionButton"
icon1x="oobe-welcome-dialog-20:language" icon1x="oobe-welcome-dialog-20:language"
icon2x="oobe-welcome-dialog-40:language" icon2x="oobe-welcome-dialog-40:language"
...@@ -145,7 +145,8 @@ ...@@ -145,7 +145,8 @@
icon2x="oobe-welcome-64:timezone" icon2x="oobe-welcome-64:timezone"
on-click="onTimezoneClicked_" on-click="onTimezoneClicked_"
hidden="[[!timezoneButtonVisible]]"></oobe-welcome-secondary-button> hidden="[[!timezoneButtonVisible]]"></oobe-welcome-secondary-button>
<div class="flex"></div> </div>
<div slot="bottom-buttons">
<oobe-next-button id="welcomeNextButton" <oobe-next-button id="welcomeNextButton"
inverse on-click="onNextClicked_" text-key="welcomeNextButtonText"> inverse on-click="onNextClicked_" text-key="welcomeNextButtonText">
</oobe-text-button> </oobe-text-button>
......
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
</div> </div>
<div id="error-message-md-bottom-margin"></div> <div id="error-message-md-bottom-margin"></div>
</div> </div>
<div slot="bottom-buttons" class="flex layout horizontal"> <div slot="back-navigation">
<oobe-back-button id="error-message-back-button"></oobe-back-button> <oobe-back-button id="error-message-back-button"></oobe-back-button>
</div> </div>
</oobe-dialog> </oobe-dialog>
......
...@@ -44,31 +44,28 @@ ...@@ -44,31 +44,28 @@
name="signin-frame"></webview> name="signin-frame"></webview>
</div> </div>
</div> </div>
<div id="gaia-screen-navigation-buttons" <div slot="back-navigation">
slot="bottom-buttons" class="relative flex layout horizontal"> <oobe-back-button id="signin-back-button"
<div id="buttons-container" class="flex layout horizontal center"> disabled="[[!navigationEnabled_]]"
<oobe-back-button id="signin-back-button" on-click="onBackButtonClicked_">
disabled="[[!navigationEnabled_]]" </oobe-back-button>
on-click="onBackButtonClicked_"> </div>
</oobe-back-button> <div slot="bottom-buttons">
<div class="flex"> <oobe-text-button id="secondary-action-button"
</div> label-for-aria="[[secondaryActionButtonLabel_]]"
<oobe-text-button id="secondary-action-button" on-click="onSecondaryActionButtonClicked_"
label-for-aria="[[secondaryActionButtonLabel_]]" hidden="[[!secondaryActionButtonLabel_]]"
on-click="onSecondaryActionButtonClicked_" disabled="[[!secondaryActionButtonEnabled_]]">
hidden="[[!secondaryActionButtonLabel_]]" <div slot="text">[[secondaryActionButtonLabel_]]</div>
disabled="[[!secondaryActionButtonEnabled_]]"> </oobe-text-button>
<div slot="text">[[secondaryActionButtonLabel_]]</div> <oobe-text-button id="primary-action-button"
</oobe-text-button> label-for-aria="[[primaryActionButtonLabel_]]"
<oobe-text-button id="primary-action-button" on-click="onPrimaryActionButtonClicked_"
label-for-aria="[[primaryActionButtonLabel_]]" hidden="[[!primaryActionButtonLabel_]]"
on-click="onPrimaryActionButtonClicked_" disabled="[[!primaryActionButtonEnabled_]]"
hidden="[[!primaryActionButtonLabel_]]" inverse>
disabled="[[!primaryActionButtonEnabled_]]" <div slot="text">[[primaryActionButtonLabel_]]</div>
inverse> </oobe-text-button>
<div slot="text">[[primaryActionButtonLabel_]]</div>
</oobe-text-button>
</div>
</div> </div>
</oobe-dialog> </oobe-dialog>
<offline-gaia id="offline-gaia" class="gaia-dialog" <offline-gaia id="offline-gaia" class="gaia-dialog"
...@@ -95,11 +92,11 @@ ...@@ -95,11 +92,11 @@
</a> </a>
</p> </p>
</div> </div>
<div slot="bottom-buttons" class="flex layout horizontal"> <div slot="back-navigation">
<oobe-back-button id="interstitial-back" on-click="onBackButtonClicked_"> <oobe-back-button id="interstitial-back"
</oobe-back-button> on-click="onBackButtonClicked_"></oobe-back-button>
<div class="flex"> </div>
</div> <div slot="bottom-buttons">
<oobe-next-button on-click="onSamlInterstitialNext_" <oobe-next-button on-click="onSamlInterstitialNext_"
id="interstitial-next" class="focus-on-show"></oobe-next-button> id="interstitial-next" class="focus-on-show"></oobe-next-button>
</div> </div>
......
...@@ -46,8 +46,11 @@ ...@@ -46,8 +46,11 @@
</pin-keyboard> </pin-keyboard>
</div> </div>
</div> </div>
<div slot="bottom-buttons" class="layout horizontal justified"> <div slot="back-navigation">
<oobe-back-button id="back" on-click="onBackClicked_"></oobe-back-button> <oobe-back-button id="back" on-click="onBackClicked_">
</oobe-back-button>
</div>
<div slot="bottom-buttons">
<oobe-next-button id="submit" on-click="onSubmit_" <oobe-next-button id="submit" on-click="onSubmit_"
disabled="[[!canSubmit_]]"></oobe-next-button> disabled="[[!canSubmit_]]"></oobe-next-button>
</div> </div>
......
...@@ -105,11 +105,12 @@ found in the LICENSE file. --> ...@@ -105,11 +105,12 @@ found in the LICENSE file. -->
</cr-radio-group> </cr-radio-group>
</div> </div>
</div> </div>
<div slot="bottom-buttons" class="layout horizontal"> <div slot="back-navigation">
<oobe-back-button id="backButton" on-click="onBackClicked_" <oobe-back-button id="backButton" on-click="onBackClicked_"
hidden="[[!isBackButtonVisible_]]"> hidden="[[!isBackButtonVisible_]]">
</oobe-back-button> </oobe-back-button>
<div class="flex"></div> </div>
<div slot="bottom-buttons">
<oobe-next-button id="nextButton" class="focus-on-show" <oobe-next-button id="nextButton" class="focus-on-show"
on-click="onNextClicked_"> on-click="onNextClicked_">
</oobe-next-button> </oobe-next-button>
...@@ -161,9 +162,11 @@ found in the LICENSE file. --> ...@@ -161,9 +162,11 @@ found in the LICENSE file. -->
[[i18nDynamic(locale, 'childSignInParentNotificationText')]] [[i18nDynamic(locale, 'childSignInParentNotificationText')]]
</div> </div>
</div> </div>
<div slot="bottom-buttons" class="layout horizontal justified"> <div slot="back-navigation">
<oobe-back-button id="childBackButton" on-click="onBackClicked_"> <oobe-back-button id="childBackButton" on-click="onBackClicked_">
</oobe-back-button> </oobe-back-button>
</div>
<div slot="bottom-buttons">
<oobe-next-button id="childNextButton" on-click="onNextClicked_" <oobe-next-button id="childNextButton" on-click="onNextClicked_"
disabled="[[!selectedSignInMethod]]"> disabled="[[!selectedSignInMethod]]">
</oobe-next-button> </oobe-next-button>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment