Moved datatables translation stuff to PHP for consistency

This commit is contained in:
Albert Santoni 2015-08-14 20:00:05 -04:00
parent 7ce9dfa1b3
commit 8aa39ae28d
8 changed files with 94 additions and 7 deletions

View file

@ -94,7 +94,7 @@ function checkLiquidsoapStatus(){
}
var html;
if(status == "OK"){
html = '<div class="stream-status status-good"><hp3>'+$.i18n._("Connected to the streaming server")+'</p></div>';
html = '<div class="stream-status status-good"><p>'+$.i18n._("Connected to the streaming server")+'</p></div>';
}else if(status == "N/A"){
html = '<div class="stream-status status-disabled"><p>'+$.i18n._("The stream is disabled")+'</p></div>';
}else if(status == "waiting"){