move msg area down to content area. fixes SPR-792
This commit is contained in:
parent
aef104329a
commit
6b795a1e14
1 changed files with 0 additions and 9 deletions
9
main.php
9
main.php
|
@ -100,15 +100,6 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
|||
|
||||
<div class="page-wrapper <?php echo ($showSidebar) ? 'hasSidebar' : ''; ?>">
|
||||
<?php
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* Message AREA */
|
||||
/* FIXME: position of error + info messages. Does it have to be on top of the page? */
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
html_msgarea();
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* Include Hook: header.html */
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue