ohif-viewer/Packages/ohif-hotkeys/client/components/dialog.html
2017-06-14 09:19:49 +02:00

6 lines
188 B
HTML

<template name="hotkeysDialog">
{{#dialogSimple (extend this dialogClass='dialog-hotkeys' title='Keyboard Shortcuts')}}
{{>hotkeysForm this}}
{{/dialogSimple}}
</template>