mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-02-02 06:31:56 +00:00
remove extra style from form
This commit is contained in:
parent
ac9f8b2f6d
commit
6518493672
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user