renamed the search icon to avoid clashing with django's own

This commit is contained in:
Marco Bonetti 2016-03-08 09:57:07 +01:00
parent d135a1ae1a
commit a7edbf44ae
2 changed files with 2 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 667 B

After

Width:  |  Height:  |  Size: 667 B

View file

@ -49,7 +49,7 @@
<form id="changelist-search" action="" method="post">
<div>
{% rosetta_csrf_token %}
<label for="searchbar"><img src="{% static "admin/img/icon_searchbox.png" %}" alt="{% trans "Search" %}" /></label>
<label for="searchbar"><img src="{% static "admin/img/icon_searchbox_rosetta.png" %}" alt="{% trans "Search" %}" /></label>
<input type="text" size="40" name="query" value="{% if query %}{{query}}{% endif %}" id="searchbar" tabindex="0" />
<input type="submit" name="search" value="{% trans "Go" %}" />
</div>
@ -57,7 +57,7 @@
</div>
<form method="post" action="">
{% rosetta_csrf_token %}
{% rosetta_csrf_token %}
<table>
<thead>
<tr>