Bug 7142 - Remote Control Settings Tab show Transporter when SB3 attached
: Remote Control Settings Tab show Transporter when SB3 attached
Status: CLOSED FIXED
Product: MySqueezebox.com
Classification: Unclassified
Component: Web UI
: unspecified
: PC Windows XP
: P2 normal (vote)
: 7.0
Assigned To: Matthew J. Martin
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-02-14 10:44 UTC by James Richardson
Modified: 2009-09-08 09:19 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Richardson 2008-02-14 10:44:45 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?
Comment 1 Blackketter Dean 2008-02-16 12:01:29 UTC
It should not.  Is this something that can be done easily in the TT html?
Comment 2 Michael Herger 2008-02-18 05:28:08 UTC
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>
Comment 3 Michael Herger 2008-02-18 12:27:41 UTC
change 2589
Comment 4 James Richardson 2008-02-19 10:55:36 UTC
Verified fixed in SqueezeNetwork r2601/r17627, HW Beta