Add Menu Search in Gestion

This commit is contained in:
sparkyx 2006-11-25 16:57:06 +00:00
parent 870c1e77a4
commit 9af9e4158a
4 changed files with 10 additions and 4 deletions

View file

@ -41,11 +41,9 @@ $cn=DbConnect($_SESSION['g_dossier']);
include ('class_user.php');
$User=new cl_user($cn);
$User->Check();
echo '<div class="u_tmenu">';
echo ShowMenuCompta($_SESSION['g_dossier']);
echo '</div>';
// PhpSessid
$sessid=$_REQUEST['PHPSESSID'];
$sessid=$_REQUEST['PHPSESSID'];
// display a search box
$search_box=u_ShowMenuRecherche($cn,0,$sessid,$_GET);