Add sort to the document

This commit is contained in:
sparkyx 2006-06-29 22:42:41 +00:00
parent 8abfbdc911
commit 1fc0105909
2 changed files with 55 additions and 24 deletions

View file

@ -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';