summaryrefslogtreecommitdiff
path: root/res/templates
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-04-12 00:23:33 +0200
committerAlon Levy <alon@pobox.com>2015-04-12 00:23:44 +0200
commit3255529f9db0208f8e56689e31aa626251ba1e40 (patch)
tree365fd79e258513e21a7caa96627b499d071e8643 /res/templates
parent72ada9fea8741c2a5eaa96bd28d70f322d6622bb (diff)
client: zoom to selection button instead of automatic on selection
Diffstat (limited to 'res/templates')
-rw-r--r--res/templates/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index fd365393..a1151228 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -63,6 +63,7 @@ var RZ_VERSION = '{% include "fragment/version.txt" %}';
</div>
</div>
<div id="zoom-bar">
+ <div id="btn_zoom_to_selection" title="Zoom to selection"></div>
<div id="btn_zoom_in" title="Zoom in"></div>
<div id="btn_zoom_out"title="Zoom out"></div>
</div>