Commit 2493378f authored by Romain Loth's avatar Romain Loth

add legends to zoom/layout controls

parent c618d77d
......@@ -347,7 +347,7 @@
</li>
<li>
<a href="#" id="zoomPlusButton" title="S'approcher"> </a>
<a href="#" id="zoomPlusButton" title="Zoom In"> </a>
</li>
<li id="zoomSliderzone">
......@@ -355,18 +355,20 @@
</li>
<li>
<a href="#" id="zoomMinusButton" title="S'éloigner"> </a>
<a href="#" id="zoomMinusButton" title="Zoom Out"> </a>
</li>
<li>
<a href="#" id="lensButton" class="zoombarbuttons">
<a href="#" id="lensButton" class="zoombarbuttons"
title="Center View">
<img src="libs/img2/target.png" style="width:32px">
</a>
</li>
<li>
<a href="#" id="layoutButton" class="zoombarbuttons">
<a href="#" id="layoutButton" class="zoombarbuttons"
title="Force Atlas Layout">
<img src="libs/img2/edges.png" style="width:32px">
</a>
</li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment