Festes Layout des Historiensuchmaschinenergebnisses wieder entfernt; oft wurden keine...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 6 May 2009 13:36:21 +0000 (13:36 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 6 May 2009 13:36:21 +0000 (13:36 +0000)
templates/webpages/common/show_history_de.html
templates/webpages/common/show_history_master.html

index d0b191b..5443530 100644 (file)
@@ -17,8 +17,7 @@
     }
   }
 </script>
-<div style="position: absolute; top:10px; left:10px; clip:rect(0px, 700px, 407px, 0px);">
-<table style="width: 700px; height: 360px;">
+<table>
        <tr>
                <th class="listtop">
       <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
       </table>
     </th>
        </tr>
-  <tbody height="380px" width="580px" style="overflow:auto;">
+  <tbody>
 [% FOREACH row = DATEN %]
   <tr class="listrow[% loop.count % 2 %]">
                <td nowrap>
 [% END %]
 </tbody>
 </table>
-</div>
-<div style="position:absolute; bottom:10px; left:10px;">
 [% ELSE %]
 <b>Keine Suchergebnisse gefunden!</b><br>
 [% END %]
 <input type="button" onclick="javascript:window.close();" value="schließen">
 [% END %]
 </p>
-</div>
index f86ce1f..038d7fc 100644 (file)
@@ -17,8 +17,7 @@
     }
   }
 </script>
-<div style="position: absolute; top:10px; left:10px; clip:rect(0px, 700px, 407px, 0px);">
-<table style="width: 700px; height: 360px;">
+<table>
        <tr>
                <th class="listtop">
       <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
       </table>
     </th>
        </tr>
-  <tbody height="380px" width="580px" style="overflow:auto;">
+  <tbody>
 [% FOREACH row = DATEN %]
   <tr class="listrow[% loop.count % 2 %]">
                <td nowrap>
 [% END %]
 </tbody>
 </table>
-</div>
-<div style="position:absolute; bottom:10px; left:10px;">
 [% ELSE %]
 <b><translate>Keine Suchergebnisse gefunden!</translate></b><br>
 [% END %]
 <input type="button" onclick="javascript:window.close();" value="<translate>close</translate>">
 [% END %]
 </p>
-</div>