Add sort to the document
This commit is contained in:
parent
8abfbdc911
commit
1fc0105909
2 changed files with 55 additions and 24 deletions
|
|
@ -46,7 +46,7 @@ function ShowActionList($cn,$retour,$h_url)
|
|||
$a=(isset($_GET['query']))?$_GET['query']:"";
|
||||
printf ('<span>Titre ou référence: <input type="text" name="query" value="%s"></span>',
|
||||
$a);
|
||||
$qcode=(isset($_GET['qcode']))?$_GET['qcode']:"";
|
||||
$qcode=(isset($_GET['qcode_query']))?$_GET['qcode_query']:"";
|
||||
echo JS_SEARCH_CARD;
|
||||
$w=new widget('js_search_only');
|
||||
$w->name='qcode_query';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue