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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 213 <span i18n-content="syncSetupTimeoutContent"></span> | 213 <span i18n-content="syncSetupTimeoutContent"></span> |
| 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 <p/> | |
|
James Hawkins
2014/04/30 20:19:32
What is this for?
haitaol1
2014/04/30 20:34:15
To put checkbox on a new line and put some space b
James Hawkins
2014/04/30 20:35:37
Wrap the <label> in a <div>. Give the div and ID
| |
| 224 <label> | |
| 225 <input id="delete-profile" type="checkbox"> | |
| 226 <span i18n-content="deleteProfileLabel"></span> | |
| 227 </label> | |
| 223 </div> | 228 </div> |
| 224 <div class="action-area button-strip"> | 229 <div class="action-area button-strip"> |
| 225 <input id="stop-syncing-cancel" type="button" | 230 <input id="stop-syncing-cancel" type="button" |
| 226 i18n-values="value:cancel"> | 231 i18n-values="value:cancel"> |
| 227 <input id="stop-syncing-ok" type="button" | 232 <input id="stop-syncing-ok" type="button" |
| 228 i18n-values="value:stopSyncingConfirm"> | 233 i18n-values="value:stopSyncingConfirm"> |
| 229 </div> | 234 </div> |
| 230 </div> | 235 </div> |
| 231 </div> | 236 </div> |
| OLD | NEW |