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

Side by Side Diff: chrome/browser/resources/options/hotword_confirm_overlay.html

Issue 539383003: Fix some more for= usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix merge Created 6 years, 3 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
1 <div id="hotword-confirm-overlay" class="page" hidden> 1 <div id="hotword-confirm-overlay" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="hotwordConfirmOverlay"></h1> 3 <h1 i18n-content="hotwordConfirmOverlay"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <span id="hotword-confirm-text" i18n-content="hotwordConfirmMessage"> 5 <span id="hotword-confirm-text" i18n-content="hotwordConfirmMessage">
6 </span> 6 </span>
7 </div> 7 </div>
8 <div class="action-area"> 8 <div class="action-area">
9 <div class="hbox stretch"> 9 <div class="hbox stretch">
10 <a target="_blank" i18n-content="learnMore" 10 <a target="_blank" i18n-content="learnMore"
11 i18n-values="href:hotwordLearnMoreURL"> 11 i18n-values="href:hotwordLearnMoreURL">
12 </a> 12 </a>
13 </div> 13 </div>
14 <div class="action-area-right"> 14 <div class="action-area-right">
15 <div class="button-strip"> 15 <div class="button-strip">
16 <button id="hotword-confirm-cancel" 16 <button id="hotword-confirm-cancel"
17 i18n-content="hotwordConfirmDisable"> 17 i18n-content="hotwordConfirmDisable">
18 </button> 18 </button>
19 <button id="hotword-confirm-ok" class="default-button" 19 <button id="hotword-confirm-ok" class="default-button"
20 i18n-content="hotwordConfirmEnable"> 20 i18n-content="hotwordConfirmEnable">
21 </button> 21 </button>
22 </div> 22 </div>
23 </div> 23 </div>
24 </div> 24 </div>
25 <div id="audio-logging-bar" class="gray-bottom-bar checkbox"> 25 <div id="audio-logging-bar" class="gray-bottom-bar checkbox">
26 <span class="controlled-setting-with-label"> 26 <label>
27 <input id="hotword-audio-logging-enable" 27 <input
28 pref="hotword.audio_logging_enabled" 28 pref="hotword.audio_logging_enabled"
29 metric="Options_Hotword_AudioLogging_Checkbox" 29 metric="Options_Hotword_AudioLogging_Checkbox"
30 type="checkbox" dialog-pref checked> 30 type="checkbox" dialog-pref checked>
31 <span> 31 <span i18n-content="hotwordAudioLoggingEnable"></span>
32 <label for="hotword-audio-logging-enable" 32 </label>
33 i18n-content="hotwordAudioLoggingEnable">
34 </label>
35 </span>
36 </span>
37 </div> 33 </div>
38 </div> 34 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/home_page_overlay.html ('k') | chrome/browser/resources/options/import_data_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698