]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Remove 'htdocs/images' 58/head
authorBruno Mendes <brunosouza@alunos.utfpr.edu.br>
Mon, 31 Oct 2016 13:16:34 +0000 (11:16 -0200)
committerBruno Mendes <brunosouza@alunos.utfpr.edu.br>
Mon, 31 Oct 2016 13:16:34 +0000 (11:16 -0200)
htdocs/images/16-em-cross.png [deleted file]
htdocs/images/16-em-down.png [deleted file]
patchwork/templates/patchwork/bundles.html

diff --git a/htdocs/images/16-em-cross.png b/htdocs/images/16-em-cross.png
deleted file mode 100644 (file)
index 466e3bb..0000000
Binary files a/htdocs/images/16-em-cross.png and /dev/null differ
diff --git a/htdocs/images/16-em-down.png b/htdocs/images/16-em-down.png
deleted file mode 100644 (file)
index 50ac318..0000000
Binary files a/htdocs/images/16-em-down.png and /dev/null differ
index 45bdec512c32a6ce3a1c539fa0998009abd97553..83e1bd0ed56eb902326d476f4d9ace1e33bad6b8 100644 (file)
   <td style="text-align: right">{{ bundle.patches.count }}</td>
   <td style="text-align: center;"><a
    href="{% url 'bundle-mbox' username=bundle.owner.username bundlename=bundle.name %}"
-   ><img src="{% static "images/16-em-down.png" %}" width="16" height="16" alt="download"
-   title="download"/></a></td>
+   ><span class="glyphicon glyphicon-download-alt"></span></a></td>
   <td style="text-align: center;">
    <form method="post"
     onsubmit="return confirm_delete('bundle', '{{bundle.name|escapejs}}');">
     {% csrf_token %}
     {{ bundle.delete_form.as_p }}
-    <input type="image"
-     src="{% static "images/16-em-cross.png" %}" width="16" height="16" alt="delete"
-     title="delete" border="0" style="border: none;"/>
+    <button type="submit" style="background: transparent; border: 0px; padding: 0; outline: 0;">
+     <span class="glyphicon glyphicon-remove"></span>
+    </button>
    </form>
   </td>