mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-03-16 21:30:24 +00:00
renamed the search icon to avoid clashing with django's own
This commit is contained in:
parent
d135a1ae1a
commit
a7edbf44ae
2 changed files with 2 additions and 2 deletions
|
Before Width: | Height: | Size: 667 B After Width: | Height: | Size: 667 B |
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue