Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_eula_installation_settings_overlay.html

Issue 609803002: UI rework for reset options including Rollback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Strings and views nits. Rollback view is unset on screen cancel. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <div id="installation-settings-popup" class="oobe-popup">
2 <h1 i18n-content="eulaSystemInstallationSettings"></h1>
3 <div class="popup-content-area">
4 <div id="tpm-settings">
5 <p i18n-content="eulaTpmDesc"></p>
6 <p id="tpm-desc" i18n-content="eulaTpmKeyDesc"></p>
7 <p id="tpm-desc-powerwash" i18n-content="eulaTpmDescPowerwash" hidden>
8 </p>
9 <div id="tpm-busy">
10 <div id="spinner" class="inline-spinner"></div>
11 <span i18n-content="eulaTpmBusy"></span>
12 </div>
13 <p id="tpm-password"></p>
14 </div>
15 </div>
16 <button id="installation-settings-ok-button"
17 i18n-content="eulaSystemInstallationSettingsOkButton">
18 </button>
19 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698