Bad things are now 'classified' as bad (CSS class 'bad' is being used instead of...
authorRoland Häder <roland@mxchange.org>
Sun, 14 Aug 2011 00:05:08 +0000 (00:05 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 14 Aug 2011 00:05:08 +0000 (00:05 +0000)
26 files changed:
inc/functions.php
inc/language/birthday_de.php
inc/libs/bonus_functions.php
inc/libs/register_functions.php
inc/libs/task_functions.php
inc/libs/user_functions.php
inc/modules/admin/admin-inc.php
inc/modules/admin/what-config_cats.php
inc/modules/admin/what-config_payouts.php
inc/modules/admin/what-config_points.php
inc/modules/admin/what-edit_emails.php
inc/modules/admin/what-list_email_max_rec.php
inc/modules/admin/what-payments.php
inc/modules/admin/what-refbanner.php
inc/modules/admin/what-theme_import.php
inc/modules/guest/what-login.php
inc/modules/member/what-order.php
inc/mysql-manager.php
inc/template-functions.php
show_bonus.php
theme/business/css/general.css
theme/default/css/general.css
theme/desert/css/general.css
theme/org/css/general.css
theme/schleuder/css/general.css
theme/ship-simu/css/general.css

index 546086cb96fbcb436a5f56944717d7c39bfd3563..1b6b5dc88c5487b808e723d6612bde81e66b9693 100644 (file)
@@ -1135,7 +1135,7 @@ function getMessageFromErrorCode ($code) {
        switch ($code) {
                case '': break;
                case getCode('LOGOUT_DONE')        : $message = '{--LOGOUT_DONE--}'; break;
        switch ($code) {
                case '': break;
                case getCode('LOGOUT_DONE')        : $message = '{--LOGOUT_DONE--}'; break;
-               case getCode('LOGOUT_FAILED')      : $message = '<span class="notice">{--LOGOUT_FAILED--}</span>'; break;
+               case getCode('LOGOUT_FAILED')      : $message = '<span class="bad">{--LOGOUT_FAILED--}</span>'; break;
                case getCode('DATA_INVALID')       : $message = '{--MAIL_DATA_INVALID--}'; break;
                case getCode('POSSIBLE_INVALID')   : $message = '{--MAIL_POSSIBLE_INVALID--}'; break;
                case getCode('USER_404')           : $message = '{--USER_404--}'; break;
                case getCode('DATA_INVALID')       : $message = '{--MAIL_DATA_INVALID--}'; break;
                case getCode('POSSIBLE_INVALID')   : $message = '{--MAIL_POSSIBLE_INVALID--}'; break;
                case getCode('USER_404')           : $message = '{--USER_404--}'; break;
index 63addc4ead98a5f40a113b036fb0ed5233d2817f..783710017baa6522831afa017d24896eb4cc5b9e 100644 (file)
@@ -48,7 +48,7 @@ addMessages(array(
        'ADMIN_CONFIG_BIRTHDAY_POINTS_NOTE' => "Wert <strong>0</strong> deaktiviert die Extragutschrift.",
        'MEMBER_BIRTHDAY_CANNOT_STATUS' => "Kann keine {?POINTS?} gutschreiben! Status Ihres Accounts: <span class=\"data\">{%%pipe,translateUserStatus=%s%%}</span>",
        'MEMBER_BIRTHDAY_CANNOT_LOAD_DATA' => "Entweder haben Sie bereits Ihr Geburtsgeschenk erhalten oder Sie haben heute keinen Geburtstag.",
        'ADMIN_CONFIG_BIRTHDAY_POINTS_NOTE' => "Wert <strong>0</strong> deaktiviert die Extragutschrift.",
        'MEMBER_BIRTHDAY_CANNOT_STATUS' => "Kann keine {?POINTS?} gutschreiben! Status Ihres Accounts: <span class=\"data\">{%%pipe,translateUserStatus=%s%%}</span>",
        'MEMBER_BIRTHDAY_CANNOT_LOAD_DATA' => "Entweder haben Sie bereits Ihr Geburtsgeschenk erhalten oder Sie haben heute keinen Geburtstag.",
-       'ADMIN_CONFIG_BIRTHDAY_ONLY_ACTIVE' => "Nur aktive Mitglieder erhalten die Geburtstagsgutschrift?<br /><div class=\"notice\">(Nur in Verbindung mit der Erweiterung <strong>autopurge</strong>!)</div>",
+       'ADMIN_CONFIG_BIRTHDAY_ONLY_ACTIVE' => "Nur aktive Mitglieder erhalten die Geburtstagsgutschrift?<br /><div class=\"notice\">(Nur in Verbindung mit der Erweiterung <strong>ext-autopurge</strong>!)</div>",
 ));
 
 // [EOF]
 ));
 
 // [EOF]
index c19a1c0256e8551a7cb31faa3d8c7383f394f60c..57d2dc975e1f4e4fa25b72b06fd3d4b9240101ac 100644 (file)
@@ -194,7 +194,7 @@ LIMIT 1",
                // @TODO Move this HTML to a template
                $OUT = '<tr>
   <td colspan="3" align="center" height="30" class="bottom">
                // @TODO Move this HTML to a template
                $OUT = '<tr>
   <td colspan="3" align="center" height="30" class="bottom">
-    <div class="notice">{%message,MEMBER_BONUS_NO_RANKS=' . $data . '%}</div>
+    <div class="bad">{%message,MEMBER_BONUS_NO_RANKS=' . $data . '%}</div>
   </td>
 </tr>';
        }
   </td>
 </tr>';
        }
index 480e65dbd60726342392d3fc0ef51e6c3fdcf814..62a62dde4210c8f913588fea700a7b3f996ca0e3 100644 (file)
@@ -120,9 +120,9 @@ function registerGenerateCategoryTable ($mode) {
 // Outputs a 'failed message'
 function registerOutputFailedMessage ($messageId, $extra='') {
        if (empty($messageId)) {
 // Outputs a 'failed message'
 function registerOutputFailedMessage ($messageId, $extra='') {
        if (empty($messageId)) {
-               outputHtml('<div class="notice">' . $extra . '</div>');
+               outputHtml('<div class="bad">' . $extra . '</div>');
        } else {
        } else {
-               outputHtml('<div class="notice">{--' . $messageId . '--}' . $extra . '</div>');
+               outputHtml('<div class="bad">{--' . $messageId . '--}' . $extra . '</div>');
        }
 }
 
        }
 }
 
index 432d96683ceb99737c5310d8897b1debe61fcaf4..24227858c8dcb378ae0aa7c40e748f304e18331a 100644 (file)
@@ -215,11 +215,11 @@ function outputAdvancedOverview (&$result_main) {
                } elseif (isExtensionActive('bonus')) {
                        $content['purged_bonus_mails'] = '{%message,ADMIN_EXTENSION_BONUS_OUTDATED=0.1.8%}';
                } else {
                } elseif (isExtensionActive('bonus')) {
                        $content['purged_bonus_mails'] = '{%message,ADMIN_EXTENSION_BONUS_OUTDATED=0.1.8%}';
                } else {
-                       $content['purged_bonus_mails'] = '<span class="notice">{--ADMIN_EXTENSION_BONUS_404--}</span>';
+                       $content['purged_bonus_mails'] = '<span class="bad">{--ADMIN_EXTENSION_BONUS_404--}</span>';
                }
        } else {
                }
        } else {
-               $content['purged_bonus_mails'] = '<span class="notice">{--ADMIN_EXTENSION_AUTOPURGE_404--}</span>';
-               $content['purged_mails'] = '<span class="notice">{--ADMIN_EXTENSION_AUTOPURGE_404--}</span>';
+               $content['purged_bonus_mails'] = '<span class="bad">{--ADMIN_EXTENSION_AUTOPURGE_404--}</span>';
+               $content['purged_mails'] = '<span class="bad">{--ADMIN_EXTENSION_AUTOPURGE_404--}</span>';
        }
 
        //
        }
 
        //
