mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
remove more 'coolstream' from webif
Origin commit data
------------------
Commit: dcf0703cd0
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-04-10 (Wed, 10 Apr 2013)
This commit is contained in:
@@ -496,7 +496,7 @@ end-block~frame_live_epg
|
|||||||
|
|
||||||
# ------- Remote
|
# ------- Remote
|
||||||
start-block~remote
|
start-block~remote
|
||||||
{=if-equal:Coolstream Neo SAT~{=if-equal:{=ini-get:/var/tuxbox/config/Y-Web.conf;fb;default=}~default~{=func:get_boxtype=}~{=ini-get:/var/tuxbox/config/Y-Web.conf;fb;default=}=}~{=include-block:Y_Blocks.txt;remote_neo=}~{=if-equal:{=func:get_boxtype=}~Coolstream Neo CABLE~{=include-block:Y_Blocks.txt;remote_neo=}~{=if-equal:{=func:get_boxtype=}~Coolstream Zee SAT~{=include-block:Y_Blocks.txt;remote_zee=}~{=if-equal:{=func:get_boxtype=}~Coolstream Zee CABLE~{=include-block:Y_Blocks.txt;remote_zee=}~{=include-block:Y_Blocks.txt;remote_hd1=}=}=}=}=}
|
{=if-equal:CST Neo SAT~{=if-equal:{=ini-get:/var/tuxbox/config/Y-Web.conf;fb;default=}~default~{=func:get_boxtype=}~{=ini-get:/var/tuxbox/config/Y-Web.conf;fb;default=}=}~{=include-block:Y_Blocks.txt;remote_neo=}~{=if-equal:{=func:get_boxtype=}~CST Neo CABLE~{=include-block:Y_Blocks.txt;remote_neo=}~{=if-equal:{=func:get_boxtype=}~CST Zee SAT~{=include-block:Y_Blocks.txt;remote_zee=}~{=if-equal:{=func:get_boxtype=}~CST Zee CABLE~{=include-block:Y_Blocks.txt;remote_zee=}~{=include-block:Y_Blocks.txt;remote_hd1=}=}=}=}=}
|
||||||
end-block~remote
|
end-block~remote
|
||||||
|
|
||||||
# ------- Remote Coolstream Neo
|
# ------- Remote Coolstream Neo
|
||||||
|
@@ -14,7 +14,7 @@ function do_init(){
|
|||||||
switch(val){
|
switch(val){
|
||||||
case "default": sel=0; break;
|
case "default": sel=0; break;
|
||||||
case "Nokia": sel=1; break;
|
case "Nokia": sel=1; break;
|
||||||
case "Coolstream": sel=3; break;
|
case "CST": sel=3; break;
|
||||||
}
|
}
|
||||||
document.f.fb.selectedIndex = sel;
|
document.f.fb.selectedIndex = sel;
|
||||||
val = "{=ini-get:/var/tuxbox/config/Y-Web.conf;start_page;bouquets~cache=}";
|
val = "{=ini-get:/var/tuxbox/config/Y-Web.conf;start_page;bouquets~cache=}";
|
||||||
@@ -82,7 +82,7 @@ function do_init(){
|
|||||||
<option value="default" selected="selected">default</option>
|
<option value="default" selected="selected">default</option>
|
||||||
<option value="Nokia">Nokia</option>
|
<option value="Nokia">Nokia</option>
|
||||||
<option value="Sagem">Sagem/Philips</option>
|
<option value="Sagem">Sagem/Philips</option>
|
||||||
<option value="Coolstream">Coolstream</option>
|
<option value="CST">CST</option>
|
||||||
</select></td>
|
</select></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Reference in New Issue
Block a user