summaryrefslogtreecommitdiffstats
path: root/modules-available/roomplanner/templates/page.html
diff options
context:
space:
mode:
authorAndreas Berenz2016-09-06 10:16:25 +0200
committerAndreas Berenz2016-09-06 10:16:25 +0200
commita020e17f6e1b4049c468731523f52ec5b51e33d9 (patch)
tree30505d0941d1c49af57645f9618b9fb80d5778da /modules-available/roomplanner/templates/page.html
parentMerge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into mo... (diff)
downloadslx-admin-a020e17f6e1b4049c468731523f52ec5b51e33d9.tar.gz
slx-admin-a020e17f6e1b4049c468731523f52ec5b51e33d9.tar.xz
slx-admin-a020e17f6e1b4049c468731523f52ec5b51e33d9.zip
scaling orientation now is viewport-center instead of top left position - magnifier are clickable for scaling
Diffstat (limited to 'modules-available/roomplanner/templates/page.html')
-rw-r--r--modules-available/roomplanner/templates/page.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/roomplanner/templates/page.html b/modules-available/roomplanner/templates/page.html
index 262d7947..6b31b2f6 100644
--- a/modules-available/roomplanner/templates/page.html
+++ b/modules-available/roomplanner/templates/page.html
@@ -303,8 +303,8 @@
</div>
<div id="scaleContainer">
<div id="scaleslider"></div>
- <span class="glyphicon glyphicon-zoom-out" aria-hidden="true"></span>
- <span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span>
+ <span id="zoom-out" class="glyphicon glyphicon-zoom-out" aria-hidden="true"></span>
+ <span id="zoom-in" class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span>
</div>
</div>