--- a/src/egonomy/templates/egonomy_create_fragment.html Wed Jun 26 09:56:46 2013 +0200
+++ b/src/egonomy/templates/egonomy_create_fragment.html Wed Jun 26 11:12:40 2013 +0200
@@ -18,8 +18,10 @@
<li><a class="go-to mosaic" href="#"></a></li>
<li><a class="go-to search" href="#"></a></li>
</ul>
- <!--ul class="clearfix">
- <li>
+ <ul class="clearfix">
+ <li><a title="{% trans 'Erase the drawing' %}" href="#" class="clear-fragment">×</a></li>
+ <li><a title="{% trans 'Back to the original drawing' %}" href="#" class="reset-fragment">↺</a></li>
+ <!--li>
<a class="icon plus" href="#">Ajouter à ma collection</a>
</li>
<li>
@@ -28,15 +30,13 @@
<input class="search-form" id="id_search" type="text" placeholder="Romantisme noir">
</p>
</form>
- </li>
- </ul-->
+ </li-->
+ </ul>
</div>
<article class="edition">
<form action="{% url 'save_fragment' %}" method="POST">
<div class="slideshow box-edition">
<div class="image-wrap">
- <a href="#" class="head-button clear-fragment" title="{% trans 'Erase the drawing' %}">×</a>
- <a href="#" class="head-button reset-fragment" title="{% trans 'Back to the original drawing' %}">↺</a>
<div class="center-image">
<div class="image-and-fragment">
{% with img.info.image_file as image %}