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

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

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

revision 1.40 by eldy, Sat Oct 29 23:42:55 2005 UTC revision 1.41 by eldy, Sun Oct 30 01:07:00 2005 UTC
# Line 164  if (isset($_GET["action"]) && $_GET["act Line 164  if (isset($_GET["action"]) && $_GET["act
164    
165      // Liste des zone de recherche permanantes supportées      // Liste des zone de recherche permanantes supportées
166      print '<table class="noborder" width="100%">';      print '<table class="noborder" width="100%">';
167      print '<tr class="liste_titre"><td>'.$langs->trans("PermanentLeftSearchForm").'</td><td>'.$langs->trans("Activated").'</td></tr>';      print '<tr class="liste_titre"><td width="35%">'.$langs->trans("PermanentLeftSearchForm").'</td><td>'.$langs->trans("Activated").'</td></tr>';
168      $var=True;      $var=True;
169      foreach ($searchform as $key => $value)      foreach ($searchform as $key => $value)
170      {      {
# Line 265  else Line 265  else
265    
266      // Liste des zone de recherche permanantes supportées      // Liste des zone de recherche permanantes supportées
267      print '<table class="noborder" width="100%">';      print '<table class="noborder" width="100%">';
268      print '<tr class="liste_titre"><td>'.$langs->trans("PermanentLeftSearchForm").'</td><td>'.$langs->trans("Activated").'</td></tr>';      print '<tr class="liste_titre"><td width="35%">'.$langs->trans("PermanentLeftSearchForm").'</td><td>'.$langs->trans("Activated").'</td></tr>';
269      $var=true;      $var=true;
270      foreach ($searchform as $key => $value) {      foreach ($searchform as $key => $value) {
271          $var=!$var;          $var=!$var;

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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