|
|
@@ -29,13 +29,11 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="lu-modal__body">Blubb5
|
|
|
- {if $editForm->haveInternalAlertMessage()}Blubb6
|
|
|
<div class="lu-alert {if $editForm->getInternalAlertSize() !== ''}lu-alert--{$editForm->getInternalAlertSize()}{/if} lu-alert--{$editForm->getInternalAlertMessageType()} lu-alert--faded modal-alert-top">
|
|
|
<div class="lu-alert__body">
|
|
|
{if $editForm->isInternalAlertMessageRaw()|unescape:'html'}{$editForm->getInternalAlertMessage()}{else}{$MGLANG->T($editForm->getInternalAlertMessage())|unescape:'html'}{/if}
|
|
|
</div>
|
|
|
</div>
|
|
|
- {/if}
|
|
|
{if $editForm->getConfirmMessage()}
|
|
|
{if $editForm->isTranslateConfirmMessage()}
|
|
|
{$MGLANG->T($editForm->getConfirmMessage())|unescape:'html'}
|