summaryrefslogtreecommitdiff
path: root/core/views/admin_block_messages.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/admin_block_messages.html.php')
-rw-r--r--core/views/admin_block_messages.html.php33
1 files changed, 33 insertions, 0 deletions
diff --git a/core/views/admin_block_messages.html.php b/core/views/admin_block_messages.html.php
new file mode 100644
index 00000000..ee97c2c1
--- /dev/null
+++ b/core/views/admin_block_messages.html.php
@@ -0,0 +1,33 @@
+<? defined("SYSPATH") or die("No direct script access."); ?>
+<ul>
+ <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>
+
+
+
+