Skip to content

Commit

Permalink
Fix: Avoid wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 6, 2013
1 parent 9bced14 commit b56723d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions htdocs/contrat/index.php
Expand Up @@ -331,7 +331,7 @@
$var=!$var;

print '<tr '.$bc[$var].'>';
print '<td width="100" nowrap="nowrap">';
print '<td width="110" nowrap="nowrap">';
$staticcontrat->ref=($obj->ref?$obj->ref:$obj->cid);
$staticcontrat->id=$obj->cid;
print $staticcontrat->getNomUrl(1,16);
Expand Down Expand Up @@ -397,7 +397,7 @@
$obj = $db->fetch_object($resql);
$var=!$var;
print '<tr '.$bc[$var].'>';
print '<td width="100" nowrap="nowrap">';
print '<td width="110" nowrap="nowrap">';
$staticcontrat->ref=($obj->ref?$obj->ref:$obj->fk_contrat);
$staticcontrat->id=$obj->fk_contrat;
print $staticcontrat->getNomUrl(1,16);
Expand Down Expand Up @@ -478,7 +478,7 @@
$var=!$var;
print '<tr '.$bc[$var].'>';

print '<td width="100" nowrap="nowrap">';
print '<td width="110" nowrap="nowrap">';
$staticcontrat->ref=($obj->ref?$obj->ref:$obj->fk_contrat);
$staticcontrat->id=$obj->fk_contrat;
print $staticcontrat->getNomUrl(1,16);
Expand Down Expand Up @@ -558,7 +558,7 @@
$var=!$var;
print '<tr '.$bc[$var].'>';

print '<td width="100" nowrap="nowrap">';
print '<td width="110" nowrap="nowrap">';
$staticcontrat->ref=($obj->ref?$obj->ref:$obj->fk_contrat);
$staticcontrat->id=$obj->fk_contrat;
print $staticcontrat->getNomUrl(1,16);
Expand Down

0 comments on commit b56723d

Please sign in to comment.