diff options
author | Simon Rettberg | 2016-09-07 13:58:47 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-09-07 13:58:47 +0200 |
commit | 64d8ac3bad698e7eac5ddc410cae9a1f9363eaca (patch) | |
tree | e52cd883c28e4288e91bcd5cf514eb2dc05435be /modules-available/locations/templates/location-subnets.html | |
parent | [locations] Only show roomplanner button if module is enabled (diff) | |
download | slx-admin-64d8ac3bad698e7eac5ddc410cae9a1f9363eaca.tar.gz slx-admin-64d8ac3bad698e7eac5ddc410cae9a1f9363eaca.tar.xz slx-admin-64d8ac3bad698e7eac5ddc410cae9a1f9363eaca.zip |
FAGESSEN!
Diffstat (limited to 'modules-available/locations/templates/location-subnets.html')
-rw-r--r-- | modules-available/locations/templates/location-subnets.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/locations/templates/location-subnets.html b/modules-available/locations/templates/location-subnets.html index bc507107..5da931e1 100644 --- a/modules-available/locations/templates/location-subnets.html +++ b/modules-available/locations/templates/location-subnets.html @@ -60,13 +60,13 @@ </table> <br> <div class="btn-group"> - {{#isLeaf}} + {{#roomplanner}} <a class="btn btn-default" href="?do=roomplanner&locationid={{locationid}}" target="_blank" > <span class="glyphicon glyphicon-move"></span>{{lang_editRoomplan}} </a> - {{/isLeaf}} + {{/roomplanner}} </div> <div class="pull-right"> |