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))
                {


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to