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

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

Issue 6313011: DOMUI: Polish up the 'Import Data' overlay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | Annotate | Revision Log
OLDNEW
1 <div id="import-data-overlay" class="page hidden"> 1 <div id="import-data-overlay" class="page hidden">
2 <h1 i18n-content="importDataTitle"></h1> 2 <h1 i18n-content="importDataTitle"></h1>
3 <div> 3 <div id="import-from-div">
4 <span i18n-content="importFromLabel"></span> 4 <span i18n-content="importFromLabel"></span>
5 <select id="import-browsers"> 5 <select id="import-browsers">
6 <option i18n-content="importLoading"></option> 6 <option i18n-content="importLoading"></option>
7 </select> 7 </select>
8 </div> 8 </div>
9 <div id="import-checkboxes"> 9 <div id="import-checkboxes">
10 <div i18n-content="importDescription"></div> 10 <div i18n-content="importDescription"></div>
11 <div> 11 <div>
12 <input id="import-history" type="checkbox"> 12 <input id="import-history" type="checkbox">
13 <label for="import-history" i18n-content="importHistory"></label> 13 <label for="import-history" i18n-content="importHistory"></label>
(...skipping 12 matching lines...) Expand all
26 </div> 26 </div>
27 </div> 27 </div>
28 <div class="action-area"> 28 <div class="action-area">
29 <span id="import-throbber"></span> 29 <span id="import-throbber"></span>
30 <div class="button-strip"> 30 <div class="button-strip">
31 <button id="import-data-cancel" i18n-content="cancel"></button> 31 <button id="import-data-cancel" i18n-content="cancel"></button>
32 <button id="import-data-commit" i18n-content="importCommit"></button> 32 <button id="import-data-commit" i18n-content="importCommit"></button>
33 </div> 33 </div>
34 </div> 34 </div>
35 </div> 35 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698