mise en forme html
This commit is contained in:
parent
e18f0abf0d
commit
21b4301c08
@ -257,7 +257,21 @@ if ($id)
|
|||||||
}
|
}
|
||||||
print '</table>';
|
print '</table>';
|
||||||
|
|
||||||
print '<p><p><a href="index.php3?action=delete_action&actionid='.$act->id.'">Supprimer</a>';
|
/*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
print '<br><table border="1" cellspadding="3" cellspacing="0" width="100%"><tr>';
|
||||||
|
|
||||||
|
print '<td align="center" width="20%">-</td>';
|
||||||
|
print '<td align="center" width="20%">-</td>';
|
||||||
|
print '<td align="center" width="20%">-</td>';
|
||||||
|
print '<td align="center" width="20%">-</td>';
|
||||||
|
print '<td align="center" width="20%">';
|
||||||
|
print '<a href="index.php3?action=delete_action&actionid='.$act->id.'">Supprimer</a></td>';
|
||||||
|
print '</table>';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user