]> git.parisson.com Git - telemeta.git/commitdiff
fix normal view button on collection DC
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 11 Oct 2013 13:52:52 +0000 (15:52 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 11 Oct 2013 13:52:52 +0000 (15:52 +0200)
telemeta/templates/telemeta/collection_detail_dc.html

index f2d91d28f07096d7c8ff8e5aa8f789176de1df4a..379377973f4bab84250d89f27c5989ef355a4bf2 100644 (file)
@@ -9,7 +9,7 @@
 <h1>Collection: {{ collection }}</h1>
 {% endblock %}
 {% block title_buttons %}
-    <a class="component_icon button icon_previous" href="{% url telemeta-collection-detail collection.public_id %}">{% trans "Normal View" %}</a>
+<a class="component_icon button icon_previous" href="{% url telemeta-collection-detail collection.public_id %}">{% trans "Normal View" %}</a>
 {% endblock %}
 
 {% block content %}
@@ -19,7 +19,7 @@
 {% endblock %}
 
 {% block delete %}
-<a href="{% url telemeta-collection-dublincore collection.public_id %}" style="float:left;margin-top:0.5em;margin-bottom:1em" class="component_icon button icon_dublin_core">Dublin Core</a>
+<a class="component_icon button icon_previous" href="{% url telemeta-collection-detail collection.public_id %}">{% trans "Normal View" %}</a>
 {% if user.is_authenticated and perms.telemeta.delete_mediacollection %}
  <a href="#" onclick="if(confirm(gettrans('delete the collection permanently?'))){window.location.href='{% url telemeta-collection-delete collection.public_id %}';};return false;"
         class="component_icon button icon_delete" style="float:right;margin-top:0.5em;margin-bottom:1em">{% trans "Delete" %}</a>