diff options
author | luxagraf <sng@luxagraf.net> | 2012-09-22 22:37:52 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2012-09-22 22:37:52 -0400 |
commit | 52d5613672758ac6c8ebffc7f33d94d47bde6180 (patch) | |
tree | 0b6e1fbc4ed013b2ba701dedeb39be9781ff8204 /app/lib/grappelli/templates/admin/search_form.html | |
parent | efb623af0bcb47d510501c282e1326b11343a29c (diff) |
moved outside dependencies to virtualenv and dumped some unused apps out of lib
Diffstat (limited to 'app/lib/grappelli/templates/admin/search_form.html')
-rw-r--r-- | app/lib/grappelli/templates/admin/search_form.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app/lib/grappelli/templates/admin/search_form.html b/app/lib/grappelli/templates/admin/search_form.html deleted file mode 100644 index 48c4184..0000000 --- a/app/lib/grappelli/templates/admin/search_form.html +++ /dev/null @@ -1,20 +0,0 @@ -{% load adminmedia i18n grp_tags %} -{% if cl.search_fields %} - {% comment %}{% get_search_fields_verbose cl.opts as search_fields_verbose %}{% endcomment %} - <!-- Search Form --> - <form id="changelist-search" action="" method="get"> - <input type="text" name="{{ search_var }}" id="searchbar" value="{{ cl.query }}" /> - <button type="submit" value="" class="search"> </button> - {% for pair in cl.params.items %} - {% ifnotequal pair.0 search_var %}<input type="hidden" name="{{ pair.0 }}" value="{{ pair.1 }}"/>{% endifnotequal %} - {% endfor %} - {% comment %} - {% if search_fields_verbose and not cl.query %} - <div id="searchbar_tooltip" class="tooltip search-fields" style="display: none;"> - <div class="tooltip-pointer"> </div> - <div class="tooltip-content"><strong>{% trans 'Search' %}:</strong> {{ search_fields_verbose }}</div> - </div> - {% endif %} - {% endcomment %} - </form> -{% endif %}
\ No newline at end of file |