summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/templates/location-subnets.html
diff options
context:
space:
mode:
authorSimon Rettberg2017-07-14 15:07:16 +0200
committerSimon Rettberg2017-07-14 15:07:16 +0200
commit7aea23e2d2f1e2aca94fd737e913ee0e592b1cbd (patch)
tree323e88755a6f1433f053de7cabaa86608cc47905 /modules-available/locations/templates/location-subnets.html
parent[locations] Add/improve comments (diff)
downloadslx-admin-7aea23e2d2f1e2aca94fd737e913ee0e592b1cbd.tar.gz
slx-admin-7aea23e2d2f1e2aca94fd737e913ee0e592b1cbd.tar.xz
slx-admin-7aea23e2d2f1e2aca94fd737e913ee0e592b1cbd.zip
[locations] Open room planner in new window with reduced UI
Diffstat (limited to 'modules-available/locations/templates/location-subnets.html')
-rw-r--r--modules-available/locations/templates/location-subnets.html5
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&amp;locationid={{locationid}}"
- target="_blank"
- >
+ <a class="btn btn-default" href="?do=roomplanner&amp;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}}