Skip to content
Snippets Groups Projects
Commit 9e5aff61 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Ajout bouton "nouveau"

parent c7cceff2
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,25 @@ print '</table><br />';
print '</td><td width="50%" valign="top">&nbsp;</td></tr>';
print '</table><br />';
print '</table></div>';
/* ************************************************************************** */
/* */
/* Barre d'action */
/* */
/* ************************************************************************** */
print "\n<div class=\"tabsAction\">\n";
if ($_GET["action"] == '')
{
print "<a class=\"tabAction\" href=\"fiche.php?action=create\">".$langs->trans("Nouveau")."</a>";
}
print "</div><br>";
$db->close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment