Look: Modif esthétique mineure

This commit is contained in:
Laurent Destailleur 2006-03-26 14:56:21 +00:00
parent a4806eddeb
commit f590cda386
3 changed files with 19 additions and 18 deletions

View File

@ -157,7 +157,8 @@ if ($conf->propal->enabled && $user->rights->propale->lire)
$obj = $db->fetch_object($resql); $obj = $db->fetch_object($resql);
$var=!$var; $var=!$var;
print '<tr '.$bc[$var].'><td nowrap>'."<a href=\"".DOL_URL_ROOT."/comm/propal.php?propalid=".$obj->rowid."\">".img_object($langs->trans("ShowPropal"),"propal")." ".$obj->ref.'</a></td>'; print '<tr '.$bc[$var].'><td nowrap>'."<a href=\"".DOL_URL_ROOT."/comm/propal.php?propalid=".$obj->rowid."\">".img_object($langs->trans("ShowPropal"),"propal")." ".$obj->ref.'</a></td>';
print '<td><a href="fiche.php?socid='.$obj->idp.'">'.dolibarr_trunc($obj->nom,18).'</a></td><td align="right">'.price($obj->price).'</td></tr>'; print '<td><a href="fiche.php?socid='.$obj->idp.'">'.dolibarr_trunc($obj->nom,18).'</a></td>';
print '<td align="right" nowrap="nowrap">'.price($obj->price).'</td></tr>';
$i++; $i++;
$total += $obj->price; $total += $obj->price;
} }

View File

@ -967,7 +967,6 @@ if ($_GET['propalid'] > 0)
} }
print '</table>'; print '</table>';
} }
} }
else else
@ -976,6 +975,7 @@ if ($_GET['propalid'] > 0)
} }
print '</div>'; print '</div>';
print "\n";
/* /*
* Formulaire cloture (signé ou non) * Formulaire cloture (signé ou non)

View File

@ -375,7 +375,7 @@ div.tabBar {
padding-left: 12px; padding-left: 12px;
padding-right: 12px; padding-right: 12px;
padding-bottom: 12px; padding-bottom: 12px;
margin: 0px 0px 50px 0px; margin: 0px 0px 10px 0px;
-moz-border-radius-topleft:6px; -moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px; -moz-border-radius-topright:6px;
-moz-border-radius-bottomleft:6px; -moz-border-radius-bottomleft:6px;