#7733: Make clickable area of object links larger
--------------------------------------+-------------------------------------
Reporter: Mnewman | Owner: nobody
Status: new | Milestone: post-1.0
Component: Admin interface | Version: newforms-admin
Resolution: | Keywords: nfa-someday
Stage: Accepted | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
--------------------------------------+-------------------------------------
Comment (by willhardy):
Ok, here's what I understand needs to be done:
* standard edit links and field listed in {{{list_display_links}}} made
bigger (fill the whole cell)
* any other links (e.g. using {{{allow_tags}}} on a field) should not be
affected
* The dashboard should also function with the bigger links
I've added another patch that implements these changes, because fields
added in {{{list_display_links}}} are not inside a {{{<th>}}} field. A
class had to be added to the HTML to distinguish links added automatically
through {{{list_display_links}}} from those done through {{{allow_tags}}}.
The "edit" and "delete" links on the dashboard have not been changed.
Should the status be changed from Accepted back to Unreviewed?
--
Ticket URL: <http://code.djangoproject.com/ticket/7733#comment:3>
Django Code <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
-~----------~----~----~----~------~----~------~--~---