[AppDB] Use bootstrap alert for test report error messages.

Rosanne DiMesio dimesio at earthlink.net
Fri Aug 11 15:14:49 CDT 2017


Makes the error message(s) more noticeable.

Signed-off-by: Rosanne DiMesio <dimesio at earthlink.net>
---
 include/objectManager.php | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/objectManager.php b/include/objectManager.php
index 2f19b64..50f5bf3 100644
--- a/include/objectManager.php
+++ b/include/objectManager.php
@@ -1795,10 +1795,11 @@ class ObjectManager
             if($sErrors == PREVIEW_ENTRY)
                 return TRUE;
 
+            echo "<div class='alert alert-danger' role='alert'>";
             echo "<p class=\"error\">\n";
-            echo "The following errors were found:\n";
+            echo "<b>The following errors were found:</b>\n";
             echo "<ul>$sErrors</ul>\n";
-            echo "</p>";
+            echo "</p></div>";
             return TRUE;
         } else
         {
-- 
2.12.3




More information about the wine-patches mailing list