Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <div id="sync-setup-overlay" class="page" hidden> | 1 <div id="sync-setup-overlay" class="page" hidden> |
| 2 <div class="close-button"></div> | 2 <div class="close-button"></div> |
| 3 <div id="sync-setup-configure" hidden> | 3 <div id="sync-setup-configure" hidden> |
| 4 <div id="confirm-sync-preferences"> | 4 <div id="confirm-sync-preferences"> |
| 5 <h1 i18n-content="confirmSyncPreferences"></h1> | 5 <h1 i18n-content="confirmSyncPreferences"></h1> |
| 6 <div id="sync-instructions-container" class="content-area"> | 6 <div id="sync-instructions-container" class="content-area"> |
| 7 <span i18n-content="chooseDataTypesInstructions"></span> | 7 <span i18n-content="chooseDataTypesInstructions"></span> |
| 8 <a id="encryption-help-link" target="_blank" | 8 <a id="encryption-help-link" target="_blank" |
| 9 i18n-values="href:syncEverythingHelpURL" i18n-content="learnMore"> | 9 i18n-values="href:syncEverythingHelpURL" i18n-content="learnMore"> |
| 10 </a> | 10 </a> |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 214 </div> | 214 </div> |
| 215 <div class="action-area button-strip"> | 215 <div class="action-area button-strip"> |
| 216 <button id="timeout-ok" i18n-content="ok"></button> | 216 <button id="timeout-ok" i18n-content="ok"></button> |
| 217 </div> | 217 </div> |
| 218 </div> | 218 </div> |
| 219 <div id="sync-setup-stop-syncing" hidden> | 219 <div id="sync-setup-stop-syncing" hidden> |
| 220 <h1 i18n-content="stopSyncingTitle"></h1> | 220 <h1 i18n-content="stopSyncingTitle"></h1> |
| 221 <div class="content-area"> | 221 <div class="content-area"> |
| 222 <span i18n-values=".innerHTML:stopSyncingExplanation"></span> | 222 <span i18n-values=".innerHTML:stopSyncingExplanation"></span> |
| 223 </div> | 223 </div> |
| 224 <div class="content-area"> | |
|
James Hawkins
2014/04/30 19:15:34
Why did you introduce a second content area?
haitaol1
2014/04/30 20:16:02
Done. I guess I was using a different class.
On 2
| |
| 225 <label> | |
| 226 <input id="delete-profile" type="checkbox"> | |
| 227 <span i18n-content="deleteProfileLabel"></span> | |
| 228 </label> | |
| 229 </div> | |
| 224 <div class="action-area button-strip"> | 230 <div class="action-area button-strip"> |
| 225 <input id="stop-syncing-cancel" type="button" | 231 <input id="stop-syncing-cancel" type="button" |
| 226 i18n-values="value:cancel"> | 232 i18n-values="value:cancel"> |
| 227 <input id="stop-syncing-ok" type="button" | 233 <input id="stop-syncing-ok" type="button" |
| 228 i18n-values="value:stopSyncingConfirm"> | 234 i18n-values="value:stopSyncingConfirm"> |
| 229 </div> | 235 </div> |
| 230 </div> | 236 </div> |
| 231 </div> | 237 </div> |
| OLD | NEW |