index 80fcaf50ea493ff9d55480fc7ef4979fe53ad49f..71b180ee8fccc6c64bfa791f0f6178a5b493ceca 100644 (file)
@@ -468,8 +468,8 @@ function doNewUserPassword ($email, $userid) {
                        redirectToUrl('modules.php?module=index&amp;what=login&amp;login=' . $errorCode);
                }
        } else {
                        redirectToUrl('modules.php?module=index&amp;what=login&amp;login=' . $errorCode);
                }
        } else {
-               // id or email is wrong
-               displayMessage('<span class="notice">{--GUEST_WRONG_ID_EMAIL--}</span>');
+               // Id or email is wrong
+               displayMessage('<span class="bad">{--GUEST_WRONG_ID_EMAIL--}</span>');
        }
 
        // Return the error code
        }
 
        // Return the error code
index 85c2d67250cd46af3b009fa60f8df74a70e3e922..fb70b05816708e712cf0e756b55367677d6e2d7f 100644 (file)
@@ -296,7 +296,7 @@ ORDER BY
                                                $OUT .= '[<a href="{%url=modules.php?module=admin&amp;action=' . $menu . '%}">';
                                        }
                                } else {
                                                $OUT .= '[<a href="{%url=modules.php?module=admin&amp;action=' . $menu . '%}">';
                                        }
                                } else {
-                                       $OUT .= '<em style="cursor:help" class="notice" title="{%message,ADMIN_MENU_ACTION_404_TITLE=' . $menu . '%}">';
+                                       $OUT .= '<em style="cursor:help" class="bad" title="{%message,ADMIN_MENU_ACTION_404_TITLE=' . $menu . '%}">';
                                }
 
                                $OUT .= $title;
                                }
 
                                $OUT .= $title;
@@ -359,7 +359,7 @@ ORDER BY
                                                                        $OUT .= '[<a href="{%url=modules.php?module=admin&amp;what=' . $what_sub . '%}">';
                                                                }
                                                        } else {
                                                                        $OUT .= '[<a href="{%url=modules.php?module=admin&amp;what=' . $what_sub . '%}">';
                                                                }
                                                        } else {
-                                                               $OUT .= '<em style="cursor:help" class="notice" title="{%message,ADMIN_MENU_WHAT_404_TITLE=' . $what_sub . '%}">';
+                                                               $OUT .= '<em style="cursor:help" class="bad" title="{%message,ADMIN_MENU_WHAT_404_TITLE=' . $what_sub . '%}">';
                                                        }
 
                                                        $OUT .= $title_what;
                                                        }
 
                                                        $OUT .= $title_what;
@@ -1630,7 +1630,7 @@ function generateAdminLink ($adminId) {
                        }
                } else {
                        // Maybe deleted?
                        }
                } else {
                        // Maybe deleted?
-                       $adminLink = '<div class="notice">{%message,ADMIN_ID_404=' . $adminId . '%}</div>';
+                       $adminLink = '<div class="bad">{%message,ADMIN_ID_404=' . $adminId . '%}</div>';
                }
        } // END - if
 
                }
        } // END - if
 
index 4a6b52b3927961919fe23cefb531b93b9f7c37a4..5fd1ef8f9290033beaceccbcae8317b51b051c67 100644 (file)
@@ -62,7 +62,7 @@ if (isFormSent('add')) {
                $content = '{--CATEGORY_ADDED--}';
        } else {
                // Category does already exists
                $content = '{--CATEGORY_ADDED--}';
        } else {
                // Category does already exists
-               $content = '<span class="notice">{--CATEGORY_ALREADY_EXISTS--}</span>';
+               $content = '<span class="bad">{--CATEGORY_ALREADY_EXISTS--}</span>';
        }
 
        // Free memory
        }
 
        // Free memory
