diff options
author | M.Gergo | 2019-01-20 11:48:48 +0100 |
---|---|---|
committer | M.Gergo | 2019-01-20 11:48:48 +0100 |
commit | f70027ffbedce10f412868a7bf9b0b67b113f1b1 (patch) | |
tree | fbcc48049f1e66fe3ec66a0f3d8eee47bb400cdb /mayor-orig/www/skin/classic/module-naplo/html | |
parent | e6988247360fa98b85915a38803d018dd353df00 (diff) | |
download | mayor-f70027ffbedce10f412868a7bf9b0b67b113f1b1.tar.gz mayor-f70027ffbedce10f412868a7bf9b0b67b113f1b1.zip |
Rev: 4423
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>'; |