Ticket #8685: mythweb_detail_links.patch

File mythweb_detail_links.patch, 1.2 KB (added by Scott MacKenzie <larrikin@…>, 14 years ago)

comment out code which provides the 'Back to recording schedules' link

  • mythweb/modules/tv/tmpl/default/detail.php

    a b  
    396396                        echo t('Find other showings of this program');
    397397                ?></a>
    398398<?php           }
    399                 if ($_GET['recordid']) {
    400                     echo '<a href="',  root_url, 'tv/schedules">',
    401                          t('Back to the recording schedules'),
    402                          '</a>';
    403                 }
    404                 else {
     399//              if ($_GET['recordid']) {
     400//                  echo '<a href="',  root_url, 'tv/schedules">',
     401//                       t('Back to the recording schedules'),
     402//                       '</a>';
     403//              }
     404//              else {
    405405                    if ($program->endtime > time()) {
    406406                        echo '<a href="', root_url, 'tv/list?time=', $program->starttime, '">',
    407407                             t('What else is on at this time?'),
     
    417417                             t('Back to the program listing'),
    418418                             '</a>';
    419419                    }
    420                 } ?>
     420//               } ?>
    421421                </td>
    422422        </tr>
    423423        </table>