Code

Mass table tag fixing
[gosa.git] / ihtml / themes / default / help.tpl
index f009f8e1b831f863c89526a69842bd3491609397..be4be318102bbf849499164010daa465823085da 100644 (file)
@@ -1,23 +1,21 @@
 <body style='background-color:white;background-image:none'>
+{$php_errors}
+
 <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%">
+  <table summary="" width="99%">
    <tr>
     <td width="33%">
      <b>{t}GOsa help viewer{/t}</b>
        </td>
     <td width="33%" style="text-align:center">
-               <a href="?pg={$backward}">
-                       <img src='images/back.png' align="middle" alt="&lt; {t}previous{/t}" border="0">
-               </a>
+               {$backward}
                &nbsp;&nbsp;
-               <a href="?pg={$index}">
+               <a href="?pg={$index}"  class="maintitlebar">
                        {t}Index{/t}
                </a>
                &nbsp;&nbsp;
-               <a href="?pg={$forward}"> 
-                       <img src='images/forward.png' align="middle" alt="{t}next{/t}" border="0">
-               </a>
+               {$forward}
        </td>
        <td style="text-align:right">
         <input name="search_string" size="15" value="{$search_string}" maxlength="50">&nbsp;<input type=submit name="search" value="{t}Search{/t}">
   </table>
 </div>
 <div style="height: 100%;
-                          width: 100%;
-                          margin: 0px;
-                          padding: 5px;
-                          background-color: #F1F1F1;">
+                       width: 100%;
+                       padding-top: 1px;
+                       margin: 0px;
+                       background-color: #F1F1F1;">
 {$help_contents}
 </div>