remove extra style from form

This commit is contained in:
Uwe Steinmann 2026-01-13 17:43:41 +01:00
parent ac9f8b2f6d
commit 6518493672

View File

@ -100,7 +100,7 @@ $(document).ready( function() {
function showCategoryForm($category) { /* {{{ */
?>
<form class="form-horizontal" style="margin-bottom: 0px;" action="../op/op.Categories.php" method="post">
<form class="form-horizontal" action="../op/op.Categories.php" method="post">
<?php if(!$category) { ?>
<?php echo createHiddenFieldWithKey('addcategory'); ?>
<input type="hidden" name="action" value="addcategory">