Do not open a new column when removing an acknowledgement

This commit is contained in:
Johannes Meyer 2015-03-13 14:13:02 +01:00
parent 63f87da53d
commit 44b1255bbc
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if (in_array((int) $object->state, array(0, 99))) {
if ($object->acknowledged): ?>
<tr>
<th><?= $this->translate('Acknowledged') ?></th>
<td>
<td data-base-target="_self">
<?php if (isset($removeAckForm)) { // Form is unset if the current user lacks the respective permission
echo $removeAckForm;
} else {