diff options
Diffstat (limited to 'modules-available')
-rw-r--r-- | modules-available/locations/templates/location-subnets.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules-available/locations/templates/location-subnets.html b/modules-available/locations/templates/location-subnets.html index 4eadeffd..b8a2b091 100644 --- a/modules-available/locations/templates/location-subnets.html +++ b/modules-available/locations/templates/location-subnets.html @@ -61,9 +61,8 @@ <br> <div class="btn-group"> {{#roomplanner}} - <a class="btn btn-default" href="?do=roomplanner&locationid={{locationid}}" - target="_blank" - > + <a class="btn btn-default" href="?do=roomplanner&locationid={{locationid}}" target="_blank" + onclick="window.open(this.href, '_blank', 'toolbar=0,scrollbars,resizable');return false"> <span class="glyphicon glyphicon-move"></span>{{lang_editRoomplan}} </a> {{/roomplanner}} |