the form should be outside table to avoid errors
This commit is contained in:
parent
676004e2e4
commit
b619aa080d
@ -158,7 +158,6 @@ if ($result)
|
|||||||
$db->free($result);
|
$db->free($result);
|
||||||
}
|
}
|
||||||
|
|
||||||
print "</form>";
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Line to add category
|
* Line to add category
|
||||||
@ -172,9 +171,7 @@ if ($action != 'edit')
|
|||||||
print '</tr>';
|
print '</tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print "</table>";
|
print '</table></form>';
|
||||||
|
|
||||||
print "</form>";
|
|
||||||
|
|
||||||
llxFooter();
|
llxFooter();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user