This commit is contained in:
sparkyx 2025-07-28 12:01:54 +02:00
parent 53f708b46f
commit 6be0dd2866
3 changed files with 3 additions and 2 deletions

View file

@ -39,6 +39,7 @@ set_language();
// load message for javascript
if (isset ($_REQUEST['loadjs']) && $_REQUEST['loadjs']=='message')
{
header('Content-Type: text/javascript');
include_once NOALYSS_INCLUDE."/lib/message_javascript.php";
return;
}

View file

@ -792,7 +792,7 @@ function waiting_box() {
id: 'wait_box', html: loading() + '<p>' + content[65] + '</p>'
};
var y = fixed_position(10, 250)
obj.style = y + ";width:20%;margin-left:40%;";
obj.style = y + ";width:281px;margin-left:40%;";
if ($('wait_box')) {
removeDiv('wait_box');
}

View file

@ -48,7 +48,7 @@ class Acc_Ledger extends jrn_def_sql
/**
* @brief construct
* @param $p_cn database connexion
* @param $p_id jrn.jrn_def_id
* @param $p_id (int) ledger idf jrn.jrn_def_id
*/
function __construct($p_cn, $p_id)
{