index fe278970522e639e90d581da1cefafdd41f971fb..022278ebe6648fc471ee39b60ba589365f4134c8 100644 (file)
@@ -77,7 +77,7 @@ if ((isFormSent('add')) && (isPostRequestElementSet('title')) && (postRequestEle
                SQL_FREERESULT($result);
 
                // Does already exist
                SQL_FREERESULT($result);
 
                // Does already exist
-               $message = '<div class="notice">{--ADMIN_PAYOUT_TYPE_ALREADY--}</div>';
+               $message = '<div class="bad">{--ADMIN_PAYOUT_TYPE_ALREADY--}</div>';
        }
 }
 
        }
 }
 
index 46aefa2608b442ee89fc10cbafa3b16a9f7d7215..11c547539044e670e291999fe8ed28110c8b8ba9 100644 (file)
@@ -152,7 +152,7 @@ WHERE
                        rebuildCache('config', 'config');
                } else {
                        // Prepare failed-message
                        rebuildCache('config', 'config');
                } else {
                        // Prepare failed-message
-                       $message = '<span class="notice">{--SETTINGS_NOT_SAVED--}</span>';
+                       $message = '<span class="bad">{--SETTINGS_NOT_SAVED--}</span>';
                }
 
                // Remove SQL queries
                }
 
                // Remove SQL queries
index cd340e21947fba2579ce1bc8d85d7c686c48d3e1..887262cb61f4c47886aeab6332f3e82472f7ba3b 100644 (file)
@@ -128,7 +128,7 @@ LIMIT 1",
                if (!SQL_HASZEROAFFECTED()) {
                        $content = '{--ADMIN_EMAIL_CHANGES_SAVED--}';
                } else {
                if (!SQL_HASZEROAFFECTED()) {
                        $content = '{--ADMIN_EMAIL_CHANGES_SAVED--}';
                } else {
-                       $content = '<span class="notice">{--ADMIN_EMAIL_CHANGES_NOT_SAVED--}</span>';
+                       $content = '<span class="bad">{--ADMIN_EMAIL_CHANGES_NOT_SAVED--}</span>';
                }
        } elseif (isPostRequestElementSet('bid')) {
                // Update pool
                }
        } elseif (isPostRequestElementSet('bid')) {
                // Update pool
@@ -151,11 +151,11 @@ LIMIT 1",
                if (!SQL_HASZEROAFFECTED()) {
                        $content = '{--ADMIN_EMAIL_CHANGES_SAVED--}';
                } else {
                if (!SQL_HASZEROAFFECTED()) {
                        $content = '{--ADMIN_EMAIL_CHANGES_SAVED--}';
                } else {
-                       $content = '<span class="notice">{--ADMIN_EMAIL_CHANGES_NOT_SAVED--}</span>';
+                       $content = '<span class="bad">{--ADMIN_EMAIL_CHANGES_NOT_SAVED--}</span>';
                }
        } else {
                // No valid action
                }
        } else {
                // No valid action
-               $content = '<span class="notice">{--ADMIN_EDIT_EMAIL_FAILED--}</span>';
+               $content = '<span class="bad">{--ADMIN_EDIT_EMAIL_FAILED--}</span>';
        }
 
        // Display message
        }
 
        // Display message
index 850a7ca6bb9caf200a76ba3acdb36a5da5378e67..1b0a24aa72bed9718f0acc8468b2dfcf151f029f 100644 (file)
@@ -59,7 +59,7 @@ if (isPostRequestElementSet('add_max')) {
                $content = '{--ADMIN_MAX_VALUE_SAVED--}';
        } else {
                // Value does alread exists!
                $content = '{--ADMIN_MAX_VALUE_SAVED--}';
        } else {
                // Value does alread exists!
-               $content = '<span class="notice">{--ADMIN_MAX_VALUE_ALREADY--}</span>';
+               $content = '<span class="bad">{--ADMIN_MAX_VALUE_ALREADY--}</span>';
        }
 
        // Free memory
        }
 
        // Free memory
