forked from hummypkg/webif
Merge pull request 'Change schedule list to use svc.class instead of get_channel_attr_byhsvc' (#4) from MymsMan/webif:schedlist into master
This commit is contained in:
commit
1b5472a141
@ -2,7 +2,7 @@
|
||||
|
||||
package require cgi
|
||||
source /mod/webif/lib/setup
|
||||
require altrow rsv.class progressbar epg.class system.class
|
||||
require altrow rsv.class progressbar epg.class system.class svc.class
|
||||
|
||||
noheader
|
||||
set renderstart [clock milliseconds]
|
||||
@ -256,9 +256,8 @@ proc eventrow {event {table TBL_RESERVATION}} {
|
||||
[clock format $start \
|
||||
-format {%a %d %b %Y %H:%M}]</a>"
|
||||
if {$service_id != [$event get hsvc]} {
|
||||
set ch [system strip [\
|
||||
get_channel_attr_byhsvc \
|
||||
$service_id szSvcName]]
|
||||
set svc [svc load hsvc $service_id]
|
||||
set ch [$svc get szSvcName]
|
||||
puts "<img width=15 src=\"[\
|
||||
epg channeliconpath $ch]\""
|
||||
puts "title=\"$ch\" alt=\"$ch\">"
|
||||
|
Loading…
Reference in New Issue
Block a user