button should be within form

This commit is contained in:
Philippe GRAND 2014-12-15 11:05:47 +01:00
parent a8c6417604
commit fedd05cbcc

View File

@ -156,9 +156,9 @@ foreach ( $list as $key ) {
}
print "</table>\n";
print '</form>';
print '<br /><div style="text-align:center"><input type="submit" class="button" value="' . $langs->trans('Modify') . '" name="button"></div>';
print '</form>';
llxFooter();
$db->close();