summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5aff01e)
raw | patch | inline | side by side (parent: 5aff01e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 1 Feb 2010 14:17:02 +0000 (14:17 +0000) | ||
committer | hickert <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 | patch | blob | history |
index 5e28ac82daea7fa1c3debde91462297e0b2ef0f3..f57c9b1820b58cb82a0c3b6cb7aa130fbd42a175 100644 (file)
</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;'>";
}
}