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