cosmétique fiche

This commit is contained in:
Dany De Bontridder 2012-01-07 02:17:29 +00:00
parent 98307a5181
commit efc9a69e84

View file

@ -560,7 +560,7 @@ class Fiche
$type_card = $this->cn->get_value('select fd_label from fiche_def join fiche using (fd_id) where f_id=$1', array($this->id));
$ret = "";
$ret.='<span style="font-weight:bolder"> id :' . $this->id . "</span>";
$ret.=h2("Type de fiche : " . $type_card, 'style="display:inline"');
$ret.=h2( $type_card, 'style="display:inline"');
$ret.="<table style=\"width:98%;margin:1%\">";
if (empty($attr))
{