Suppresion des balise <b>
This commit is contained in:
parent
0bf16fef61
commit
9c7dba3439
@ -156,8 +156,8 @@ if ($action=='create' && $actionid && $contactid) {
|
||||
|
||||
print '<tr><td colspan="2"><div class="titre">Rendez-vous</div></td></tr>';
|
||||
print '<tr><td width="10%">Société</td><td width="40%">';
|
||||
print '<b><a href="../fiche.php3?socid='.$socid.'">'.$societe->nom.'</a></td></tr>';
|
||||
print '<tr><td width="10%">Contact</td><td width="40%"><b>'.$contact->fullname.'</td></tr>';
|
||||
print '<a href="../fiche.php3?socid='.$socid.'">'.$societe->nom.'</a></td></tr>';
|
||||
print '<tr><td width="10%">Contact</td><td width="40%">'.$contact->fullname.'</td></tr>';
|
||||
print '<tr><td width="10%">Date</td><td width="40%">';
|
||||
print_date_select();
|
||||
print '</td></tr>';
|
||||
@ -195,10 +195,10 @@ if ($action=='create' && $actionid && $contactid) {
|
||||
|
||||
print '<table width="100%" border="1" cellspacing="0" cellpadding="3">';
|
||||
|
||||
print '<tr><td width="10%">Action</td><td><b>'.$caction->libelle.'</td></tr>';
|
||||
print '<tr><td width="10%">Action</td><td>'.$caction->libelle.'</td></tr>';
|
||||
print '<tr><td width="10%">Société</td><td width="40%">';
|
||||
print '<b><a href="../fiche.php3?socid='.$socid.'">'.$societe->nom.'</a></td></tr>';
|
||||
print '<tr><td width="10%">Contact</td><td width="40%"><b>'.$contact->fullname.'</td></tr>';
|
||||
print '<a href="../fiche.php3?socid='.$socid.'">'.$societe->nom.'</a></td></tr>';
|
||||
print '<tr><td width="10%">Contact</td><td width="40%">'.$contact->fullname.'</td></tr>';
|
||||
print '<td>Date</td><td>'.strftime('%d %B %Y %H:%M',time()).'</td></tr>';
|
||||
print '<tr><td valign="top">Commentaire</td><td>';
|
||||
print '<textarea cols="60" rows="6" name="note"></textarea></td></tr>';
|
||||
@ -240,11 +240,11 @@ if ($id)
|
||||
print_titre ("Action commerciale");
|
||||
|
||||
print '<table width="100%" border="1" cellspacing="0" cellpadding="3">';
|
||||
print '<tr><td width="10%">Type</td><td colspan="3"><b>'.$act->type.'</td></tr>';
|
||||
print '<tr><td width="10%">Type</td><td colspan="3">'.$act->type.'</td></tr>';
|
||||
print '<tr><td width="10%">Société</td>';
|
||||
print '<td width="40%"><b><a href="../fiche.php3?socid='.$act->societe->id.'">'.$act->societe->nom.'</a></b></td>';
|
||||
print '<td width="40%"><a href="../fiche.php3?socid='.$act->societe->id.'">'.$act->societe->nom.'</a></td>';
|
||||
|
||||
print '<td width="10%">Contact</td><td width="40%"><b>'.$act->contact->fullname.'</td></tr>';
|
||||
print '<td width="10%">Contact</td><td width="40%">'.$act->contact->fullname.'</td></tr>';
|
||||
print '<tr><td>Auteur</td><td>'.$act->author->fullname.'</td>';
|
||||
print '<td>Date</td><td>'.strftime('%d %B %Y %H:%M',time()).'</td></tr>';
|
||||
if ($act->objet_url)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user