#33750 closed Cleanup/optimization (fixed)
Use <div> for timezone warning in admin
Description (last modified by ) ¶
Previously help_text was inserted as <p> in admin. This was changed in #27207 to use a <div>.
The addTimezoneWarning() function has "always" added the warning by inserting a <br> and <span>.
Also using a <div> with the help class here avoids problems with left-alignment of the inserted text (see attachment) and removes the need for the <br>.
Change History (6)
by , 3 years ago
comment:1 by , 3 years ago
Description: | modified (diff) |
---|
comment:2 by , 3 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 3 years ago
Owner: | changed from | to
---|---|
Triage Stage: | Accepted → Ready for checkin |
comment:4 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In f3e2bb0: