summaryrefslogtreecommitdiffstats
path: root/library/Pbs
diff options
context:
space:
mode:
Diffstat (limited to 'library/Pbs')
-rw-r--r--library/Pbs/Notifier.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/Pbs/Notifier.php b/library/Pbs/Notifier.php
index f2f889b..256aea4 100644
--- a/library/Pbs/Notifier.php
+++ b/library/Pbs/Notifier.php
@@ -12,7 +12,7 @@ class Pbs_Notifier{
$result = "<div class='errorbox'>Not allowed to delete this</div>";
break;
case "ok":
- $result = "<div class='checkbox'>Delete sucessful</div>";
+ $result = "<div class='okbox'>Delete sucessful</div>";
break;
case "error":
$result = "<div class='warningbox'>Delete failed</div>";
@@ -25,7 +25,7 @@ class Pbs_Notifier{
$result = "<div class='errorbox'>Not allowed to modify this</div>";
break;
case "ok":
- $result = "<div class='checkbox'>Modify sucessful</div>";
+ $result = "<div class='okbox'>Modify sucessful</div>";
break;
case "error":
$result = "<div class='warningbox'>Modify failed</div>";
@@ -38,7 +38,7 @@ class Pbs_Notifier{
$result = "<div class='errorbox'>Not allowed to create this</div>";
break;
case "ok":
- $result = "<div class='checkbox'>Creation sucessful</div>";
+ $result = "<div class='okbox'>Creation sucessful</div>";
break;
case "error":
$result = "<div class='warningbox'>Creation failed</div>";