Skip to content

Commit

Permalink
shared navigation overview: Do not open a new column while unsharing
Browse files Browse the repository at this point in the history
refs #5600
  • Loading branch information
Johannes Meyer committed Sep 16, 2015
1 parent 4db2f7e commit cc66175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/scripts/navigation/shared.phtml
Expand Up @@ -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>
Expand Down

0 comments on commit cc66175

Please sign in to comment.