12 lines
297 B
HTML
12 lines
297 B
HTML
|
|
<template name="structuredReportModal">
|
||
|
|
{{#dialogForm (extend this
|
||
|
|
id='structuredReportModal'
|
||
|
|
dialogClass='themed modal-lg'
|
||
|
|
title='Structured report'
|
||
|
|
hideCancel=true
|
||
|
|
hideConfirm=true
|
||
|
|
)}}
|
||
|
|
<div id="root"></div>
|
||
|
|
{{/dialogForm}}
|
||
|
|
</template>
|