summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 79811e0)
raw | patch | inline | side by side (parent: 79811e0)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 May 2006 11:35:45 +0000 (11:35 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 May 2006 11:35:45 +0000 (11:35 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3488 594d385d-05f5-0310-b6e9-bd551577e9d8
html/helpviewer.php | patch | blob | history | |
ihtml/themes/default/help.tpl | patch | blob | history |
diff --git a/html/helpviewer.php b/html/helpviewer.php
index 1a68eb4a6b0ea587200ade3fc1eef9df6e632d63..dbd868b47d4f2869d9365bf6f6b5828d41424ce1 100644 (file)
--- a/html/helpviewer.php
+++ b/html/helpviewer.php
/* If there is no entry in the xml file for this class, display an error message */
if($helpdir == ""){
- $smarty->assign("help_contents","<br><h2>"._("There is no helpfile specified for this class."))."</h2>";
+ $smarty->assign("help_contents","<br><h2>"._("There is no helpfile specified for this class"))."</h2>";
$header= "<!-- headers.tpl-->".$smarty->fetch(get_template_path('headers.tpl'));
$display= ( $header.$smarty->fetch(get_template_path('help.tpl')));
echo $display;
index 0109bc4f9bb67827d4d251b3fdbb8e72ccde6050..cefd1725f2c80fa7087229d4152f49250ca1bded 100644 (file)
</tr>
</table>
</div>
-<div style="height:100%;width:100%;padding-top:1px;margin:0px;background-color:#F1F1F1;">
+<div style="height:100%;width:100%;padding:5px;margin:0px;background-color:#F1F1F1;">
{$help_contents}
</div>