From 9e30df97c5273dddff21ec0650fece03fad2a110 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 14 Apr 2011 15:07:32 +0200 Subject: Ticket #211 - Es werden Meldungen angezeigt, sobald es das eigene oder andere Bootmenus sind --- library/Pbs/Notifier.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'library/Pbs/Notifier.php') diff --git a/library/Pbs/Notifier.php b/library/Pbs/Notifier.php index 74971f7..c4fa730 100644 --- a/library/Pbs/Notifier.php +++ b/library/Pbs/Notifier.php @@ -17,6 +17,9 @@ class Pbs_Notifier{ case "error": $result = "warningbox"; break; + case "info": + $result = "infobox"; + break; } $result = "
$action
"; break; -- cgit v1.2.3-55-g7522