summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/templates/location-subnets.html
diff options
context:
space:
mode:
authorChristian Klinger2016-08-09 12:59:33 +0200
committerChristian Klinger2016-08-09 12:59:33 +0200
commit93e0274ef130b72b9375d3e0adcfe88ba5d16702 (patch)
treeec19f3f61bbcf3b8c98ec0411fbccad9198494df /modules-available/locations/templates/location-subnets.html
parentloading & saving of roomconfig. (diff)
downloadslx-admin-93e0274ef130b72b9375d3e0adcfe88ba5d16702.tar.gz
slx-admin-93e0274ef130b72b9375d3e0adcfe88ba5d16702.tar.xz
slx-admin-93e0274ef130b72b9375d3e0adcfe88ba5d16702.zip
Added link from locations module to roomplanner.
Diffstat (limited to 'modules-available/locations/templates/location-subnets.html')
-rw-r--r--modules-available/locations/templates/location-subnets.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules-available/locations/templates/location-subnets.html b/modules-available/locations/templates/location-subnets.html
index a7afaa35..70b21113 100644
--- a/modules-available/locations/templates/location-subnets.html
+++ b/modules-available/locations/templates/location-subnets.html
@@ -59,6 +59,12 @@
</tr>
</table>
<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>
+ {{/isLeaf}}
+
+ </div>
<div class="pull-right">
<button type="submit" class="btn btn-primary">{{lang_save}}</button>
</div>