remplacement tablefsoc par border

This commit is contained in:
beedauchon 2003-10-18 23:43:21 +00:00
parent b43b86cfbc
commit 1e80b9b42b
8 changed files with 14 additions and 26 deletions

View File

@ -182,7 +182,7 @@ if ($action=='create')
print '<input type="hidden" name="contactid" value="'.$contactid.'">';
print '<input type="hidden" name="socid" value="'.$socid.'">';
print '<table class="tablefsoc" width="100%" border="1" cellspacing="0" cellpadding="3">';
print '<table class="border" width="100%" border="1" cellspacing="0" cellpadding="3">';
print '<tr><td colspan="2"><div class="titre">Rendez-vous</div></td></tr>';
print '<tr><td width="10%">Société</td><td width="40%">';
@ -220,7 +220,7 @@ if ($action=='create')
{
print_titre ("Action effectuée");
print '<table class="tablefsoc" width="100%" border="1" cellspacing="0" cellpadding="3">';
print '<table class="border" width="100%" border="1" cellspacing="0" cellpadding="3">';
print '<tr><td width="10%">Action</td><td>'.$caction->libelle.'</td></tr>';
print '<tr><td width="10%">Société</td><td width="40%">';
@ -236,7 +236,7 @@ if ($action=='create')
print_titre ("Prochaine Action à faire");
print '<table class="tablefsoc" width="100%" border="1" cellspacing="0" cellpadding="3">';
print '<table class="border" width="100%" border="1" cellspacing="0" cellpadding="3">';
if($afaire <> 1)
{
print '<tr><td width="10%">Ajouter</td><td><input type="checkbox" name="todo"></td></tr>';
@ -308,7 +308,7 @@ if ($id)
print_titre ("Edition de la fiche action");
print '<form action="fiche.php?id='.$id.'" method="post">';
print '<input type="hidden" name="action" value="update">';
print '<table class="tablefsoc" width="100%" border="1" cellspacing="0" cellpadding="3">';
print '<table class="border" width="100%" border="1" cellspacing="0" cellpadding="3">';
print '<tr><td width="20%">Type</td><td colspan="3">'.$act->type.'</td></tr>';
print '<tr><td width="20%">Société</td>';
print '<td width="30%"><a href="../fiche.php?socid='.$act->societe->id.'">'.$act->societe->nom.'</a></td>';
@ -337,7 +337,7 @@ if ($id)
{
print_titre ("Action commerciale");
print '<table class="tablefsoc" width="100%" border="1" cellspacing="0" cellpadding="3">';
print '<table class="border" width="100%" border="1" cellspacing="0" cellpadding="3">';
print '<tr><td width="20%">Type</td><td colspan="3">'.$act->type.'</td></tr>';
print '<tr><td width="20%">Société</td>';
print '<td width="30%"><a href="../fiche.php?socid='.$act->societe->id.'">'.$act->societe->nom.'</a></td>';

View File

@ -69,7 +69,7 @@ if ($action == 'create')
print "<form action=\"propal.php?socidp=$socidp\" method=\"post\">";
print "<input type=\"hidden\" name=\"action\" value=\"add\">";
print '<table class="tablefsoc" border="1" cellspacing="0" cellpadding="3" width="100%">';
print '<table class="border" border="1" cellspacing="0" cellpadding="3" width="100%">';
print '<tr><td>Société</td><td><a href="fiche.php?socid='.$socidp.'">'.$objsoc->nom.'</a></td>';

View File

@ -476,7 +476,7 @@ if ($propalid)
{
print '<form action="propal.php?propalid='.$propalid.'" method="post">';
print '<input type="hidden" name="action" value="setremise">';
print '<table class="tablefsoc" cellpadding="3" cellspacing="0" border="1"><tr><td>Remise</td><td align="right">';
print '<table class="border" cellpadding="3" cellspacing="0" border="1"><tr><td>Remise</td><td align="right">';
print '<input type="text" name="remise" size="3" value="'.$propal->remise_percent.'">%';
print '<input type="submit" value="Appliquer">';
print '</td></tr></table></form>';
@ -676,7 +676,7 @@ if ($propalid)
{
print_titre("Propale envoyée");
print "<TABLE class=\"tablefsoc\" border=\"1\" width=\"100%\" cellspacing=\"0\" cellpadding=\"3\">";
print "<TABLE class=\"border\" border=\"1\" width=\"100%\" cellspacing=\"0\" cellpadding=\"3\">";
print "<tr><td>Date</td><td>Auteur</td></TR>\n";

View File

@ -79,7 +79,7 @@ if ($db->query($sql))
}
}
print '<table class="tablefsoc" width="100%" border="1" cellspacing="0" cellpadding="4">';
print '<table class="border" width="100%" border="1" cellspacing="0" cellpadding="4">';
print '<tr class="liste_titre"><td>Mois</td>';
$year_current = strftime("%Y",time());

View File

@ -58,7 +58,7 @@ if ($action == 'create')
print '<div class="titre">Nouveau réglement TVA</div><br>';
print '<table class="tablefsoc" border="1" width="100%" cellspacing="0" cellpadding="4">';
print '<table class="border" border="1" width="100%" cellspacing="0" cellpadding="4">';
print "<tr>";
print '<td>Date de paiement</td><td>';
print $html->select_date("","datev");

View File

@ -70,7 +70,7 @@ if ($action == 'create')
print '<form action="index.php?socidp='.$socidp.'" method="post">';
?>
<table class="tablefsoc" border="1" cellpadding="4" cellspacing="0">
<table class="border" border="1" cellpadding="4" cellspacing="0">
<input type="hidden" name="action" value="create">
<tr><td>Société</td><td>
<?PHP
@ -109,7 +109,7 @@ if ($action == 'create')
{
print '<form method="post" action="fiche.php?id='.$id.'">';
print '<input type="hidden" name="action" value="update">';
print '<table class="tablefsoc" border="1" cellpadding="4" cellspacing="0">';
print '<table class="border" border="1" cellpadding="4" cellspacing="0">';
print '<tr><td>Société</td><td>'.$projet->societe->nom.'</td></tr>';
print '<tr><td>Ref</td><td><input name="ref" value="'.$projet->ref.'"></td></tr>';
print '<tr><td>Titre</td><td><input name="title" value="'.$projet->title.'"></td></tr>';
@ -117,7 +117,7 @@ if ($action == 'create')
}
else
{
print '<table class="tablefsoc" border="1" cellpadding="4" cellspacing="0" width="100%">';
print '<table class="border" border="1" cellpadding="4" cellspacing="0" width="100%">';
print '<tr><td>Société</td><td><a href="../comm/fiche.php?socid='.$projet->societe->id.'">'.$projet->societe->nom.'</a></td></tr>';
print '<tr><td width="20%">Réf</td><td>'.$projet->ref.'</td></tr>';

View File

@ -40,7 +40,7 @@ if ($socid > 0) {
print_titre($soc->nom);
print '<table class="tablefsoc" border="1" width="100%" cellspacing="0" cellpadding="3">';
print '<table class="border" border="1" width="100%" cellspacing="0" cellpadding="3">';
print "<tr><td>";
print "<form method=\"post\" action=\"socnote.php?socid=$soc->id\">";
print "<input type=\"hidden\" name=\"action\" value=\"add\">";

View File

@ -229,18 +229,6 @@ tr.impair {
border-left: 1px dashed #666666;
}
.tablefsoc {
background: #444444;
font-family: Helvetica, Verdana;
font-size: 1.0em;
color: #eeeeee;
border-top: 1px dashed #555555;
border-right: 1px dashed #888888;
border-bottom: 1px dashed #777777;
border-left: 1px dashed #666666;
}
.tableab {
background: #444444;
font-family: Helvetica, Verdana;