diff --git a/data/y-web/Y_Blocks.txt b/data/y-web/Y_Blocks.txt index 17c3b93c0..97f56a1ef 100644 --- a/data/y-web/Y_Blocks.txt +++ b/data/y-web/Y_Blocks.txt @@ -535,10 +535,11 @@ start-block~remote {=if-equal:{=var-get:boxtype=}~CST Zee2~ {=include-block:Y_Blocks.txt;rc_cst_v6=}~ {=if-equal:{=var-get:boxtype=}~CST Link~ {=include-block:Y_Blocks.txt;rc_cst_v4=}~ {=if-equal:{=var-get:boxtype=}~CST Trinity Duo~ {=include-block:Y_Blocks.txt;rc_cst_v6=}~ - {=if-equal:{=var-get:boxtype=}~AX-Technologies HD51~{=include-block:Y_Blocks.txt;rc_hd51=}~ + {=if-equal:{=var-get:boxtype=}~AX-Technologies HD51~{=include-block:Y_Blocks.txt;rc_ax_hd51=}~ + {=if-equal:{=var-get:boxtype=}~Mutant HD51~ {=include-block:Y_Blocks.txt;rc_mutant_hd51=}~ {=comment:fallback~=} {=include-block:Y_Blocks.txt;rc_cst_v1=} - =}=}=}=}=}=}=}=}=} + =}=}=}=}=}=}=}=}=}=} =}=} ~ {=if-equal:{=var-get:yfbtype=}~-2~ {=include-block:Y_Blocks.txt;rc_dbox_philips=}~ @@ -551,10 +552,11 @@ start-block~remote {=if-equal:{=var-get:yfbtype=}~6~ {=include-block:Y_Blocks.txt;rc_cst_v6=}~ {=if-equal:{=var-get:yfbtype=}~7~ {=include-block:Y_Blocks.txt;rc_cst_v4=}~ {=if-equal:{=var-get:yfbtype=}~8~ {=include-block:Y_Blocks.txt;rc_cst_v6=}~ - {=if-equal:{=var-get:yfbtype=}~9~ {=include-block:Y_Blocks.txt;rc_hd51=}~ + {=if-equal:{=var-get:yfbtype=}~9~ {=include-block:Y_Blocks.txt;rc_ax_hd51=}~ + {=if-equal:{=var-get:yfbtype=}~10~ {=include-block:Y_Blocks.txt;rc_mutant_hd51=}~ {=comment:fallback~=} {=include-block:Y_Blocks.txt;rc_cst_v1=} - =}=}=}=}=}=}=}=}=}=}=} + =}=}=}=}=}=}=}=}=}=}=}=} =} end-block~remote @@ -951,9 +953,9 @@ start-block~rc_dbox_philips end-block~rc_dbox_philips -# ------ Remote AX/Mutant HD51 -start-block~rc_hd51 - +# ------ Remote AX HD51 +start-block~rc_ax_hd51 + @@ -1005,4 +1007,60 @@ start-block~rc_hd51 -end-block~rc_hd51 +end-block~rc_ax_hd51 + +# ------ Remote Mutant HD51 +start-block~rc_mutant_hd51 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +end-block~rc_mutant_hd51 diff --git a/data/y-web/images/Makefile.am b/data/y-web/images/Makefile.am index f86fd2db3..d2f2add60 100644 --- a/data/y-web/images/Makefile.am +++ b/data/y-web/images/Makefile.am @@ -48,6 +48,7 @@ install_DATA = accept.png \ popup.png \ properties.png \ radio.png \ + rc_ax_hd51.png \ rc_cst_v1.jpg \ rc_cst_v2.png \ rc_cst_v3.png \ @@ -56,7 +57,7 @@ install_DATA = accept.png \ rc_cst_v6.png \ rc_dbox_nokia_old.png \ rc_dbox_philips.png \ - rc_hd51.png \ + rc_mutant_hd51.png \ record.png \ reload.png \ remove.png \ diff --git a/data/y-web/images/rc_hd51.png b/data/y-web/images/rc_ax_hd51.png similarity index 100% rename from data/y-web/images/rc_hd51.png rename to data/y-web/images/rc_ax_hd51.png diff --git a/data/y-web/images/rc_mutant_hd51.png b/data/y-web/images/rc_mutant_hd51.png new file mode 100644 index 000000000..cac5e00de Binary files /dev/null and b/data/y-web/images/rc_mutant_hd51.png differ