/[dolibarr]/dolibarr/htdocs/exports/index.php
ViewVC logotype

Diff of /dolibarr/htdocs/exports/index.php

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

revision 1.3 by eldy, Sun Oct 30 14:02:38 2005 UTC revision 1.4 by eldy, Sun Oct 30 14:06:28 2005 UTC
# Line 158  $sql .= " FROM ".MAIN_DB_PREFIX."export Line 158  $sql .= " FROM ".MAIN_DB_PREFIX."export
158  $result=$db->query($sql);  $result=$db->query($sql);
159  if ($result)  if ($result)
160  {  {
161        print '<br>';
162      print '<table class="noborder" width="100%">';      print '<table class="noborder" width="100%">';
163      print '<tr class="liste_titre">';      print '<tr class="liste_titre">';
164      print '<td colspan="2">'.$langs->trans("ExportProfiles").'</td>';      print '<td colspan="2">'.$langs->trans("ExportProfiles").'</td>';
# Line 181  if ($result) Line 182  if ($result)
182              $i++;              $i++;
183          }          }
184      }      }
185    
186        print "</table>";
187  }  }
 print "</table><br>";  
188    
189    
190  print '</td></tr>';  print '</td></tr>';

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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