Merge branch 'master' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template into spis_SPR-950

This commit is contained in:
Silke Pisulla 2017-04-24 08:31:25 +02:00
commit 7e0e39537b

View file

@ -325,7 +325,13 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
</div>
<div class="qc-output"></div>
<?php
/** @var action_plugin_highlightparent $highlightParent */
$highlightParent = plugin_load('action', 'highlightparent');
if ($highlightParent) {
echo $highlightParent->tpl();
}
?>
<div class="msg-area"><?php html_msgarea();/*msg('Information.', 0);msg('Success', 1);msg('Notification', 2);msg('Fehler', -1);*/ ?></div>
<div class="clearer"></div>
<?php