Bugzilla – Bug 7142
Remote Control Settings Tab show Transporter when SB3 attached
Last modified: 2009-09-08 09:19:59 UTC
When looking at the Remote Control tab on SN, I see a setting that states "Transporter Front Panel". The problem is, I'm controlling a SBClassic. Should that option be displayed when changing the settings on a SB3?
It should not. Is this something that can be done easily in the TT html?
Index: /Users/mh/Documents/workspace/sn_beta/docroot/player/editPlayer.tt =================================================================== --- /Users/mh/Documents/workspace/sn_beta/docroot/player/editPlayer.tt (revision 2573) +++ /Users/mh/Documents/workspace/sn_beta/docroot/player/editPlayer.tt (working copy) @@ -345,7 +345,9 @@ <tr> <td> [% FOREACH box IN enabledRemotesCheck %] - [% box %]<br /> + [% UNLESS box.match("Transporter") && !player.type.match("Transporter") %] + [% box %]<br /> + [% END %] [% END %] </td> </tr>
change 2589
Verified fixed in SqueezeNetwork r2601/r17627, HW Beta