Move the "status messages" section into its own block.

This commit is contained in:
Bharat Mediratta
2008-12-20 01:13:57 +00:00
parent 68e9dcf027
commit e12a4f2ae3
3 changed files with 42 additions and 11 deletions
-10
View File
@@ -1,15 +1,5 @@
<? defined("SYSPATH") or die("No direct script access."); ?>
<?= $theme->dashboard_blocks(); ?>
<div class="gBlock">
<h2>Status Messages</h2>
<ul class="gBlockContent gMessages">
<li class="gWarning"><a href="#" title="">Gallery 3.1 is available, you're running Gallery 3.0. Update now!</a></li>
<li class="gError"><a href="#" title="">Unable to write to /home/username/gallery3/var</a></li>
<li class="gSuccess"><a href="#" title="">Permissions issues fixed</a></li>
<li class="gInfo"><a href="#" title="">Just a plain information message</a></li>
<li class="gHelp"><a href="#" title="">Contextual help or tip<br/>And here's a second line</a></li>
</ul>
</div>
<div id="gPhotoStream" class="gBlock">
<h2>Photo Stream</h2>