summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorSimon2011-04-14 13:40:00 +0200
committerSimon2011-04-14 13:40:00 +0200
commitb42e6ae08b53a650cc2c4564cc9fc19a13c412d1 (patch)
treeddcf203e5c8c075f3cd5d31a501723aacd91c33e /library
parentTicket #207 - Graph wird beim verlinken angezeigt (diff)
parentfix (diff)
downloadpbs2-b42e6ae08b53a650cc2c4564cc9fc19a13c412d1.tar.gz
pbs2-b42e6ae08b53a650cc2c4564cc9fc19a13c412d1.tar.xz
pbs2-b42e6ae08b53a650cc2c4564cc9fc19a13c412d1.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'library')
-rw-r--r--library/Pbs/Notifier.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/library/Pbs/Notifier.php b/library/Pbs/Notifier.php
index 2d86748..74971f7 100644
--- a/library/Pbs/Notifier.php
+++ b/library/Pbs/Notifier.php
@@ -95,6 +95,13 @@ class Pbs_Notifier{
break;
}
break;
+ case "serial":
+ switch($result){
+ case "noserial":
+ $result = "<div class='errorbox'>Your PreBoot is broken, please download a new Version or contact a PBS Administrator</div>";
+ break;
+ }
+ break;
case "link":
switch($result){
case "forbidden":