Look: L'espace du bord bas des onglets est gr comme les autres bord (par le style plutot que par un br). Ce qui permet d'avoir un rendu sans difference entre IE et Mozilla.
This commit is contained in:
parent
d65c852b8c
commit
917a6deaf9
@ -166,7 +166,9 @@ if ($socid > 0)
|
||||
print img_action(0,3);
|
||||
print '</a>';
|
||||
print '</td></tr>';
|
||||
print "</table><br></div>";
|
||||
print '</table>';
|
||||
|
||||
print '</div>';
|
||||
|
||||
/*
|
||||
*
|
||||
@ -487,14 +489,13 @@ if ($socid > 0)
|
||||
print '<td width="40%">';
|
||||
if ($obj->propalrowid)
|
||||
{
|
||||
print '<a href="'.DOL_URL_ROOT.'/comm/propal.php?propalid='.$obj->propalrowid.'">'.img_file().'</a> ';
|
||||
print '<a href="'.DOL_URL_ROOT.'/comm/propal.php?propalid='.$obj->propalrowid.'">'.$obj->libelle.'</a></td>';
|
||||
print '<a href="'.DOL_URL_ROOT.'/comm/propal.php?propalid='.$obj->propalrowid.'">'.img_file().' '.$obj->libelle.'</a>';
|
||||
}
|
||||
else
|
||||
{
|
||||
print '<a href="'.DOL_URL_ROOT.'/comm/action/fiche.php?id='.$obj->id.'">'.img_file().'</a> ';
|
||||
print '<a href="'.DOL_URL_ROOT.'/comm/action/fiche.php?id='.$obj->id.'">'.$obj->libelle.'</a></td>';
|
||||
print '<a href="'.DOL_URL_ROOT.'/comm/action/fiche.php?id='.$obj->id.'">'.img_object($langs->trans("ShowTask"),"task").' '.$obj->libelle.'</a>';
|
||||
}
|
||||
print '</td>';
|
||||
/*
|
||||
* Contact pour cette action
|
||||
*
|
||||
@ -545,12 +546,6 @@ if ($socid > 0)
|
||||
print "<tr><td>".nl2br($societe->note)."</td></tr>";
|
||||
print "</table>";
|
||||
}
|
||||
/*
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
}
|
||||
else
|
||||
@ -558,11 +553,8 @@ if ($socid > 0)
|
||||
dolibarr_print_error($db);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
print "Erreur";
|
||||
}
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter("<em>Dernière modification $Date$ révision $Revision$</em>");
|
||||
llxFooter('$Date$ - $Revision$');
|
||||
?>
|
||||
|
||||
@ -110,11 +110,13 @@ if ($_GET["socid"] > 0) {
|
||||
print '<tr><td width="50%" valign="top">';
|
||||
print "<input type=\"hidden\" name=\"action\" value=\"add\">";
|
||||
print "<input type=\"hidden\" name=\"socid\" value=\"".$societe->id."\">";
|
||||
print "<textarea name=\"note\" cols=\"60\" rows=\"10\">".$societe->note."</textarea><br>";
|
||||
print "<textarea name=\"note\" cols=\"48\" rows=\"10\">".$societe->note."</textarea><br>";
|
||||
print '</td><td width="50%" valign="top">'.nl2br($societe->note).'</td>';
|
||||
print "</td></tr>";
|
||||
print "</table><br>";
|
||||
print '<center><input type="submit" value="'.$langs->trans("Modify").'"></center></form>';
|
||||
print '<tr><td colspan="2" align="center"><input type="submit" value="'.$langs->trans("Modify").'"></td></tr>';
|
||||
print "</table>";
|
||||
|
||||
print '</form>';
|
||||
}
|
||||
|
||||
print '</div><br>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user