cosmétique fiche
This commit is contained in:
parent
98307a5181
commit
efc9a69e84
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue