Nouveau statut

This commit is contained in:
Rodolphe Quiedeville 2007-07-09 09:20:45 +00:00
parent 89baa0bc8b
commit 83b8bc4512
4 changed files with 3 additions and 2 deletions

View File

@ -81,11 +81,12 @@ if ($db->query($sql))
$i++;
}
foreach ($ligne->statuts as $key => $statut)
foreach ($ligne->statuts_order as $keyo => $statut)
{
$var=!$var;
$key = $statut;
print "<tr $bc[$var]>";
print "<td>".$statut."</td>\n";
print "<td>".$ligne->statuts[$statut]."</td>\n";
print "<td>".$values[$key]."</td>\n";
print '<td><a href="'.DOL_URL_ROOT.'/telephonie/adsl/liste.php?statut='.$key.'"><img border="0" src="./statut'.$key.'.png"></a></td>';
print "</tr>\n";

Binary file not shown.

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 193 B

After

Width:  |  Height:  |  Size: 193 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B