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

View File

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