Look: Modif esthétiques mineures
This commit is contained in:
parent
0d2489ee2b
commit
2baf3265b1
@ -17,7 +17,6 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Source$
|
* $Source$
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -112,7 +111,6 @@ if ($user->societe_id > 0)
|
|||||||
$socidp = $user->societe_id;
|
$socidp = $user->societe_id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Ajout d'un nouveau contact
|
* Ajout d'un nouveau contact
|
||||||
*/
|
*/
|
||||||
@ -256,6 +254,14 @@ if ($id > 0)
|
|||||||
*/
|
*/
|
||||||
echo '<br><table class="noborder" width="100%">';
|
echo '<br><table class="noborder" width="100%">';
|
||||||
|
|
||||||
|
print '<tr class="liste_titre">';
|
||||||
|
print '<td>'.$langs->trans("Societe").'</td>';
|
||||||
|
print '<td>'.$langs->trans("Contacts").'</td>';
|
||||||
|
print '<td align="center">'.$langs->trans("ContactType").'</td>';
|
||||||
|
print '<td align="center">'.$langs->trans("Status").'</td>';
|
||||||
|
print '<td colspan="2"> </td>';
|
||||||
|
print "</tr>\n";
|
||||||
|
|
||||||
$tab = $contrat->liste_contact();
|
$tab = $contrat->liste_contact();
|
||||||
|
|
||||||
$num = ($tab == null) ? 0 : count($tab);
|
$num = ($tab == null) ? 0 : count($tab);
|
||||||
@ -264,15 +270,6 @@ if ($id > 0)
|
|||||||
$i = 0;
|
$i = 0;
|
||||||
$total = 0;
|
$total = 0;
|
||||||
|
|
||||||
print '<tr class="liste_titre">';
|
|
||||||
print '<td>'.$langs->trans("Societe").'</td>';
|
|
||||||
print '<td>'.$langs->trans("Contacts").'</td>';
|
|
||||||
|
|
||||||
print '<td align="center">'.$langs->trans("ContactType").'</td>';
|
|
||||||
print '<td align="center">'.$langs->trans("Status").'</td>';
|
|
||||||
print '<td colspan="2"> </td>';
|
|
||||||
print "</tr>\n";
|
|
||||||
|
|
||||||
$var = true;
|
$var = true;
|
||||||
$person = new Contact($db);
|
$person = new Contact($db);
|
||||||
$societe = new Societe($db);
|
$societe = new Societe($db);
|
||||||
@ -368,7 +365,7 @@ if ($id > 0)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Ajouter une ligne de contact
|
* Ajouter une ligne de contact
|
||||||
* uniquement sur les contats en creation.
|
* uniquement sur les contrats en creation.
|
||||||
* En pas en mode modification de ligne
|
* En pas en mode modification de ligne
|
||||||
*/
|
*/
|
||||||
if ($_GET["action"] != 'editline' && $user->rights->contrat->creer && $contrat->statut == 0)
|
if ($_GET["action"] != 'editline' && $user->rights->contrat->creer && $contrat->statut == 0)
|
||||||
@ -404,10 +401,8 @@ if ($id > 0)
|
|||||||
print "</form>";
|
print "</form>";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
print "</table>";
|
print "</table>";
|
||||||
/*
|
|
||||||
* Fin Ajout ligne
|
|
||||||
*/
|
|
||||||
|
|
||||||
print '</div>';
|
print '</div>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user