Bug 17467 - Small change to STATUS.HTML
: Small change to STATUS.HTML
Status: RESOLVED WONTFIX
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 7.6.0
: All All
: -- trivial (vote)
: ---
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-08-19 08:37 UTC by Mike
Modified: 2011-08-19 08:48 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 Mike 2011-08-19 08:37:08 UTC
Can I ask for a small change to be made to the STATUS.HTML file please...

On my Mac OSX install it's located in...

System Drive\Library\PreferencePanes\Squeezebox.prefPane\ Contents\server\HTML\EN\settings\server

Line 79: (change line)
Code:

--	[% WRAPPER setting title = client.name %]
++	[% WRAPPER setting title = '' %]

Line 80: (add line)
Code:

++	<div><b>[% client.name %]</b></div>


It makes the layout of the device list cleaner I think.
The same could be done for the "Folders" list too, but I couldn't quite understand that code.  :)
Comment 1 Michael Herger 2011-08-19 08:48:20 UTC
As simple as this change seems, I won't apply it: the template is being used by all skins. Tweaking it for one layout would break it on the other skins.