index 19e0990d94e6e07627cb47c3ba00966200ca7103..07e2a54fc4f4d1a29a3e28e90f442300f7a340cc 100644 (file)
@@ -74,10 +74,10 @@ if (isFormSent()) {
        if (countSqls() > 0) {
                // Run all queries
                runFilterChain('run_sqls');
        if (countSqls() > 0) {
                // Run all queries
                runFilterChain('run_sqls');
-               $content = '<span class="notice">{--SETTINGS_SAVED--}</span>';
+               $content = '<span class="good">{--SETTINGS_SAVED--}</span>';
        } else {
                // Nothing has changed!
        } else {
                // Nothing has changed!
-               $content = '<span class="notice">{--SETTINGS_NOT_SAVED--}</span>';
+               $content = '<span class="bad">{--SETTINGS_NOT_SAVED--}</span>';
        }
 
        // Output template
        }
 
        // Output template
index c204458fd58b18229fa4feb08598bc1a7c217a5a..e8754f6ba2eb3b28ab48ec4d24dd0344f1914e55 100644 (file)
@@ -97,7 +97,7 @@ VALUES ('%s','%s','%s')",
                $content = '{--SETTINGS_SAVED--}';
        } else {
                // Nothing has been updated
                $content = '{--SETTINGS_SAVED--}';
        } else {
                // Nothing has been updated
-               $content = '<span class="notice">{--SETTINGS_NOT_SAVED--}</span>';
+               $content = '<span class="bad">{--SETTINGS_NOT_SAVED--}</span>';
        }
 
        // Display message
        }
 
        // Display message
index fd04a906852bc0ab7962e1408d913f10a8abfc65..c0fe085887283e7e9596f735fa189a589acf5fb8 100644 (file)
@@ -107,12 +107,12 @@ foreach ($includes as $inc) {
        loadInclude($inc);
 
        // Add found theme to array
        loadInclude($inc);
 
        // Add found theme to array
-       $themes['theme_unix'][]   = $dir;
-       $themes['theme_name'][]   = $GLOBALS['theme_data']['name'];
-       $themes['theme_author'][] = $GLOBALS['theme_data']['author'];
-       $themes['theme_email'][]  = $GLOBALS['theme_data']['email'];
-       $themes['theme_url'][]    = $GLOBALS['theme_data']['url'];
-       $themes['theme_version'][]    = $GLOBALS['theme_data']['version'];
+       $themes['theme_unix'][]    = $dir;
+       $themes['theme_name'][]    = $GLOBALS['theme_data']['name'];
+       $themes['theme_author'][]  = $GLOBALS['theme_data']['author'];
+       $themes['theme_email'][]   = $GLOBALS['theme_data']['email'];
+       $themes['theme_url'][]     = $GLOBALS['theme_data']['url'];
+       $themes['theme_version'][] = $GLOBALS['theme_data']['version'];
 } // END - while
 
 // Sort array by Uni* name
 } // END - while
 
 // Sort array by Uni* name
index dca4bbdcd4b190298345365a2d5715aa100cbf34..f45d269bced5f62349c3150e6a34dcbd66f633ca 100644 (file)
@@ -125,7 +125,7 @@ if (!empty($errorCode)) {
        // @TODO Move this HTML code into a template
        $content['message'] = '<tr>
   <td colspan="4" align="center">
        // @TODO Move this HTML code into a template
        $content['message'] = '<tr>
   <td colspan="4" align="center">
-    <span class="notice">' . getMessageFromErrorCode($errorCode) . '</span>
+    <span class="bad">' . getMessageFromErrorCode($errorCode) . '</span>
   </td>
 </tr>';
 } // END - if
   </td>
 </tr>';
 } // END - if
