Code

Removed GOsa_toggle call
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Feb 2010 14:17:02 +0000 (14:17 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Feb 2010 14:17:02 +0000 (14:17 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15555 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/php_setup.inc

index 5e28ac82daea7fa1c3debde91462297e0b2ef0f3..f57c9b1820b58cb82a0c3b6cb7aa130fbd42a175 100644 (file)
@@ -106,13 +106,13 @@ function gosaRaiseError($errno, $errstr, $errfile, $errline)
               </a>
             </td>
             <td align=right>
-              <button onClick='GOsa_toggle(\"errorbox\");'>".
+              <button onClick=\"$('errorbox').toggle();\">".
                 _("Toggle information")."
               </button>
             </td>
           </tr>
         </table>
-        <div id='errorbox' style='position:absolute; z-index:150; display: block;'>";
+        <div id='errorbox' style='position:absolute; z-index:150; display: none;'>";
     }
   }