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

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

Issue 3086017: Add tabs to passwords and exceptions subpage (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: add todo for mac Created 10 years, 4 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 class="page hidden" id="importDataOverlay"> 1 <div class="page hidden" id="importDataOverlay">
2 <h1 i18n-content="import_data_title"></h1> 2 <h1 i18n-content="import_data_title"></h1>
3 <div> 3 <div>
4 <span i18n-content="import_from_label"></span> 4 <span i18n-content="import_from_label"></span>
5 <select id="supported-browsers"></select> 5 <select id="supported-browsers"></select>
6 </div> 6 </div>
7 <div id="checkboxList"> 7 <div id="checkboxList">
8 <span i18n-content="import_description"></span><br> 8 <div i18n-content="import_description"></div>
9 <label> 9 <label>
10 <input id="import-favorites" type="checkbox"> 10 <input id="import-favorites" type="checkbox">
11 <span i18n-content="import_favorites"> 11 <span i18n-content="import_favorites">
12 </label><br> 12 </label><br>
13 <label> 13 <label>
14 <input id="import-search" type="checkbox"> 14 <input id="import-search" type="checkbox">
15 <span i18n-content="import_search"> 15 <span i18n-content="import_search">
16 </label><br> 16 </label><br>
17 <label> 17 <label>
18 <input id="import-passwords" type="checkbox"> 18 <input id="import-passwords" type="checkbox">
19 <span i18n-content="import_passwords"> 19 <span i18n-content="import_passwords">
20 </label><br> 20 </label><br>
21 <label> 21 <label>
22 <input id="import-history" type="checkbox"> 22 <input id="import-history" type="checkbox">
23 <span i18n-content="import_history"> 23 <span i18n-content="import_history">
24 </label><br> 24 </label><br>
25 </div> 25 </div>
26 <button id="import-data-cancel" i18n-content="cancel" 26 <button id="import-data-cancel" i18n-content="cancel"
27 onclick="ImportDataOverlay.dismiss();"></button> 27 onclick="ImportDataOverlay.dismiss();"></button>
28 <button id="import-data-commit" i18n-content="import_commit"></button> 28 <button id="import-data-commit" i18n-content="import_commit"></button>
29 <span id="import-throbber"></span> 29 <span id="import-throbber"></span>
30 </div> 30 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/content_settings.js ('k') | chrome/browser/resources/options/import_data_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698