Add poste name in impress.php
This commit is contained in:
parent
5ea3ed1766
commit
9d0b8fe45e
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ include("class_poste.php");
|
|||
$submit=new widget();
|
||||
$hid=new widget("hidden");
|
||||
echo '<div class="u_redcontent">';
|
||||
echo '<h2 class="info">'.$Poste->name.'</h2>';
|
||||
echo '<h2 class="info">'.$Poste->id." ".$Poste->name.'</h2>';
|
||||
echo "<table>";
|
||||
echo '<TR>';
|
||||
echo '<TD><form method="GET" ACTION="user_impress.php">'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue