summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 81b77eb)
raw | patch | inline | side by side (parent: 81b77eb)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 1 Feb 2010 13:51:37 +0000 (13:51 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 1 Feb 2010 13:51:37 +0000 (13:51 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15545 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/php_setup.inc | patch | blob | history |
index aa69f7eaa6536ea0242600fffff5099a7d8ff198..5e28ac82daea7fa1c3debde91462297e0b2ef0f3 100644 (file)
</a>
</td>
<td align=right>
- <button onClick='GOsa_toggle(\"errorbox\")'>".
+ <button onClick='GOsa_toggle(\"errorbox\");'>".
_("Toggle information")."
</button>
</td>
</tr>
</table>
- <div id='errorbox' style='position:absolute; z-index:150; visibility: hidden'>";
+ <div id='errorbox' style='position:absolute; z-index:150; display: block;'>";
}
}