NEW : download button

This commit is contained in:
delcroix Patrick 2017-04-05 20:53:41 +02:00 committed by GitHub
parent dae0828543
commit ca72e5e19f

View File

@ -595,6 +595,9 @@ else
print "</div>";
print "</form>\n";
// download button
echo '<a href="releve.php?num='.$num.'&account='.$id.'&action=dl" class="butAction" name="Send" >'.$langs->trans('DownloadFile')." </a>\n";
}