X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=a5e1ebc8d5b0924d63a7f6b37b43f02ead02bb7d;hb=b65dddf6cb8fdc5a98719ed170ca38c2059b362c;hp=da98a0ab2e3febba48264d324c38fca8bd2c2799;hpb=22b71dd0fd76bf5af565d56c3e82ea77b4b44bc5;p=brisk.git diff --git a/web/index.php b/web/index.php index da98a0a..a5e1ebc 100644 --- a/web/index.php +++ b/web/index.php @@ -52,7 +52,7 @@ $mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati 'en' => 'back to tables'), 'btn_exit' => array('it' => 'Esco.', 'en' => 'Exit.'), - 'btn_prefs_update' => array('it' => 'Salva.', + 'btn_prefs_save' => array('it' => 'Salva.', 'en' => 'Save.'), 'btn_prefs_close' => array('it' => 'Chiudi.', 'en' => 'Close.'), @@ -848,6 +848,7 @@ supported by:
+ @@ -857,6 +858,7 @@ supported by:
+ @@ -866,6 +868,7 @@ supported by:
var g_lng = ""; var g_tables_n = ; var g_tables_auth_n = ; + var g_prefs, g_prefs_new = null; var g_listen; var g_withflash = false; var g_is_spawn = 0; @@ -879,6 +882,9 @@ supported by:
window.onload = function() { // alert(window.onbeforeunload); g_brow = get_browser_agent(); + + g_prefs = new client_prefs(null); + spo_slide = new sideslide($('spon_caro'), 80, 20); sup_slide = new sideslide($('supp_caro'), 80, 20); @@ -983,6 +989,7 @@ echo "$body"; ?> + @@ -992,6 +999,7 @@ echo "$body"; ?> +