form should be outside table
This commit is contained in:
parent
15311fb643
commit
d156e1ba82
@ -112,8 +112,8 @@ foreach ( $list as $key ) {
|
||||
print '</td></tr>';
|
||||
}
|
||||
|
||||
print '</form>';
|
||||
print "</table>\n";
|
||||
print '</form>';
|
||||
|
||||
print '<br /><div style="text-align:center"><input type="submit" class="button" value="' . $langs->trans('Modify') . '" name="button"></div>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user