| OLD | NEW |
| (Empty) | |
| 1 <div id="note-overlay" class="page" hidden> |
| 2 <div class="close-button"></div> |
| 3 <h1 i18n-content="noteOverlay"></h1> |
| 4 <div class="content-area"> |
| 5 <div class="option-control-table"> |
| 6 <div class="option-name"> |
| 7 <div class="checkbox controlled-setting-with-label"> |
| 8 <label> |
| 9 <input pref="settings.launch_note_app_on_eject_event" |
| 10 type="checkbox"> |
| 11 <span i18n-content="noteDefaultAppAutoLaunch"></span> |
| 12 </label> |
| 13 </div> |
| 14 </div> |
| 15 </div> |
| 16 |
| 17 <!-- TODO(jdufault): Real webstore link --> |
| 18 <a is="action-link" i18n-content="noteFindMoreApps" target="_blank" |
| 19 id='note-find-more-link' |
| 20 href="https://chrome.google.com/webstore/category/apps"></a> |
| 21 </div> |
| 22 |
| 23 <div class="action-area"> |
| 24 <div class="button-strip"> |
| 25 <button id="note-cancel" type="reset" i18n-content="cancel"></button> |
| 26 <button id="note-confirm" class="default-button" type="submit" |
| 27 i18n-content="ok"> |
| 28 </button> |
| 29 </div> |
| 30 </div> |
| 31 </div> |
| OLD | NEW |