]> git.parisson.com Git - telemeta.git/commitdiff
more buttons
authoryomguy <yomguy@parisson.com>
Tue, 8 Mar 2011 00:48:52 +0000 (01:48 +0100)
committeryomguy <yomguy@parisson.com>
Tue, 8 Mar 2011 00:48:52 +0000 (01:48 +0100)
telemeta/templates/telemeta_default/collection_detail.html
telemeta/templates/telemeta_default/mediaitem_detail.html

index 8f37a7ce15e15f58fab6bb16c7a2b393c7c232c7..5abd52f047ec74f5cc9b55ea69c2e23aba9ce5b9 100644 (file)
@@ -18,7 +18,7 @@
      {% block tools %}
      <a href="{% url telemeta-collection-edit collection.public_id %}">
       <img src="images/edit_page.png" alt="EDIT" style="vertical-align:middle" /></a>
-      <a href="{% url telemeta-collection-copy collection.public_id %}">Copy</a>
+      <button><a href="{% url telemeta-collection-copy collection.public_id %}">Copy</a></button>
      {% endblock tools %}
     {% endif %}
     
index 27aef506d41bf20569bb5e4e9b42c8382d049c1a..bc84fdd6dc9b2a680ddd475532a8b9faa0f5c931 100644 (file)
@@ -34,7 +34,7 @@
     {% if user.is_authenticated and perms.telemeta.change_mediaitem %}
     
     <a href="{% url telemeta-item-edit item.public_id %}"><img src="images/edit_page.png" style="vertical-align:middle" alt="EDIT" /></a>
-    <a href="{% url telemeta-item-copy item.public_id %}">Copy</a>
+    <button><a href="{% url telemeta-item-copy item.public_id %}">Copy</a></button>
     
     {% endif %}
     <a href="{% url telemeta-item-detail previous %}"><img src="images/previous.png" style="vertical-align:middle" alt="PREVIOUS" /></a>