summaryrefslogtreecommitdiff
path: root/core/views/admin_block_messages.html.php
blob: ee97c2c12e0eb740a3814ef292c5ac21b551beb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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>