mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 06:46:05 -04:00
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.
This commit is contained in:
@@ -40,12 +40,6 @@ class core_block_Core {
|
||||
$block->content = new View("admin_block_welcome.html");
|
||||
$blocks[] = $block;
|
||||
|
||||
$block = new Block();
|
||||
$block->id = "gMessages";
|
||||
$block->title = _("Status Messages");
|
||||
$block->content = new View("admin_block_messages.html");
|
||||
$blocks[] = $block;
|
||||
|
||||
$block = new Block();
|
||||
$block->id = "gPhotoStream";
|
||||
$block->title = _("Photo Stream");
|
||||
|
||||
Reference in New Issue
Block a user