Ticket #3582: recgroup-to-details.patch

File recgroup-to-details.patch, 710 bytes (added by otto at kolsi dot fi, 17 years ago)
  • modules/tv/tmpl/default/detail.php

     
    260260            <td><?php echo nice_filesize($program->filesize) ?></dd>
    261261        </tr><?php
    262262            }
     263            if (strlen($program->recgroup)) {
     264        ?><tr class="-extras">
     265            <th><?php echo t('Recording Group') ?>:</th>
     266            <td><?php echo $program->recgroup ?></dd>
     267        </tr><?php
     268            }
    263269            if (strlen($program->playgroup)) {
    264270        ?><tr class="-extras">
    265271            <th><?php echo t('Playback Group') ?>:</th>