mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-07 17:42:53 +01:00
Amlioration interface
This commit is contained in:
@@ -220,8 +220,12 @@ if ($_GET["id"])
|
||||
print '<table class="border" width="100%" cellspacing="0" cellpadding="4">';
|
||||
|
||||
print '<tr class="liste_titre"><td width="15%" valign="center">Tarif (co<63>t en euros par minutes)';
|
||||
print '</td><td align="center">Temporel</td><td align="center">Fixe';
|
||||
print '</td><td> </td><td> </td>';
|
||||
print '</td><td align="center">Temporel</td><td align="center">Fixe</td>';
|
||||
if ($user->rights->telephonie->tarif->client_modifier)
|
||||
{
|
||||
print '<td> </td>';
|
||||
}
|
||||
print '<td> </td>';
|
||||
print "</tr>\n";
|
||||
|
||||
if($message_erreur)
|
||||
@@ -294,9 +298,12 @@ if ($_GET["id"])
|
||||
|
||||
print '<td align="center">'.$obj->temporel."</td>\n";
|
||||
print '<td align="center">'.$obj->fixe."</td>\n";
|
||||
print '<td align="center"><a href="'.DOL_URL_ROOT.'/telephonie/client/tarifs.php?action=delete&tid='.$obj->rowid.'&id='.$soc->id.'">';
|
||||
print img_delete()."</a></td>\n";
|
||||
|
||||
if ($user->rights->telephonie->tarif->client_modifier)
|
||||
{
|
||||
print '<td align="center"><a href="'.DOL_URL_ROOT.'/telephonie/client/tarifs.php?action=delete&tid='.$obj->rowid.'&id='.$soc->id.'">';
|
||||
print img_delete()."</a></td>\n";
|
||||
}
|
||||
print '<td align="center">'.$obj->code."</td>\n";
|
||||
print '</tr>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user