summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/templates/location-subnets.html
diff options
context:
space:
mode:
authorChristian Klinger2016-08-22 13:56:52 +0200
committerChristian Klinger2016-08-22 13:56:52 +0200
commit2188b4df8ef30de2917f16d11b37ca635b179e9b (patch)
tree5a597878efcbe202895dea3ea009ccfedb285c8d /modules-available/locations/templates/location-subnets.html
parentMerge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into mo... (diff)
downloadslx-admin-2188b4df8ef30de2917f16d11b37ca635b179e9b.tar.gz
slx-admin-2188b4df8ef30de2917f16d11b37ca635b179e9b.tar.xz
slx-admin-2188b4df8ef30de2917f16d11b37ca635b179e9b.zip
just use fullscreen to mitigate the positioning bugs.
Diffstat (limited to 'modules-available/locations/templates/location-subnets.html')
-rw-r--r--modules-available/locations/templates/location-subnets.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules-available/locations/templates/location-subnets.html b/modules-available/locations/templates/location-subnets.html
index 70b21113..bc507107 100644
--- a/modules-available/locations/templates/location-subnets.html
+++ b/modules-available/locations/templates/location-subnets.html
@@ -61,7 +61,11 @@
<br>
<div class="btn-group">
{{#isLeaf}}
- <a class="btn btn-default" href="?do=roomplanner&amp;locationid={{locationid}}"><span class="glyphicon glyphicon-move"></span>{{lang_editRoomplan}}</a>
+ <a class="btn btn-default" href="?do=roomplanner&amp;locationid={{locationid}}"
+ target="_blank"
+ >
+ <span class="glyphicon glyphicon-move"></span>{{lang_editRoomplan}}
+ </a>
{{/isLeaf}}
</div>