Ticket #7792: jumppoints.diff

File jumppoints.diff, 3.1 KB (added by knight@…, 14 years ago)

jumppoints patch

  • mythplugins/mythweb/modules/mythtv/tmpl/default/set_keys.php

     
    1414/**/
    1515?>
    1616<div class="error" style="padding: 5px">
    17     <ul>
    18         <li>JumpPoints are globally active.  If you set a keybinding for a JumpPoint
    19             that is the same as one defined in the Keybindings section, the
    20             JumpPoint will override the keybinding.</li>
    21         <li>You probably want to use function keys or keys combined with a modifier
    22             (alt, control) for JumpPoints, otherwise you may run into some problems.</li>
    23         <li>Changes to keybindings/jumppoints requires a restart of the affected
    24             mythfrontend for now.  This may change in a future release.</li>
    25     </ul>
     17<?php echo t('info:jumppoints') ?>
    2618</div>
    2719
    2820<form class="form" method="post" action="<?php echo form_action ?>">
  • mythplugins/mythweb/modules/mythtv/tmpl/lite/set_keys.php

     
    1414/**/
    1515?>
    1616<div class="error" style="padding: 5px">
    17     <ul>
    18         <li>JumpPoints are globally active.  If you set a keybinding for a JumpPoint
    19             that is the same as one defined in the Keybindings section, the
    20             JumpPoint will override the keybinding.</li>
    21         <li>You probably want to use function keys or keys combined with a modifier
    22             (alt, control) for JumpPoints, otherwise you may run into some problems.</li>
    23         <li>Changes to keybindings/jumppoints requires a restart of the affected
    24             mythfrontend for now.  This may change in a future release.</li>
    25     </ul>
     17<?php echo t('info:jumppoints') ?>
    2618</div>
    2719
    2820<form class="form" method="post" action="<?php echo form_action ?>">
  • mythplugins/mythweb/modules/_shared/lang/English.lang

     
    333333    Force this specific showing to record.
    334334"info:forget old"
    335335    Forget about previous recordings of this show, so it can be rerecorded.
     336"info:jumppoints"
     337    <ul>
     338        <li>JumpPoints are globally active.  If you set a keybinding for a JumpPoint that is the same as one defined in the Keybindings section, the JumpPoint will override the keybinding.</li>
     339        <li>You probably want to use function keys or keys combined with a modifier (alt, control) for JumpPoints, otherwise you may run into some problems.</li>
     340        <li>Changes to keybindings/jumppoints requires a restart of the affected mythfrontend for now.  This may change in a future release.</li>
     341   </ul>
    336342"info:never record"
    337343    Falsify a previous recording of this show so that it won't record.
    338344"Insert"