phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r4684 - phpcompta/trunk/include
Date: Mon, 9 Jan 2012 12:17:21 +0100 (CET)

Author: danydb
Date: 2012-01-09 12:17:20 +0100 (Mon, 09 Jan 2012)
New Revision: 4684

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

Modified: phpcompta/trunk/include/class_fiche.php
===================================================================
--- phpcompta/trunk/include/class_fiche.php     2012-01-07 23:38:22 UTC (rev 
4683)
+++ phpcompta/trunk/include/class_fiche.php     2012-01-09 11:17:20 UTC (rev 
4684)
@@ -559,8 +559,8 @@
                /* show card type here */
                $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.=h2( $type_card, 'style="display:inline"');
                $ret.='<span style="font-weight:bolder"> id :' . $this->id . 
"</span>";
-               $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]