Skip to content

Commit

Permalink
Merging
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Lawrence Evans committed May 30, 2012
1 parent 133729e commit 809fd00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/templates/make-step2-geography.html.tpl
Expand Up @@ -245,18 +245,18 @@
</form>
<div id="zoom-container">
<span id="zoom-in" style="display: none;">
<img src="{$base_dir}/img/button-zoom-in-off.png" id="zoom-in-button" width="46" height="46">
<img src="{$base_dir}/img/button-zoom-in-off.png" id="zoom-in-button" width="46" height="46" title="Zoom In">
</span>
<span id="zoom-out" style="display: none;">
<img src="{$base_dir}/img/button-zoom-out-off.png" id="zoom-out-button" width="46" height="46">
<img src="{$base_dir}/img/button-zoom-out-off.png" id="zoom-out-button" width="46" height="46" title="Zoom Out">
</span>
<span id="zoom-return">
<img src="{$base_dir}/img/button-return-off.png" id="zoom-return-button" width="46" height="46">
<img src="{$base_dir}/img/button-return-off.png" id="zoom-return-button" width="46" height="46" title="Return the Atlas to the Center of the Map">
</span>
</div>
<div id="map">
<div id="canvas"></div>
</div>
</div>
</body>
</html>
</html>

0 comments on commit 809fd00

Please sign in to comment.