Move the highlightparent-plugin, because messages

The link from the highlightparent-plugin is supposed to stay inside the
grey bar at top of the page, even if there are messages. To facilitate
that, it's easiest to explicitly place it above the msg-area.

For this to work, the highlightparent-plugin must be updated.

SPR-944
This commit is contained in:
Michael Große 2017-04-21 13:55:46 +02:00
parent e6acdc2663
commit aa2452b0a5
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79

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