diff options
Diffstat (limited to 'mayor-orig/www/skin/classic/module-naplo/html')
-rw-r--r-- | mayor-orig/www/skin/classic/module-naplo/html/intezmeny/terem.phtml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mayor-orig/www/skin/classic/module-naplo/html/intezmeny/terem.phtml b/mayor-orig/www/skin/classic/module-naplo/html/intezmeny/terem.phtml index 7b95fbc6..68c826f9 100644 --- a/mayor-orig/www/skin/classic/module-naplo/html/intezmeny/terem.phtml +++ b/mayor-orig/www/skin/classic/module-naplo/html/intezmeny/terem.phtml @@ -12,9 +12,12 @@ echo '<th>'._FEROHELY.'</th>'; echo '<th>'._TIPUS.'</th>'; echo '<th>'._TELEPHELY.'</th>'; - echo '<th>'._TEREMALLAPOT.'</th>'; + echo '<th>'.'</th>'; echo '</tr></thead>'."\n"; - echo '<tfoot><tr></tr></tfoot>'."\n"; + echo '<tfoot><tr>'; + echo '<td colspan="6">'; + echo '</td>'; + echo '</tr></tfoot>'."\n"; echo '<tbody>'; foreach ($ADAT['teremAdat'] as $teremId => $tAdat) { echo '<tr>'; |