]> git.parisson.com Git - telemeta.git/commitdiff
change icons
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 22 Dec 2015 11:05:30 +0000 (12:05 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 22 Dec 2015 11:05:30 +0000 (12:05 +0100)
telemeta/templates/telemeta/mediaitem_detail.html

index 9e72bcf121a007eb2d5587b557250b8c6628b04b..010b366f3d2a6f2a81f141a6665783bab04bda60 100644 (file)
     {% if user.is_authenticated and perms.telemeta.change_mediaitem %}
     <a href="{% url "telemeta-item-edit" item.public_id %}">
       <button type="button" class="btn btn-default">
-        <span class="glyphicon glyphicon-edit"></span> {% trans "Edit" %}
+        <span class="glyphicon glyphicon-pencil"></span> {% trans "Edit" %}
       </button>
     </a>
     <a href="{% url "telemeta-item-copy" item.public_id %}">
       <button type="button" class="btn btn-default">
-        <span class="glyphicon glyphicon-new-window"></span> {% trans "Copy" %}
+        <span class="glyphicon glyphicon-copy"></span> {% trans "Copy" %}
       </button>
     </a>
     {% endif %}
     {% endif %}
     <a id="_share" href='#'>
       <button type="button" class="btn btn-default" data-toggle="modal" data-target="#share">
-        <span class="glyphicon glyphicon-share"></span> {% trans "Share" %}
+        <span class="glyphicon glyphicon-share-alt"></span> {% trans "Share" %}
       </button>
     </a>
     <a href="{% url "telemeta-item-detail" next %}">