Cosmetic Follow Up add waiting box for search
This commit is contained in:
parent
9857de7e08
commit
91cbe1fb1a
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
<?php
|
||||
echo HtmlInput::title_box(_('Recherche avancée'), "search_action_div", "close", "", "n");
|
||||
?>
|
||||
<form method="get" id="fsearchaction" style="padding:10px" onsubmit="result_search_action('fsearchaction');return false;">
|
||||
<form method="get" id="fsearchaction" style="padding:10px" onsubmit="waiting_box();result_search_action('fsearchaction');return false;">
|
||||
<?php echo HtmlInput::hidden('ctlc',$_GET['ctlc'])?>
|
||||
<?php endif; ?>
|
||||
<?php echo dossier::hidden()?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue