Grand livre waiting box
This commit is contained in:
parent
b298a4a3bb
commit
2a0054639d
1 changed files with 2 additions and 2 deletions
|
|
@ -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>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue