Anpassung des tbodys für übergroße Ergebnislisten
authorThomas Kasulke <t.kasulke@linet-services.de>
Mon, 21 May 2007 11:41:45 +0000 (11:41 +0000)
committerThomas Kasulke <t.kasulke@linet-services.de>
Mon, 21 May 2007 11:41:45 +0000 (11:41 +0000)
templates/webpages/common/show_history_de.html
templates/webpages/common/show_history_master.html

index b0cfae3..e1ff04a 100644 (file)
@@ -20,7 +20,7 @@
     }
   }
 </script>
     }
   }
 </script>
-<table>
+<table style="table-layout: fixed;">
        <tr>
                <th class="listtop">
       <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
        <tr>
                <th class="listtop">
       <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
       </table>
     </th>
        </tr>
       </table>
     </th>
        </tr>
+  <tbody height="400" style="overflow: auto;">
 <TMPL_LOOP NAME=DATEN>
 <TMPL_LOOP NAME=DATEN>
-       <tr class="listrow<TMPL_IF __odd__>1<TMPL_ELSE>0</TMPL_IF>">
+  <tr class="listrow<TMPL_IF __odd__>1<TMPL_ELSE>0</TMPL_IF>">
                <td nowrap>
                        &nbsp;<TMPL_VAR NAME=itime ESCAPE=HTML>&nbsp;
                </td>
                <td nowrap>
                        &nbsp;<TMPL_VAR NAME=itime ESCAPE=HTML>&nbsp;
                </td>
     </td>
        </tr>   
 </TMPL_LOOP>
     </td>
        </tr>   
 </TMPL_LOOP>
+</tbody>
 </table>
 <TMPL_ELSE>
 <b>Keine Suchergebnisse gefunden!</b><br>
 </table>
 <TMPL_ELSE>
 <b>Keine Suchergebnisse gefunden!</b><br>
index 620b120..da0eed6 100644 (file)
@@ -20,7 +20,7 @@
     }
   }
 </script>
     }
   }
 </script>
-<table>
+<table style="table-layout: fixed;">
        <tr>
                <th class="listtop">
       <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
        <tr>
                <th class="listtop">
       <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
       </table>
     </th>
        </tr>
       </table>
     </th>
        </tr>
+  <tbody height="400" style="overflow: auto;">
 <TMPL_LOOP NAME=DATEN>
 <TMPL_LOOP NAME=DATEN>
-       <tr class="listrow<TMPL_IF __odd__>1<TMPL_ELSE>0</TMPL_IF>">
+  <tr class="listrow<TMPL_IF __odd__>1<TMPL_ELSE>0</TMPL_IF>">
                <td nowrap>
                        &nbsp;<TMPL_VAR NAME=itime ESCAPE=HTML>&nbsp;
                </td>
                <td nowrap>
                        &nbsp;<TMPL_VAR NAME=itime ESCAPE=HTML>&nbsp;
                </td>
     </td>
        </tr>   
 </TMPL_LOOP>
     </td>
        </tr>   
 </TMPL_LOOP>
+</tbody>
 </table>
 <TMPL_ELSE>
 <b><translate>Keine Suchergebnisse gefunden!</translate></b><br>
 </table>
 <TMPL_ELSE>
 <b><translate>Keine Suchergebnisse gefunden!</translate></b><br>