Filtermaske für Kunden- und Liferantenstammdatenliste auf HTML-Templates umgestellt.
[kivitendo-erp.git] / templates / webpages / common / show_history_master.html
index da0eed6..2e89045 100644 (file)
@@ -20,7 +20,8 @@
     }
   }
 </script>
-<table style="table-layout: fixed;">
+<div style="position: absolute; top:10px; left:10px; clip:rect(0px, 700px, 407px, 0px);">
+<table style="width: 700px; height: 360px;">
        <tr>
                <th class="listtop">
       <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
       </table>
     </th>
        </tr>
-  <tbody height="400" style="overflow: auto;">
+  <tbody height="380px" width="580px" style="overflow:auto;">
 <TMPL_LOOP NAME=DATEN>
   <tr class="listrow<TMPL_IF __odd__>1<TMPL_ELSE>0</TMPL_IF>">
                <td nowrap>
 </TMPL_LOOP>
 </tbody>
 </table>
+</div>
+<div style="position:absolute; bottom:10px; left:10px;">
 <TMPL_ELSE>
 <b><translate>Keine Suchergebnisse gefunden!</translate></b><br>
 </TMPL_IF>
 <input type="button" onclick="javascript:window.close();" value="<translate>close</translate>">
 </TMPL_IF>
 </p>
+</div>