X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fuser.phh;h=9554cc0a0d04101ab350dae3e73a18a67943b153;hb=dd8ea26db05952301b2f52c10f5cf0c17338fca3;hp=69842e8bc460a6bb2c020672218930f7afa7253c;hpb=59ef2095b7a6fb0b57302ceb84830c81794e94a5;p=brisk.git diff --git a/web/Obj/user.phh b/web/Obj/user.phh index 69842e8..9554cc0 100644 --- a/web/Obj/user.phh +++ b/web/Obj/user.phh @@ -557,7 +557,7 @@ class User { protected function maincheck($get, $post, $cookie) { - GLOBAL $G_lang, $mlang_indrd; + GLOBAL $G_lang, $G_base, $mlang_indrd; // GLOBAL $first_loop; GLOBAL $G_with_splash, $G_splash_content, $G_splash_interval, $G_splash_idx; GLOBAL $G_splash_w, $G_splash_h, $G_splash_timeout; @@ -615,7 +615,8 @@ class User { if (versions_cmp($this->rec->lice_vers_get(), $G_lice_vers) < 0) { // comparison between user version and current version if ($curtime > $G_lice_dtsoft) { // call notify soft - $ret .= show_notify_document("Versione corrente: [".$this->rec->lice_vers_get()."] Versione sito: ".$G_lice_vers, + // FIXME: manage translations + $ret .= show_notify_document(esclfhtml(file_get_contents($G_base.sprintf($G_lice_fname, $G_lice_vers, $G_lang))), 0, array("Accetto.", "Rifiuto.", "Leggo poi.", /* , "Scarico." */), "lice_confirm", 600, 600, TRUE, 0); $ret .= sprintf("act_licencemgr('soft', g_nd.ret_get(), '%s', '%s');", @@ -623,7 +624,7 @@ class User { } else if ($curtime > $G_lice_dthard) { // call notify hard - $ret .= show_notify_document("Versione corrente: [".$this->rec->lice_vers_get()."] Versione sito: ".$G_lice_vers, + $ret .= show_notify_document(esclfhtml(file_get_contents($G_base.sprintf($G_lice_fname, $G_lice_vers, $G_lang))), 0, array("Accetto.", "Rifiuto." /* , "Scarico." */), "lice_confirm", 600, 600, TRUE, 0); $ret .= sprintf("act_licencemgr('hard', g_nd.ret_get(), '%s', '%s');",