/[dolibarr]/dolibarr/htdocs/comm/mailing/cibles.php
ViewVC logotype

Diff of /dolibarr/htdocs/comm/mailing/cibles.php

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

revision 1.23 by eldy, Thu Sep 15 22:45:37 2005 UTC revision 1.24 by eldy, Sun Sep 18 18:20:42 2005 UTC
# Line 167  if ($mil->fetch($_GET["id"]) == 0) Line 167  if ($mil->fetch($_GET["id"]) == 0)
167            
168      if ($mesg) print "$mesg<br>\n";      if ($mesg) print "$mesg<br>\n";
169    
170        $var=!$var;
171    
172      // Affiche les listes de sélection      // Affiche les listes de sélection
173      if ($mil->statut == 0)      if ($mil->statut == 0)
174      {      {
175            print '<form action="cibles.php?action=clear&rowid='.$mil->id.'" method="POST">';
176            print_titre($langs->trans("ToClearAllRecipientsClickHere").': &nbsp; <input type="submit" class="button" value="'.$langs->trans("TargetsReset").'"></form>');
177            print '<br>';
178                    
179            print_titre($langs->trans("ToAddRecipientsChooseHere").':');
180          print '<table class="noborder" width=\"100%\">';          print '<table class="noborder" width=\"100%\">';
181          print '<tr class="liste_titre">';          print '<tr class="liste_titre">';
182          print '<td>'.$langs->trans("RecipientSelectionModules").'</td>';          print '<td>'.$langs->trans("RecipientSelectionModules").'</td>';
183          print '<td align="center">'.$langs->trans("NbOfUniqueEMails").'</td>';          print '<td align="center">'.$langs->trans("NbOfUniqueEMails").'</td>';
184          print '<td align="center">'.$langs->trans("Parameters").'</td>';          print '<td align="center">'.$langs->trans("Parameters").'</td>';
185          print '<td align="center" width="120">';          print '<td align="center" width="120">&nbsp;</td>';
         if ($mil->statut == 0) {  
            print $langs->trans("Actions");  
         }  
         print '</td>';  
186          print "</tr>\n";          print "</tr>\n";
187                    
188          clearstatcache();          clearstatcache();
# Line 256  if ($mil->fetch($_GET["id"]) == 0) Line 259  if ($mil->fetch($_GET["id"]) == 0)
259          }          }
260          closedir($handle);          closedir($handle);
261    
         $var=!$var;  
         print '<tr '.$bc[$var].'>';  
         print '<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td align="center"><form action="cibles.php?action=clear&rowid='.$mil->id.'" method="POST"><input type="submit" class="button" value="'.$langs->trans("TargetsReset").'"></form></td>';  
         print '</tr>';  
   
262          print '</table><br>';          print '</table><br>';
263      }      }
264            

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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