shared navigation overview: Do not open a new column while unsharing

refs #5600
This commit is contained in:
Johannes Meyer 2015-09-16 13:08:44 +02:00
parent 4db2f7e7a9
commit cc66175e6c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
)
); ?></td>
<td><?= $this->escape($item->owner); ?></td>
<td><?= $removeForm->setDefault('name', $name); ?></td>
<td data-base-target="_self"><?= $removeForm->setDefault('name', $name); ?></td>
</tr>
<?php endforeach ?>
</tbody>