Nouveau statut
This commit is contained in:
parent
89baa0bc8b
commit
83b8bc4512
@ -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 |
BIN
htdocs/telephonie/adsl/statut9.png
Normal file
BIN
htdocs/telephonie/adsl/statut9.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 221 B |
Loading…
Reference in New Issue
Block a user