Fix: dol_htmloutput_events is already call in llxFooter

This commit is contained in:
Regis Houssin 2012-09-13 16:15:36 +02:00
parent 84c61c9411
commit 125f499e82
3 changed files with 2 additions and 8 deletions

View File

@ -160,9 +160,6 @@ print '</form>';
dol_fiche_end(); dol_fiche_end();
dol_htmloutput_events();
print '<br>'; print '<br>';
llxFooter(); llxFooter();

View File

@ -250,8 +250,6 @@ print '</table>';
dol_fiche_end(); dol_fiche_end();
dol_htmloutput_events();
print '<br>'; print '<br>';
llxFooter(); llxFooter();

View File

@ -185,7 +185,6 @@ print '</div>';
print '</form>'; print '</form>';
dol_htmloutput_events();
llxFooter(); llxFooter();