index 0581dc2fa57df0c84592fb16ac8f82e6d97f63d4..e87be3b9acee37dcb492bc36f33a20fbd8b0876e 100644 (file)
@@ -720,15 +720,15 @@ LIMIT 1",
                                }
                        } else {
                                // No mail types defined
                                }
                        } else {
                                // No mail types defined
-                               displayMessage('<span class="notice">{--MEMBER_ORDER_NO_PAYMENTS--}</span>');
+                               displayMessage('<span class="bad">{--MEMBER_ORDER_NO_PAYMENTS--}</span>');
                        }
                } else {
                        // No points left
                        }
                } else {
                        // No points left
-                       displayMessage('<span class="notice">{--MEMBER_ORDER_NO_POINTS--}</span>');
+                       displayMessage('<span class="bad">{--MEMBER_ORDER_NO_POINTS--}</span>');
                }
        } else {
                // No cateogries are defined yet
                }
        } else {
                // No cateogries are defined yet
-               displayMessage('<span class="notice">{--MEMBER_NO_CATEGORIES--}</span>');
+               displayMessage('<span class="bad">{--MEMBER_NO_CATEGORIES--}</span>');
        }
 } else {
        // Please confirm some mails first
        }
 } else {
        // Please confirm some mails first
index 8f9d7bb7a9d8113e9597e7862f29f18126223f74..13b29b526495e831423a17e37a21d864ed2ad7ec 100644 (file)
@@ -279,7 +279,7 @@ ORDER BY
                                                }
                                        } else {
                                                // Not found - open
                                                }
                                        } else {
                                                // Not found - open
-                                               $OUT .= '<em style="cursor:help" class="notice" title="{%message,ADMIN_MENU_WHAT_404_TITLE=' . $content['sub_what'] . '%}">';
+                                               $OUT .= '<div style="cursor:help" class="bad" title="{%message,ADMIN_MENU_WHAT_404_TITLE=' . $content['sub_what'] . '%}">';
                                        }
 
                                        // Menu title
                                        }
 
                                        // Menu title
@@ -294,7 +294,7 @@ ORDER BY
                                                } // END - if
                                        } else {
                                                // Not found - close
                                                } // END - if
                                        } else {
                                                // Not found - close
-                                               $OUT .= '</em>';
+                                               $OUT .= '</div>';
                                        }
 
                                        // Cunt it up
                                        }
 
                                        // Cunt it up
@@ -1513,7 +1513,7 @@ function generateCategoryOptionsList ($mode) {
                } // END - foreach
        } else {
                // No cateogries are defined yet
                } // END - foreach
        } else {
                // No cateogries are defined yet
-               $OUT = '<option class="notice">{--MEMBER_NO_CATEGORIES--}</option>';
+               $OUT = '<option class="bad">{--MEMBER_NO_CATEGORIES--}</option>';
        }
 
        // Return HTML code
        }
 
        // Return HTML code
