yWeb: icons cleanup; big thanks to fred_feuerstein

Origin commit data
------------------
Commit: 7f5a8aebfd
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-02-26 (Thu, 26 Feb 2015)

Origin message was:
------------------
- yWeb: icons cleanup; big thanks to fred_feuerstein
This commit is contained in:
vanhofen
2015-02-26 00:19:04 +01:00
parent d5a8157998
commit e36f3f7755
59 changed files with 26 additions and 55 deletions

View File

@@ -415,7 +415,7 @@ std::string CNeutrinoYParser::func_get_bouquets_with_epg(CyhookHandler *hh, std:
(channel->getServiceType() == ST_NVOD_REFERENCE_SERVICE) ? " (NVOD)" : "",
channel->getChannelID(),
channel->getChannelID() & 0xFFFFFFFFFFFFULL,
((NeutrinoAPI->ChannelListEvents[channel->getChannelID()]) ? "<img src=\"/images/elist.gif\" alt=\"Program preview\" style=\"border: 0px\" />" : ""));
((NeutrinoAPI->ChannelListEvents[channel->getChannelID()]) ? "<img src=\"/images/elist.png\" alt=\"Program preview\" style=\"border: 0px\" />" : ""));
if (channel->getChannelID() == current_channel)
yresult += string_printf("\n&nbsp;&nbsp;<a href=\"javascript:do_streaminfo()\"><img src=\"/images/streaminfo.png\" alt=\"Streaminfo\" style=\"border: 0px\" /></a>");