Author: danydb
Date: 2012-01-10 15:02:28 +0100 (Tue, 10 Jan 2012)
New Revision: 4708

Modified:
   phpcompta/trunk/include/class_fiche_def.php
Log:
cosmetic : ajout ordre dans cat. fiche


Modified: phpcompta/trunk/include/class_fiche_def.php
===================================================================
--- phpcompta/trunk/include/class_fiche_def.php 2012-01-10 10:29:27 UTC (rev 
4707)
+++ phpcompta/trunk/include/class_fiche_def.php 2012-01-10 14:02:28 UTC (rev 
4708)
@@ -457,6 +457,7 @@
         */
         $MaxLine=sizeof($this->attribut);
         $r="<TABLE>";
+       $r.="<tr>".th('Nom 
attribut').th('').th('Ordre','style="text-align:right"').'</tr>';
         // Display each attribute
         $add_action="";
         for ($i=0;$i<$MaxLine;$i++)


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

Reply via email to