index ee0e92585de7e8d9f6a7d197cde06e1f4f6f6916..29270c1e734e1b8978a0df1d69faff9b6f367feb 100644 (file)
@@ -340,7 +340,7 @@ function loadTemplate ($template, $return = false, $content = array(), $compileC
                } elseif ((isAdmin()) || ((isInstalling()) && (!isInstalled()))) {
                        // Only admins shall see this warning or when installation mode is active
                        $ret = '<div class="para">
                } elseif ((isAdmin()) || ((isInstalling()) && (!isInstalled()))) {
                        // Only admins shall see this warning or when installation mode is active
                        $ret = '<div class="para">
-       <span class="notice">{--TEMPLATE_404--}</span>
+       <span class="bad">{--TEMPLATE_404--}</span>
 </div>
 <div class="para">
        (' . $template . ')
 </div>
 <div class="para">
        (' . $template . ')
@@ -1603,16 +1603,16 @@ function sendModeMails ($mod, $modes) {
 
                                default: // Unsupported module!
                                        logDebugMessage(__FUNCTION__, __LINE__, sprintf("Unsupported module %s detected.", $mod));
 
                                default: // Unsupported module!
                                        logDebugMessage(__FUNCTION__, __LINE__, sprintf("Unsupported module %s detected.", $mod));
-                                       $content['message'] = '<span class="notice">{--UNKNOWN_MODULE--}</span>';
+                                       $content['message'] = '<span class="bad">{--UNKNOWN_MODULE--}</span>';
                                        break;
                        } // END - switch
                } else {
                        // Passwords mismatch
                                        break;
                        } // END - switch
                } else {
                        // Passwords mismatch
-                       $content['message'] = '<span class="notice">{--MEMBER_PASSWORD_ERROR--}</span>';
+                       $content['message'] = '<span class="bad">{--MEMBER_PASSWORD_ERROR--}</span>';
                }
        } else {
                // Could not load profile
                }
        } else {
                // Could not load profile
-               $content['message'] = '<span class="notice">{--MEMBER_CANNOT_LOAD_PROFILE--}</span>';
+               $content['message'] = '<span class="bad">{--MEMBER_CANNOT_LOAD_PROFILE--}</span>';
        }
 
        // Send email to user if required
        }
 
        // Send email to user if required
@@ -1837,7 +1837,7 @@ function doTemplateAdminMemberMailLinks ($template, $clear, $mailId) {
 // Helper function to create a selection box for YES/NO configuration entries
 function doTemplateConfigurationYesNoSelectionBox ($template, $clear, $configEntry) {
        // Default is a "missing entry" warning
 // Helper function to create a selection box for YES/NO configuration entries
 function doTemplateConfigurationYesNoSelectionBox ($template, $clear, $configEntry) {
        // Default is a "missing entry" warning
-       $OUT = '<em style="cursor:help" class="notice" title="{%message,ADMIN_CONFIG_ENTRY_MISSING=' . $configEntry . '%}">!' . $configEntry . '!</em>';
+       $OUT = '<em style="cursor:help" class="bad" title="{%message,ADMIN_CONFIG_ENTRY_MISSING=' . $configEntry . '%}">!' . $configEntry . '!</em>';
 
        // Generate the HTML code
        if (isConfigEntrySet($configEntry)) {
 
        // Generate the HTML code
        if (isConfigEntrySet($configEntry)) {
index 217a685cfc7c9da79df20aace18ef109e1b586c8..6f8bed824d9ed5d81664d265d8bf76d612406535 100644 (file)
@@ -112,18 +112,18 @@ LIMIT 1",
                        $content['message'] = loadTemplate('show_bonus_msg', true, $content);
                } else {
                        // No data found
                        $content['message'] = loadTemplate('show_bonus_msg', true, $content);
                } else {
                        // No data found
-                       $content['message'] = '<span class="notice">{--BONUS_SHOW_NO_DATA--}</span>';
+                       $content['message'] = '<span class="bad">{--BONUS_SHOW_NO_DATA--}</span>';
                }
 
                // Free memory
                SQL_FREERESULT($result);
        } else {
                // Wrong type entered
                }
 
                // Free memory
                SQL_FREERESULT($result);
        } else {
                // Wrong type entered
-               $content['message'] = '<span class="notice">{--BONUS_SHOW_WRONG_TYPE--}</span>';
+               $content['message'] = '<span class="bad">{--BONUS_SHOW_WRONG_TYPE--}</span>';
        }
 } else {
        // Wrong call!
        }
 } else {
        // Wrong call!
-       $content['message'] = '<span class="notice">{--BONUS_SHOW_WRONG_CALL--}</span>';
+       $content['message'] = '<span class="bad">{--BONUS_SHOW_WRONG_CALL--}</span>';
 }
 
 // Load send_bonus header template (for your banners, e.g.?)
 }
 
 // Load send_bonus header template (for your banners, e.g.?)
