summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a8e5205)
raw | patch | inline | side by side (parent: a8e5205)
| author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
| Tue, 26 Jun 2007 08:55:24 +0000 (08:55 +0000) | ||
| committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
| Tue, 26 Jun 2007 08:55:24 +0000 (08:55 +0000) |
Else IE calculates wrong width for divs
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6693 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6693 594d385d-05f5-0310-b6e9-bd551577e9d8
| ihtml/themes/default/framework.tpl | patch | blob | history | |
| include/functions.inc | patch | blob | history |
index dfe3a107c6542fc0f1ec2f7f72bd5f582518660c..145e47b0c21ce3cb86baa8b896b08b439364164a 100644 (file)
</table>
</td>
</tr>
-</table>{$focus}</form></body></html>
+</table>{$errors}{$focus}</form></body></html>
diff --git a/include/functions.inc b/include/functions.inc
index 1b32636cd43ffceb96a3452fe36ada2d24dfdefd..460294e9d79eed22dc3ce4661f68aa4204ea99ed 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
right:0px;
bottom:0px;
z-index:149;
+ width:100%;
+ height:100%;
background-image: url(images/opacity_black.png);
'
>
$display.= " ";
$display.= "</div>\n";
}
- if (isset($_SESSION['errors'])){
- $display.= $_SESSION['errors'];
- }
+# if (isset($_SESSION['errors'])){
+# $display.= $_SESSION['errors'];
+# }
return ($display);
}