diff --git a/src/nhttpd/web/Y_Blocks.txt b/src/nhttpd/web/Y_Blocks.txt index 2f55005fc..c7fa2895e 100644 --- a/src/nhttpd/web/Y_Blocks.txt +++ b/src/nhttpd/web/Y_Blocks.txt @@ -383,12 +383,12 @@ start-block~frame_main - - <body> - <p>Your Browser does not support Frames.</p> - </body> - + + <body> + <p>Your Browser does not support Frames.</p> + </body> + =} @@ -410,12 +410,12 @@ start-block~frame_secondary - - <body> - <p>Your Browser does not support Frames.</p> - </body> - + + <body> + <p>Your Browser does not support Frames.</p> + </body> + end-block~frame_secondary @@ -481,12 +481,12 @@ start-block~frame_live_epg - - <body> - <p>Your Browser does not support Frames.</p> - </body> - + + <body> + <p>Your Browser does not support Frames.</p> + </body> + end-block~frame_live_epg diff --git a/src/nhttpd/web/Y_Boxcontrol_Bouquet_Editor_Main.yhtm b/src/nhttpd/web/Y_Boxcontrol_Bouquet_Editor_Main.yhtm index 79182511f..3debbe9eb 100644 --- a/src/nhttpd/web/Y_Boxcontrol_Bouquet_Editor_Main.yhtm +++ b/src/nhttpd/web/Y_Boxcontrol_Bouquet_Editor_Main.yhtm @@ -120,8 +120,8 @@ function do_rename(){
-

{=L:bouquet_add=}
- {=L:name_of_bouquet=}: +

{=L:bou.bouquet_add=}
+ {=L:bou.name_of_bouquet=}:
@@ -131,8 +131,8 @@ function do_rename(){

-

{=L:rename_bouquet=}
- {=L:name_of_bouquet=}: +

{=L:bou.rename_bouquet=}
+ {=L:bou.name_of_bouquet=}:
diff --git a/src/nhttpd/web/Y_Ext_Update.js b/src/nhttpd/web/Y_Ext_Update.js index e1ec3d232..c0eb21905 100644 --- a/src/nhttpd/web/Y_Ext_Update.js +++ b/src/nhttpd/web/Y_Ext_Update.js @@ -151,7 +151,7 @@ function do_set_updates2(){ var extfile=ext.build_extension_file(); document.f.extentions.value=extfile; show_waitbox(false); - alert("Update finished. Menue reload.") + alert("Update finished. Menue reload."); do_submit(); } var avaiable=0; @@ -214,7 +214,7 @@ function do_uninstall2(tag){ var extfile=ext.build_extension_file(); document.f.extentions.value=extfile; show_waitbox(false); - alert("Update finished. Menue reload.") + alert("Update finished. Menue reload."); do_submit(); } function uninstall_build_list(){ @@ -230,7 +230,7 @@ function uninstall_build_list2(){ /*build_list*/ i=0; - ext.installed_extensions.sortBy(function(e){return e.get('tag')}).each(function(e){ + ext.installed_extensions.sortBy(function(e){return e.get('tag');}).each(function(e){ res=loadSyncURL("/y/cgi?execute=if-file-exists:/var/tuxbox/config/ext/"+e.get('tag')+"_uninstall.inc~1~0"); uninstall_list_addRow(update_body,++i,e,res=="1"); }); diff --git a/src/nhttpd/web/Y_Live.js b/src/nhttpd/web/Y_Live.js index 5d51fe2bb..2e936f371 100644 --- a/src/nhttpd/web/Y_Live.js +++ b/src/nhttpd/web/Y_Live.js @@ -208,7 +208,7 @@ function do_play_state(_state, _options){ function do_play_or_pause(){ if(V2.is_playing()) { change_button_img('PlayOrPause',"play"); - V2.pause() + V2.pause(); set_controls("stop"); } else { change_button_img('PlayOrPause',"pause"); @@ -265,7 +265,7 @@ function build_subchannels(){ var sc=split_one(list[i], " "); optlist+="\n"; } - optlist="" + optlist=""; id('subs_div').innerHTML = optlist; display_obj("subsRow", true); isSubs=true; diff --git a/src/nhttpd/web/Y_Tools_Timer_Sync.js b/src/nhttpd/web/Y_Tools_Timer_Sync.js index 928720484..2a049bdb4 100644 --- a/src/nhttpd/web/Y_Tools_Timer_Sync.js +++ b/src/nhttpd/web/Y_Tools_Timer_Sync.js @@ -1,6 +1,6 @@ function wiki_url(_page) { - return "[Help]<\/b><\/a>" + return "[Help]<\/b><\/a>"; } /*timer_list*/ var timer_body; @@ -152,7 +152,7 @@ function processReqChange() var Ausdruck = /Ende (.*):(.*) Uhr.*$/; Ausdruck.exec(description); stTime = RegExp.$1+":"+RegExp.$2; - timer_list_addRow(timer_body, i, alDate, alTime, stDate, stTime, sender, progName, "Klack") + timer_list_addRow(timer_body, i, alDate, alTime, stDate, stTime, sender, progName, "Klack"); if(document.f.debug.checked == true) sLog_addRow(sLog_body, "green", "- Timer "+i+": "+alDate+" "+alTime+" "+sender+" "+progName, "analyzed"); } diff --git a/src/nhttpd/web/Y_yweb.js b/src/nhttpd/web/Y_yweb.js index a252d4485..a73bdd7a1 100644 --- a/src/nhttpd/web/Y_yweb.js +++ b/src/nhttpd/web/Y_yweb.js @@ -17,7 +17,7 @@ Object.extend(Y.yweb.prototype, { baselib_version: $H({major:'1', minor:'0', patch:'0', pre:'0'}), initialize: function(){ - this.ver_file_get() + this.ver_file_get(); split_version(this.ver_file_prop.get('version'),this.yweb_version); split_version(Prototype.Version,this.prototype_version); if(typeof(baselib_version)!="undefined") @@ -98,7 +98,7 @@ Object.extend(Y.extension.prototype, { if(this.file!=""){ var list = this.file.split("\n"); list.each(function(line){ - var p=str_to_hash(line) + var p=str_to_hash(line); switch(p.get('type')){ case "m": case "n": case "p": case "x": case "s": case "o": this.installed_extensions.push(p); @@ -131,7 +131,7 @@ Object.extend(Y.extension.prototype, { this.upd_version=p.get('version'); break; } - },this) + },this); },this); this.upd_extensions = this.upd_extensions.sortBy(function(e){return e.get('tag');}); },