| <div id="stylus-overlay" class="page" hidden> |
| <div class="close-button"></div> |
| <h1 i18n-content="stylusOverlay"></h1> |
| <div class="content-area"> |
| <div class="option-control-table"> |
| <div class="option-name"> |
| <div class="checkbox controlled-setting-with-label"> |
| <label> |
| <input pref="settings.enable_stylus_tools" type="checkbox" |
| dialog-pref> |
| <span i18n-content="stylusEnableStylusTools"></span> |
| </label> |
| </div> |
| <div class="checkbox controlled-setting-with-label"> |
| <label> |
| <input id="launch-palette-on-eject-input" |
| pref="settings.launch_palette_on_eject_event" |
| type="checkbox" dialog-pref> |
| <span i18n-content="stylusAutoOpenStylusTools"></span> |
| </label> |
| </div> |
| </div> |
| </div> |
| |
| <!-- TODO(jdufault): Real webstore link --> |
| <a is="action-link" i18n-content="stylusFindMoreApps" target="_blank" |
| id='stylus-find-more-link' |
| href="https://play.google.com/store/apps/collection/promotion_30023cb_stylus_apps"></a> |
| </div> |
| |
| <div class="action-area"> |
| <div class="button-strip"> |
| <button id="stylus-cancel" type="reset" i18n-content="cancel"></button> |
| <button id="stylus-confirm" class="default-button" type="submit" |
| i18n-content="ok"> |
| </button> |
| </div> |
| </div> |
| </div> |