/[dolibarr]/dolibarr/htdocs/admin/facture.php
ViewVC logotype

Diff of /dolibarr/htdocs/admin/facture.php

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

revision 1.46 by eldy, Mon Aug 22 19:40:40 2005 UTC revision 1.47 by eldy, Mon Aug 22 19:52:22 2005 UTC
# Line 116  print '<td>'.$langs->trans("Name").'</td Line 116  print '<td>'.$langs->trans("Name").'</td
116  print '<td>'.$langs->trans("Description").'</td>';  print '<td>'.$langs->trans("Description").'</td>';
117  print '<td nowrap>'.$langs->trans("Example").'</td>';  print '<td nowrap>'.$langs->trans("Example").'</td>';
118  print '<td align="center" width="60">'.$langs->trans("Default").'</td>';  print '<td align="center" width="60">'.$langs->trans("Default").'</td>';
 print '<td nowrap>'.$langs->trans("NextValue").'</td>';  
119  print '</tr>'."\n";  print '</tr>'."\n";
120    
121  clearstatcache();  clearstatcache();
# Line 150  while (($file = readdir($handle))!==fals Line 149  while (($file = readdir($handle))!==fals
149          print '<td align="center">';          print '<td align="center">';
150          if ($facture_addon_var == "$file")          if ($facture_addon_var == "$file")
151          {          {
152              print img_tick();              $title='';
153              print "</td><td nowrap>".$obj->getNextValue()."</td>\n";              if ($obj->getNextValue() != $langs->trans("NotAvailable"))
154                {
155                        $title=$langs->trans("NextValue").': '.$obj->getNextValue();
156                }
157                print img_tick($title);
158          }          }
159          else          else
160          {          {
161              print '<a href="facture.php?action=set&amp;value='.$file.'">'.$langs->trans("Default").'</a>';              print '<a href="facture.php?action=set&amp;value='.$file.'">'.$langs->trans("Default").'</a>';
             print "</td><td nowrap>&nbsp;</td>\n";  
162          }          }
163          print "</td></tr>\n";          print "</td></tr>\n";
164      }      }

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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