Author: jacob
Date: 2006-04-05 13:37:50 -0500 (Wed, 05 Apr 2006)
New Revision: 2620

Modified:
   
django/branches/magic-removal/django/contrib/admin/templates/admin/search_form.html
Log:
magic-removal: fixed #1573 (thanks, ubernostrum)

Modified: 
django/branches/magic-removal/django/contrib/admin/templates/admin/search_form.html
===================================================================
--- 
django/branches/magic-removal/django/contrib/admin/templates/admin/search_form.html
 2006-04-05 17:40:46 UTC (rev 2619)
+++ 
django/branches/magic-removal/django/contrib/admin/templates/admin/search_form.html
 2006-04-05 18:37:50 UTC (rev 2620)
@@ -3,7 +3,7 @@
 {% if cl.lookup_opts.admin.search_fields %}
 <div id="toolbar"><form id="changelist-search" action="" method="get">
 <div><!-- DIV needed for valid HTML -->
-<label><img src="{% admin_media_prefix %}img/admin/icon_searchbox.png" 
alt="Search" /></label>
+<label for="searchbar"><img src="{% admin_media_prefix 
%}img/admin/icon_searchbox.png" alt="Search" /></label>
 <input type="text" size="40" name="{{ search_var }}" value="{{ cl.query|escape 
}}" id="searchbar" />
 <input type="submit" value="{% trans 'Go' %}" />
 {% if show_result_count %}


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to