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 id="sync-setup-login" hidden> | 2 <div id="sync-setup-login" hidden> | 
| 3 <h1 i18n-content="syncSetupOverlayTitle"></h1> | 3 <h1 i18n-content="syncSetupOverlayTitle"></h1> | 
| 4 <div class="content-area"> | 4 <div class="content-area"> | 
| 5 <div> | 5 <div> | 
| 6 <!-- top-blurb-error's reset state is handled differently from most | 6 <!-- top-blurb-error's reset state is handled differently from most | 
| 7 elements. Instead of being [hidden] it is visibility:hidden so it | 7 elements. Instead of being [hidden] it is visibility:hidden so it | 
| 8 still takes up space. But it is also [hidden] when we display the | 8 still takes up space. But it is also [hidden] when we display the | 
| 9 captcha, so when it is reset, it needs to be shown. --> | 9 captcha, so when it is reset, it needs to be shown. --> | 
| 10 <div id="top-blurb-error" | 10 <div id="top-blurb-error" | 
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 299 name="dataTypeCheckbox"> | 299 name="dataTypeCheckbox"> | 
| 300 <label for="themes-checkbox" i18n-content="themes" | 300 <label for="themes-checkbox" i18n-content="themes" | 
| 301 i18n-values="title:themes" name="dataTypeLabel"></label> | 301 i18n-values="title:themes" name="dataTypeLabel"></label> | 
| 302 </div> | 302 </div> | 
| 303 <div id="sessions-item" class="sync-item-show"> | 303 <div id="sessions-item" class="sync-item-show"> | 
| 304 <input id="sessions-checkbox" type="checkbox" | 304 <input id="sessions-checkbox" type="checkbox" | 
| 305 name="dataTypeCheckbox"> | 305 name="dataTypeCheckbox"> | 
| 306 <label for="sessions-checkbox" i18n-content="foreignSessions" | 306 <label for="sessions-checkbox" i18n-content="foreignSessions" | 
| 307 il8n-values="title:sessions" name="dataTypeLabel"></label> | 307 il8n-values="title:sessions" name="dataTypeLabel"></label> | 
| 308 </div> | 308 </div> | 
| 309 <div id="search-engines-item" class="sync-item-show"> | |
| 310 <input id="search-engines-checkbox" type="checkbox" | |
| 311 name="dataTypeCheckbox"> | |
| 312 <label for="search-engines-checkbox" i18n-content="searchEngin es" | |
| 
 
Nicolas Zea
2011/08/19 18:32:39
80 char limit for these two lines
 
SteveT
2011/08/22 18:33:42
Done.
 
 | |
| 313 il8n-values="title:searchEngines" name="dataTypeLabel"></l abel> | |
| 314 </div> | |
| 309 </div> | 315 </div> | 
| 310 </div> | 316 </div> | 
| 311 </div> | 317 </div> | 
| 312 <div class="sync-configuration-errors"> | 318 <div class="sync-configuration-errors"> | 
| 313 <div id="error-text" i18n-content="syncZeroDataTypesError" | 319 <div id="error-text" i18n-content="syncZeroDataTypesError" | 
| 314 class="sync-configuration-error reset-hidden" hidden></div> | 320 class="sync-configuration-error reset-hidden" hidden></div> | 
| 315 <div id="aborted-text" i18n-content="abortedError" | 321 <div id="aborted-text" i18n-content="abortedError" | 
| 316 class="sync-configuration-error reset-hidden" hidden></div> | 322 class="sync-configuration-error reset-hidden" hidden></div> | 
| 317 </div> | 323 </div> | 
| 318 <div id="customize-sync-encryption"> | 324 <div id="customize-sync-encryption"> | 
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 417 <span i18n-content="stopSyncingExplanation"></span> | 423 <span i18n-content="stopSyncingExplanation"></span> | 
| 418 </div> | 424 </div> | 
| 419 <div class="action-area"> | 425 <div class="action-area"> | 
| 420 <input id="stop-syncing-ok" type="button" | 426 <input id="stop-syncing-ok" type="button" | 
| 421 i18n-values="value:stopSyncingConfirm"> | 427 i18n-values="value:stopSyncingConfirm"> | 
| 422 <input id="stop-syncing-cancel" type="button" | 428 <input id="stop-syncing-cancel" type="button" | 
| 423 i18n-values="value:cancel"> | 429 i18n-values="value:cancel"> | 
| 424 </div> | 430 </div> | 
| 425 </div> | 431 </div> | 
| 426 </div> | 432 </div> | 
| OLD | NEW |