We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef3406 commit 4ead272Copy full SHA for 4ead272
webapp/WEB-INF/templates/admin/plugins/workflow/modules/formspdf/modify_forms_pdf_template.html
@@ -22,6 +22,7 @@
22
</@inputGroup>
23
</@formGroup>
24
<br/>
25
+ <@input type='hidden' name='rte' value=rte?c />
26
<#if rte>
27
<@checkBox orientation='switch' labelFor='rte' labelKey='#i18n{module.workflow.formspdf.modify.template.noRTE}' id='rte' name='macro_checkbox_rte' checked=rte params='onchange="javascript:toggleRTE();"' />
28
<@formGroup labelFor='template_content' labelKey='#i18n{module.workflow.formspdf.modify.template.content}' mandatory=true rows=2>
0 commit comments