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

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

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

revision 1.48 by eldy, Fri Oct 14 21:05:14 2005 UTC revision 1.49 by eldy, Tue Nov 1 15:13:25 2005 UTC
# Line 60  if ( (isset($_POST["action"]) && $_POST[ Line 60  if ( (isset($_POST["action"]) && $_POST[
60      if ($_POST['action'] != 'updateedit')      if ($_POST['action'] != 'updateedit')
61      {      {
62          Header("Location: index.php");          Header("Location: index.php");
63            exit;
64      }      }
65  }  }
66    
# Line 280  if ((isset($_GET["action"]) && $_GET["ac Line 281  if ((isset($_GET["action"]) && $_GET["ac
281      print '<td colspan="2">';      print '<td colspan="2">';
282      print "<table>";      print "<table>";
283      print "<tr><td>".$langs->trans("VATIsUsedDesc")."</td></tr>";      print "<tr><td>".$langs->trans("VATIsUsedDesc")."</td></tr>";
284      print "<td><i>".$langs->trans("Example").': '.$langs->trans("VATIsUsedExampleFR")."</i></td></tr>\n";      print "<tr><td><i>".$langs->trans("Example").': '.$langs->trans("VATIsUsedExampleFR")."</i></td></tr>\n";
285      print "</table>";      print "</table>";
286      print "</td></tr>\n";      print "</td></tr>\n";
287            
# Line 297  if ((isset($_GET["action"]) && $_GET["ac Line 298  if ((isset($_GET["action"]) && $_GET["ac
298      print '<td colspan="2">';      print '<td colspan="2">';
299      print "<table>";      print "<table>";
300      print "<tr><td>".$langs->trans("VATIsNotUsedDesc")."</td></tr>";      print "<tr><td>".$langs->trans("VATIsNotUsedDesc")."</td></tr>";
301      print "<td><i>".$langs->trans("Example").': '.$langs->trans("VATIsNotUsedExampleFR")."</i></td></tr>\n";      print "<tr><td><i>".$langs->trans("Example").': '.$langs->trans("VATIsNotUsedExampleFR")."</i></td></tr>\n";
302      print "</table>";      print "</table>";
303      print "</td></tr>\n";      print "</td></tr>\n";
304            
# Line 459  else Line 460  else
460      print '<td colspan="2">';      print '<td colspan="2">';
461      print "<table>";      print "<table>";
462      print "<tr><td>".$langs->trans("VATIsUsedDesc")."</td></tr>";      print "<tr><td>".$langs->trans("VATIsUsedDesc")."</td></tr>";
463      print "<td><i>".$langs->trans("Example").': '.$langs->trans("VATIsUsedExampleFR")."</i></td></tr>\n";      print "<tr><td><i>".$langs->trans("Example").': '.$langs->trans("VATIsUsedExampleFR")."</i></td></tr>\n";
464      print "</table>";      print "</table>";
465      print "</td></tr>\n";      print "</td></tr>\n";
466            
# Line 476  else Line 477  else
477      print '<td colspan="2">';      print '<td colspan="2">';
478      print "<table>";      print "<table>";
479      print "<tr><td>".$langs->trans("VATIsNotUsedDesc")."</td></tr>";      print "<tr><td>".$langs->trans("VATIsNotUsedDesc")."</td></tr>";
480      print "<td><i>".$langs->trans("Example").': '.$langs->trans("VATIsNotUsedExampleFR")."</i></td></tr>\n";      print "<tr><td><i>".$langs->trans("Example").': '.$langs->trans("VATIsNotUsedExampleFR")."</i></td></tr>\n";
481      print "</table>";      print "</table>";
482      print "</td></tr>\n";      print "</td></tr>\n";
483            

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

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