/[dolibarr]/dolibarr/htdocs/product/stats/fiche.php
ViewVC logotype

Diff of /dolibarr/htdocs/product/stats/fiche.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.52 by eldy, Sat Dec 3 03:49:01 2005 UTC revision 1.53 by eldy, Sat Dec 3 03:54:15 2005 UTC
# Line 294  if ($_GET["id"] || $_GET["ref"]) Line 294  if ($_GET["id"] || $_GET["ref"])
294          print '</div>';          print '</div>';
295                    
296                    
         // Juste pour éviter bug IE qui réorganise mal div précédents si celui-ci absent  
         print '<div class="tabsAction">';  
         print '</div>';  
   
   
297          print '<table class="border" width="100%">';          print '<table class="border" width="100%">';
298    
299          // Ligne de graph          // Ligne de graph
# Line 360  if ($_GET["id"] || $_GET["ref"]) Line 355  if ($_GET["id"] || $_GET["ref"])
355          print '<td align="center">[<a href="fiche.php?id='.$product->id.'&amp;action=recalcul">'.$langs->trans("ReCalculate").'</a>]</td></tr>';          print '<td align="center">[<a href="fiche.php?id='.$product->id.'&amp;action=recalcul">'.$langs->trans("ReCalculate").'</a>]</td></tr>';
356    
357    
   
358          print '</table>';          print '</table>';
359    
360    
361            // Juste pour éviter bug IE qui réorganise mal div précédents si celui-ci absent en fin de page
362            print '<div class="tabsAction">';
363            print '</div>';
364                    
365      }      }
366  }  }

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26