Download | Plain Text | No Line Numbers


  1. --- html.orig/include/module.Informer.php 2008-07-24 16:57:14.000000000 +0200
  2. +++ html/include/module.Informer.php 2011-06-30 13:44:10.000000000 +0200
  3. @@ -95,7 +95,7 @@
  4.  
  5. if( $confixx_interface_version == 'powp' ){
  6. echo "<fieldset class=\"$class\">\n<legend>$title_text</legend>\n";
  7. - echo "<label>$message_text</label></fieldset>\n";
  8. + echo "<label style='color: red; font-weight:bold;'>$message_text</label></fieldset>\n";
  9.  
  10. } else {
  11. echo "<tr>\n<td class=\"inform_title\">$title_text</td>\n";
  12.