The help and message areas currently display above the page title, which seems very unusual to the user.
I moved:
<?php if ($messages || $page['help']): ?>
<!-- HELP -->
<div id="system-messages-wrapper" class="wrapper container-16">
<div class="container <?php print $grid; ?>">
<div class="grid-inner clearfix">
<?php print $messages . render($page['help']); ?>
</div>
</div>
</div>
<!-- //HELP -->
<?php endif; ?>
to just below the page title in the page.tpl.php template.
I think it works much better there and also gives a more logical markup order, which is good also for screen readers.
What are your thoughts on this, would you be willing to move it?
Comments
Comment #1
rooby commented