Code

Added some spacing
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 22 May 2006 11:35:45 +0000 (11:35 +0000)
committercajus <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
ihtml/themes/default/help.tpl

index 1a68eb4a6b0ea587200ade3fc1eef9df6e632d63..dbd868b47d4f2869d9365bf6f6b5828d41424ce1 100644 (file)
@@ -112,7 +112,7 @@ if(isset($_SESSION['current_class_for_help'])){
   /* 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)
@@ -23,7 +23,7 @@
    </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>