ohif-viewer/Packages/ohif-core/client/components/hotkeys/confirmReplacementPopover.html
2018-12-12 09:11:29 +01:00

7 lines
405 B
HTML

<template name="hotkeysConfirmReplacementPopover">
{{#popoverForm (extend this confirmLabel='Yes' cancelLabel='No' confirmClass='btn-danger')}}
<p><b>{{this.conflictedFunctionName}}</b> is already using the <b>{{this.hotkeyCombination}}</b> shortcut.</p>
<p>Do you want to use the shortcut for the <b>{{this.newFunctionName}}</b> function instead?</p>
{{/popoverForm}}
</template>