mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-31 06:04:54 +01:00
Ajout d'un lien vers dbtable.php
This commit is contained in:
@@ -85,12 +85,22 @@ if ($result)
|
||||
$var=!$var;
|
||||
print "<tr $bc[$var]>";
|
||||
|
||||
print '<td>'.$row[0].'</td>';
|
||||
if ($base==1)
|
||||
{
|
||||
print '<td><a href="dbtable.php?table='.$row[0].'">'.$row[0].'</a></td>';
|
||||
}
|
||||
else
|
||||
{
|
||||
print '<td>'.$row[0].'</td>';
|
||||
}
|
||||
|
||||
print '<td>'.$row[1].'</td>';
|
||||
|
||||
if ($base==1)
|
||||
{
|
||||
print '<td align="left">'.$row[14].'</td>';
|
||||
}
|
||||
|
||||
print '</tr>';
|
||||
$i++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user