[wp-trac] [WordPress Trac] #19254: Alignment of labels in "Add media" dialog
WordPress Trac
wp-trac at lists.automattic.com
Tue Nov 15 23:30:33 UTC 2011
#19254: Alignment of labels in "Add media" dialog
--------------------------+-----------------------------
Reporter: waclawjacek | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: I18N | Version: 3.3
Severity: minor | Keywords:
--------------------------+-----------------------------
Please see the attached screenshot. It shows how the labels are aligned in
the "From URL" tab (and not on the "From my computer" tab!) in the Polish
translations of the "Add media" dialog. The bug is present in WP 3.3 beta
3.
It can be fixed by switching the order of <span class="alignleft"> and
<label> in that form (that is how the "From my computer" form is written,
plus a <br class="clear"> tag).
I'm attaching two patches to this report. The only change in them is the
aforementioned switch in all places where I found <span class="alignleft">
preceding a <label>. One of the patches has the "<br class="clear">" tag
along with the switch, the other doesn't. The patches should be applied to
wp-admin/includes/media.php.
Take care,
WJ
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19254>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list