Ticket #457: mythweb.patch

File mythweb.patch, 1.6 KB (added by justifiably@…, 20 years ago)

Suggested patch (line numbers may be somewhat off)

  • themes/Default/program_detail.php

     
    4141<?php } ?>
    4242            <div id="program_title">
    4343                <h1>
    44                     <a href="search.php?searchstr=<?php echo urlencode($program->title)?>&search_title=yes">"<?php echo $schedule->title?>"</a>
    45 <?php       if (strlen($program->starstring) > 0)
    46                 echo "                    $program->starstring\n";
    47 ?>
     44                    <a href="search.php?searchstr=<?php echo urlencode($program->title)?>&search_title=yes"><?php echo $schedule->title?></a>
    4845                </h1>
    4946                <div id="program_time">
    5047<?php
     
    161158?>
    162159                <dt><?php echo t('Written by') ?>:&nbsp;</dt>
    163160                <dd><?php echo $program->get_credits('writer') ?></dd>
     161<?php           }
     162                if (strlen($program->starstring) > 0) {
     163?>
     164                   <dt><?php echo t('Guide rating') ?>:&nbsp;</dt>
     165                   <dd><?php echo $program->starstring ?></dd>
    164166<?php           } ?>
    165167            </dl>
    166168        </div>
  • languages/English.php

     
    197198    'Time Stretch Default'                => '',
    198199    'What else is on at this time?'       => '',
    199200    'Written by'                          => '',
     201    'Guide rating'                        => '',
    200202// themes/.../program_listing.php
    201203    'Currently Browsing:  $1' => '',
    202204    'Jump To'                 => '',