Message Generated From Actions on 'page_main.php'Updated: May 17th, 2008
Created: 17/05/08I have modified the Message Action for the page view as it looked out of place to the side. As their is no text in the space above the page title I've moved it here and made it a long and thinner div.
So the changes, in my modified simple_zen, are:
1. page.main.php Insert immediately after <div id="content" class="column">
<?php
// -----MESSAGES GENERATED FROM ACTIONS -----
messages( array(
'block_start' => '<div class="page_action">',
'block_end' => '</div>',
) );
// --END OF MESSAGES GENERATED FROM ACTIONS --
?>
2. stylesheet.css Add the following
.page_action {
border:1px solid black;
background:#ffff66; color:#000000;
text-align:center;
padding:1px;
margin-left:23%;
margin-top:-24px;
}







