Merge branch 'master' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template into spis-master
This commit is contained in:
commit
6f2c743f31
1 changed files with 7 additions and 1 deletions
8
main.php
8
main.php
|
@ -325,7 +325,13 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="qc-output"></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="msg-area"><?php html_msgarea();/*msg('Information.', 0);msg('Success', 1);msg('Notification', 2);msg('Fehler', -1);*/ ?></div>
|
||||||
<div class="clearer"></div>
|
<div class="clearer"></div>
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue