Add waiting_box
This commit is contained in:
parent
7f30d933a9
commit
e222eb2764
2 changed files with 2 additions and 2 deletions
|
|
@ -336,7 +336,7 @@ if ( $sa == 'list' )
|
|||
|
||||
</TABLE>
|
||||
|
||||
<FORM ACTION="admin-noalyss.php?action=dossier_mgt" METHOD="POST">
|
||||
<FORM ACTION="admin-noalyss.php?action=dossier_mgt" METHOD="POST" onsubmit="waiting_box();return true;">
|
||||
<TABLE>
|
||||
<TR>
|
||||
<TD><?php echo _('Nom du dossier');
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@ if ( isset ($_REQUEST['sa'] ))
|
|||
else
|
||||
{
|
||||
echo '<div class="content" style="width:80%;margin-left:10%">';
|
||||
echo '<form method="POST" action="admin-noalyss.php" enctype="multipart/form-data" >';
|
||||
echo '<form method="POST" action="admin-noalyss.php" enctype="multipart/form-data" onsubmit="waiting_box();return true;" >';
|
||||
echo HtmlInput::hidden('action','restore');
|
||||
echo HtmlInput::hidden('sa','r');
|
||||
echo '<table>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue