#11373: Change list layout breaks if no actions_form ----------------------------------+----------------------------------------- Reporter: manuel_razzari | Owner: jacob Status: new | Milestone: 1.1 Component: django.contrib.admin | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 1 | ----------------------------------+----------------------------------------- The documented ways to remove all admin actions (actions=None and disable_action) are causing minor but visible layout breakage on the change list page.
The template seems to be comparing against the wrong variables. Also, text-align is missing in the CSS override to restore the TH to its original layout. Attaching screenshot and patch. -- Ticket URL: <http://code.djangoproject.com/ticket/11373> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
