Code

Updated layout
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 10 Jun 2005 07:25:00 +0000 (07:25 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 10 Jun 2005 07:25:00 +0000 (07:25 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@643 594d385d-05f5-0310-b6e9-bd551577e9d8

ihtml/themes/default/help.tpl

index 014aeea762906be6a8a74648f19b855a2cb3c1e9..f009f8e1b831f863c89526a69842bd3491609397 100644 (file)
@@ -1,6 +1,6 @@
 <body style='background-color:white;background-image:none'>
-<div style='background-color:#CDF6BD;width:100%;padding-top:10px;border-bottom:1px solid #909090'>
 <form action='helpviewer.php' name='mainform' method='post' enctype='multipart/form-data'>
+<div style='background-color:#CDF6BD;width:100%;border-bottom:1px solid #909090'>
   <table width="99%">
    <tr>
     <td width="33%">
        </td>
    </tr>
   </table>
-</form>
 </div>
-<div style="height: 645px;
+<div style="height: 100%;
                           width: 100%;
-                          overflow: auto;
-                          margin: 0 ;
+                          margin: 0px;
+                          padding: 5px;
                           background-color: #F1F1F1;">
 {$help_contents}
 </div>
@@ -41,5 +40,6 @@ document.mainform.search_string.focus();
 -->
 </script>
 
+</form>
 </body>
 </html>