phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4680 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4680 - phpcompta/trunk/include
Date: Sat, 7 Jan 2012 03:17:29 +0100 (CET)

Author: danydb
Date: 2012-01-07 03:17:29 +0100 (Sat, 07 Jan 2012)
New Revision: 4680

Modified:
   phpcompta/trunk/include/class_fiche.php
Log:

cosm?\195?\169tique fiche 

Modified: phpcompta/trunk/include/class_fiche.php
===================================================================
--- phpcompta/trunk/include/class_fiche.php     2012-01-07 01:44:55 UTC (rev 
4679)
+++ phpcompta/trunk/include/class_fiche.php     2012-01-07 02:17:29 UTC (rev 
4680)
@@ -560,7 +560,7 @@
                $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))
                {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]