cosmetic
This commit is contained in:
parent
b9be40666c
commit
a9da46f779
1 changed files with 2 additions and 2 deletions
|
|
@ -70,8 +70,8 @@ if ( ! isset ( $_SESSION['g_dossier'] ) ) {
|
|||
include_once("preference.php");
|
||||
include_once("user_menu.php");
|
||||
echo '<div class="u_tmenu">';
|
||||
echo "<H2 class=\"info\">Commercial ".$_SESSION['g_name']." </H2>";
|
||||
echo '<div align="right"><input type="IMAGE" src="image/search.png" onclick="openRecherche(\''.$_REQUEST['PHPSESSID'].'\','.$_SESSION['g_dossier'].');"></div> ';
|
||||
echo "<H2 class=\"info\">Commercial ".$_SESSION['g_name']." ";
|
||||
echo '<div align="right"><input type="IMAGE" src="image/search.png" onclick="openRecherche(\''.$_REQUEST['PHPSESSID'].'\','.$_SESSION['g_dossier'].');"></div> </h2>';
|
||||
|
||||
$p_action=(isset ($_REQUEST['p_action']))?$_REQUEST['p_action']:"";
|
||||
// TODO Menu with all the customer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue