Skip to content
Snippets Groups Projects
Commit 1fadfd1b authored by Jared Hancock's avatar Jared Hancock
Browse files

Fixup rendering of extra form in new ticket by staff

parent 5d14396c
Branches
Tags
No related merge requests found
......@@ -6,8 +6,10 @@ if (isset($options['entry']) && $options['mode'] == 'edit'
&& ($_POST['forms'] && !in_array($options['entry']->getId(), $_POST['forms']))
)
return;
?>
if (isset($options['entry']) && $options['mode'] == 'edit') { ?>
<tbody>
<?php } ?>
<tr><td style="width:<?php echo $options['width'] ?: 150;?>px;"></td><td></td></tr>
<?php
// Keep up with the entry id in a hidden field to decide what to add and
......@@ -79,5 +81,7 @@ if (isset($options['entry']) && $options['mode'] == 'edit') { ?>
<?php } ?>
</div></td>
</tr>
<?php } ?>
<?php }
if (isset($options['entry']) && $options['mode'] == 'edit') { ?>
</tbody>
<?php } ?>
......@@ -550,8 +550,10 @@ a.print {
border-right:1px solid #ddd;
}
.form_table td:not(:empty) {
.form_table td {
border-bottom:1px solid #ddd;
}
.form_table td:not(:empty) {
height: 20px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment