summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cada52a)
raw | patch | inline | side by side (parent: cada52a)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Jun 2005 07:25:00 +0000 (07:25 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Jun 2005 07:25:00 +0000 (07:25 +0000) |
ihtml/themes/default/help.tpl | patch | blob | history |
index 014aeea762906be6a8a74648f19b855a2cb3c1e9..f009f8e1b831f863c89526a69842bd3491609397 100644 (file)
<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>
-->
</script>
+</form>
</body>
</html>