Revision 116f40a3
Von Thomas Kasulke vor mehr als 17 Jahren hinzugefügt
templates/webpages/common/show_history_de.html | ||
---|---|---|
20 | 20 |
} |
21 | 21 |
} |
22 | 22 |
</script> |
23 |
<table> |
|
23 |
<table style="table-layout: fixed;">
|
|
24 | 24 |
<tr> |
25 | 25 |
<th class="listtop"> |
26 | 26 |
<table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0"> |
... | ... | |
141 | 141 |
</table> |
142 | 142 |
</th> |
143 | 143 |
</tr> |
144 |
<tbody height="400" style="overflow: auto;"> |
|
144 | 145 |
<TMPL_LOOP NAME=DATEN> |
145 |
<tr class="listrow<TMPL_IF __odd__>1<TMPL_ELSE>0</TMPL_IF>">
|
|
146 |
<tr class="listrow<TMPL_IF __odd__>1<TMPL_ELSE>0</TMPL_IF>">
|
|
146 | 147 |
<td nowrap> |
147 | 148 |
<TMPL_VAR NAME=itime ESCAPE=HTML> |
148 | 149 |
</td> |
... | ... | |
163 | 164 |
</td> |
164 | 165 |
</tr> |
165 | 166 |
</TMPL_LOOP> |
167 |
</tbody> |
|
166 | 168 |
</table> |
167 | 169 |
<TMPL_ELSE> |
168 | 170 |
<b>Keine Suchergebnisse gefunden!</b><br> |
templates/webpages/common/show_history_master.html | ||
---|---|---|
20 | 20 |
} |
21 | 21 |
} |
22 | 22 |
</script> |
23 |
<table> |
|
23 |
<table style="table-layout: fixed;">
|
|
24 | 24 |
<tr> |
25 | 25 |
<th class="listtop"> |
26 | 26 |
<table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0"> |
... | ... | |
141 | 141 |
</table> |
142 | 142 |
</th> |
143 | 143 |
</tr> |
144 |
<tbody height="400" style="overflow: auto;"> |
|
144 | 145 |
<TMPL_LOOP NAME=DATEN> |
145 |
<tr class="listrow<TMPL_IF __odd__>1<TMPL_ELSE>0</TMPL_IF>">
|
|
146 |
<tr class="listrow<TMPL_IF __odd__>1<TMPL_ELSE>0</TMPL_IF>">
|
|
146 | 147 |
<td nowrap> |
147 | 148 |
<TMPL_VAR NAME=itime ESCAPE=HTML> |
148 | 149 |
</td> |
... | ... | |
163 | 164 |
</td> |
164 | 165 |
</tr> |
165 | 166 |
</TMPL_LOOP> |
167 |
</tbody> |
|
166 | 168 |
</table> |
167 | 169 |
<TMPL_ELSE> |
168 | 170 |
<b><translate>Keine Suchergebnisse gefunden!</translate></b><br> |
Auch abrufbar als: Unified diff
Anpassung des tbodys für übergroße Ergebnislisten