index 29a8c8c37db16b7c5284c1231424aec87ccbd55a..3ff2849c6a21c016a9389f09c91ef93c2ab5e31b 100644 (file)
@@ -642,11 +642,11 @@ li.listing {
        padding-bottom: 5px;
 }
 
        padding-bottom: 5px;
 }
 
-bad {
+.bad {
        color: #aa0000;
        font-style: italic;
 }
 
        color: #aa0000;
        font-style: italic;
 }
 
-good {
+.good {
        color: #00aa00;
 }
        color: #00aa00;
 }
index 027d171af03eb84554d813b1d5082787d297ecb4..c4c51cf0cc10a6154bdccbba34825115e807d914 100644 (file)
@@ -120,7 +120,7 @@ pre {
 }
 
 .notice {
 }
 
 .notice {
-       color: #aa0000;
+       color: #00aa00;
        font-size: 12px;
 }
 
        font-size: 12px;
 }
 
@@ -688,11 +688,11 @@ li.listing {
        padding-bottom: 5px;
 }
 
        padding-bottom: 5px;
 }
 
-bad {
+.bad {
        color: #aa0000;
        font-style: italic;
 }
 
        color: #aa0000;
        font-style: italic;
 }
 
-good {
+.good {
        color: #00aa00;
 }
        color: #00aa00;
 }
index d96848eafd003ecfd022f21fcb7f16494dea76d5..550dc32925ad6951528739a9ae31f482c33e80c0 100644 (file)
@@ -628,11 +628,11 @@ li.listing {
        padding-bottom: 5px;
 }
 
        padding-bottom: 5px;
 }
 
-bad {
+.bad {
        color: #aa0000;
        font-style: italic;
 }
 
        color: #aa0000;
        font-style: italic;
 }
 
-good {
+.good {
        color: #00aa00;
 }
        color: #00aa00;
 }
index c841298d2de9e97ff042226ee04768d4ca4fdcd7..3548ee4786ed4ce49afe15614c3ed29c422e391f 100644 (file)
@@ -104,9 +104,8 @@ pre {
 }
 
 .form_delete {
 }
 
 .form_delete {
-       border-style            : groove;
+       border-style            : groove 1px #000000;
        color                           : #881111;
        color                           : #881111;
-       border-color            : #000000;
 }
 
 .form_submit {
 }
 
 .form_submit {
@@ -521,11 +520,11 @@ li.listing {
        padding-bottom: 5px;
 }
 
        padding-bottom: 5px;
 }
 
-bad {
+.bad {
        color: #aa0000;
        font-style: italic;
 }
 
        color: #aa0000;
        font-style: italic;
 }
 
-good {
+.good {
        color: #00aa00;
 }
        color: #00aa00;
 }
index 4fbcec66159cd329dc127a483e53dc1c2168e985..b0355932a0771e3a48224460894727f7a74f1be4 100644 (file)
@@ -561,11 +561,11 @@ li.listing {
        padding-bottom: 5px;
 }
 
        padding-bottom: 5px;
 }
 
-bad {
+.bad {
        color: #aa0000;
        font-style: italic;
 }
 
        color: #aa0000;
        font-style: italic;
 }
 
-good {
+.good {
        color: #00aa00;
 }
        color: #00aa00;
 }
index a266c0b5fb0b125b6b2ac44bf2008decce32493d..07ed502383c14ca6c90ead7c704c37f4f475aa0f 100644 (file)
@@ -531,11 +531,11 @@ li.listing {
        padding-bottom: 5px;
 }
 
        padding-bottom: 5px;
 }
 
-bad {
+.bad {
        color: #aa0000;
        font-style: italic;
 }
 
        color: #aa0000;
        font-style: italic;
 }
 
-good {
+.good {
        color: #00aa00;
 }
        color: #00aa00;
 }