11 lines
685 B
HTML
11 lines
685 B
HTML
<div class="identity-text-wrapper flexrow">
|
|
<fieldset class="identity-text-block">
|
|
<legend class="text-block-header">{{localize 'chiaroscuro.tabs.identity_text1'}}</legend>
|
|
{{editor data.enrichedHtml.identity_text1 target="system.identity_text1" button=true editable=options.editable engine="prosemirror" collaborate=false}}
|
|
</fieldset>
|
|
<fieldset class="identity-text-block">
|
|
<legend class="text-block-header">{{localize 'chiaroscuro.tabs.identity_text2'}}</legend>
|
|
{{editor data.enrichedHtml.identity_text2 target="system.identity_text2" button=true editable=options.editable engine="prosemirror" collaborate=false}}
|
|
</fieldset>
|
|
</div>
|