yWeb: fix filename Y_blank.htm -> Y_Blank.yhtm

This commit is contained in:
2022-12-29 23:27:58 +01:00
parent 9ed28f71da
commit 3b3d51ef57
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ install_DATA = channels.js \
lcd4linux.html \ lcd4linux.html \
Y_About.yhtm \ Y_About.yhtm \
Y_Baselib.js \ Y_Baselib.js \
Y_blank.htm \ Y_Blank.yhtm \
Y_Blocks.txt \ Y_Blocks.txt \
Y_Boxcontrol_Bouquet_Editor_Edit.yhtm \ Y_Boxcontrol_Bouquet_Editor_Edit.yhtm \
Y_Boxcontrol_Bouquet_Editor_Main.yhtm \ Y_Boxcontrol_Bouquet_Editor_Main.yhtm \

View File

@@ -415,7 +415,7 @@ start-block~frame_boxcontrol
~ ~
{=if-equal:{=var-get:startpage=}~screenshot~Y_Tools_Screenshot.yhtm?osd=1 {=if-equal:{=var-get:startpage=}~screenshot~Y_Tools_Screenshot.yhtm?osd=1
~ ~
Y_blank.yhtm Y_Blank.yhtm
=} =}
=} =}
=} =}
@@ -427,21 +427,21 @@ end-block~frame_boxcontrol
# ------- Lay-Frame Tools-Menu # ------- Lay-Frame Tools-Menu
start-block~frame_tools start-block~frame_tools
{=var-set:sec_menu=Y_Tools_Menue.yhtm=} {=var-set:sec_menu=Y_Tools_Menue.yhtm=}
{=var-set:work=Y_blank.htm=} {=var-set:work=Y_Blank.yhtm=}
{=include-block:Y_Blocks.txt;frame_secondary=} {=include-block:Y_Blocks.txt;frame_secondary=}
end-block~frame_tools end-block~frame_tools
# ------- Lay-Frame Settings-Menu # ------- Lay-Frame Settings-Menu
start-block~frame_settings start-block~frame_settings
{=var-set:sec_menu=Y_Settings_Menue.yhtm=} {=var-set:sec_menu=Y_Settings_Menue.yhtm=}
{=var-set:work=Y_blank.htm=} {=var-set:work=Y_Blank.yhtm=}
{=include-block:Y_Blocks.txt;frame_secondary=} {=include-block:Y_Blocks.txt;frame_secondary=}
end-block~frame_settings end-block~frame_settings
# ------- Lay-Frame Extentions-Menu # ------- Lay-Frame Extentions-Menu
start-block~frame_ext start-block~frame_ext
{=var-set:sec_menu=Y_Ext_Menue.yhtm=} {=var-set:sec_menu=Y_Ext_Menue.yhtm=}
{=var-set:work=Y_blank.htm=} {=var-set:work=Y_Blank.yhtm=}
{=include-block:Y_Blocks.txt;frame_secondary=} {=include-block:Y_Blocks.txt;frame_secondary=}
end-block~frame_ext end-block~frame_ext