diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-12-26 05:43:06 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-26 05:43:06 +0000 |
| commit | dee20ed6a2bd92a2e67c27ccc7d60303d66cdcde (patch) | |
| tree | 0d3b432effb5ba4cc8e6eb2c8627c9661d52ebe8 /core/views | |
| parent | 0bef37eb0b077863984eb70ec99c40b2f32840bf (diff) | |
Added the concept of "permanent" messages that we show to admins. Use
this to show a "your thumbs/resizes are out of date" message whenever
we change the graphics rules. Tweak watermark module to add graphics
rules whenever we make a change, which triggers the graphics module to
add the permanent message.
Diffstat (limited to 'core/views')
| -rw-r--r-- | core/views/admin_block_messages.html.php | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/core/views/admin_block_messages.html.php b/core/views/admin_block_messages.html.php deleted file mode 100644 index ee97c2c1..00000000 --- a/core/views/admin_block_messages.html.php +++ /dev/null @@ -1,33 +0,0 @@ -<? 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> - - - - |
