Grand livre waiting box

This commit is contained in:
sparkyx 2020-10-13 18:19:31 +02:00
parent b298a4a3bb
commit 2a0054639d

View file

@ -40,8 +40,8 @@ global $g_user,$http;
//-----------------------------------------------------
echo '<div class="content">';
echo '<FORM action="?" METHOD="GET">';
echo HtmlInput::hidden('ac',$_REQUEST['ac']);
echo '<FORM action="?" METHOD="GET" onsubmit="waiting_box();return true;">';
echo HtmlInput::hidden('ac',$http->request('ac'));
echo HtmlInput::hidden('type','gl_comptes');
echo dossier::hidden();
echo '<TABLE><TR>';