Django

Code

Ticket #8812 (closed: fixed)

Opened 3 months ago

Last modified 3 months ago

Delete link should be right-aligned when admin interface is RTL

Reported by: okhayat Assigned to: nobody
Milestone: 1.0 Component: django.contrib.admin
Version: SVN Keywords:
Cc: Triage Stage: Accepted
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

The class of the P tag that contains the 'deletelink' should be float-right rather than float-left for it to be displayed correctly. Currently it is: <p class="float-left"><a href="delete/" class="deletelink">delete</a></p> and should be <p class="float-right"><a href="delete/" class="deletelink">delete</a></p>

Attachments

delete.jpg (43.7 kB) - added by okhayat on 09/02/08 15:45:01.
Screenshot showing the problem
ticket8812-r8869.diff (2.6 kB) - added by jezdez on 09/02/08 16:10:31.
Small fix

Change History

09/02/08 15:45:01 changed by okhayat

  • attachment delete.jpg added.

Screenshot showing the problem

09/02/08 16:10:31 changed by jezdez

  • attachment ticket8812-r8869.diff added.

Small fix

09/02/08 19:22:32 changed by Alex

  • needs_better_patch changed.
  • has_patch set to 1.
  • stage changed from Unreviewed to Accepted.
  • needs_tests changed.
  • needs_docs changed.

09/02/08 23:23:04 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [8903]


Add/Change #8812 (Delete link should be right-aligned when admin interface is RTL)




Change Properties
Action