Merge branch 'moveHighlightparent' into 'master'

Move the highlightparent-plugin, because messages

See merge request !48
This commit is contained in:
Jana Deutschländer 2017-04-21 15:09:32 +02:00
commit 21a259a048

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