X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fuser.phh;h=a7d9357d0995d360f7432c3eaf1fedd62f44b11b;hb=7408b42dfc2a340ab4830113b23ce8cf87a131c8;hp=623575976666863d3b01db46a8c17602eb2efadd;hpb=b07bbed348c8eae3ca8136ba77659426e698974d;p=brisk.git diff --git a/web/Obj/user.phh b/web/Obj/user.phh index 6235759..a7d9357 100644 --- a/web/Obj/user.phh +++ b/web/Obj/user.phh @@ -605,7 +605,7 @@ class User { // call notify soft $ret .= show_notify_document("Versione corrente: [".$this->rec->lice_vers_get()."] Versione sito: ".$G_lice_vers, 0, array("Accetto.", "Rifiuto.", "Leggo poi.", /* , "Scarico." */), - 400, 600, TRUE, 0); + "lice_confirm", 600, 600, TRUE, 0); $ret .= sprintf("act_licencemgr('soft', g_nd.ret_get(), '%s', '%s');", xcape($this->rec->lice_vers_get()), xcape($G_lice_vers)); } @@ -613,7 +613,7 @@ class User { // call notify hard $ret .= show_notify_document("Versione corrente: [".$this->rec->lice_vers_get()."] Versione sito: ".$G_lice_vers, 0, array("Accetto.", "Rifiuto." /* , "Scarico." */), - 400, 600, TRUE, 0); + "lice_confirm", 600, 600, TRUE, 0); $ret .= sprintf("act_licencemgr('hard', g_nd.ret_get(), '%s', '%s');", xcape($this->rec->lice_vers_get()), xcape($G_lice_vers)); }