message area + admin part 1

This commit is contained in:
Jana Deutschländer 2017-01-10 16:04:58 +01:00
commit ccf1b0eac9
8 changed files with 439 additions and 363 deletions

View file

@ -295,6 +295,9 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
tpl_includeFile('pageheader.html')
?>
<?php
?>
<div class="breadcrumbs">
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_menu_status') ?></h6>
@ -345,6 +348,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
</div>
<div class="msg-area"><?php html_msgarea();/*msg('Information.', 0);msg('Success', 1);msg('Notification', 2);msg('Fehler', -1);*/ ?></div>
<?php