Actions
Bug #3272
closedCB 1.8 RC-only: Notes icon missing its src and translation
Description
When viewing CB > User Management the notes icon is missing its src and translation resulting in display of COM_USERS_NOTES.
Files
Actions
Added by krileon almost 13 years ago. Updated almost 13 years ago.
Description
When viewing CB > User Management the notes icon is missing its src and translation resulting in display of COM_USERS_NOTES.
Files
3272.patch (2.53 KB) 3272.patch | krileon, 15 February 2012 15:15 | ||
3272_alt.patch (3.35 KB) 3272_alt.patch | krileon, 15 February 2012 15:15 | ||
alt_usr_notes_perms_display.png (8.05 KB) alt_usr_notes_perms_display.png | krileon, 15 February 2012 15:24 | ||
usr_notes_perms_display.png (8.39 KB) usr_notes_perms_display.png | krileon, 15 February 2012 15:26 | ||
3272_rev1.patch (2.66 KB) 3272_rev1.patch | krileon, 15 February 2012 15:37 | ||
3272_alt_rev1.patch (3.48 KB) 3272_alt_rev1.patch | krileon, 15 February 2012 15:37 | ||
3272_alt2.patch (3.33 KB) 3272_alt2.patch | krileon, 15 February 2012 17:26 | ||
alt2_usr_notes_perms_display.png (8.03 KB) alt2_usr_notes_perms_display.png | krileon, 15 February 2012 17:26 |
The regular patch just fixes the icons. The alternative patch fixes the icons and puts them in their own non-floated DIV below the username (gives a better display IMO instead of trying to cram it all in 1 row).
Added fixed height/width for the icons to avoid browser jitter on loading.
Second alternative display proposes the notes icons on the same row as the username, but keeps the permissions icon below the username (too large to fit on same row as username).
r1758 fixes that, but using another icon for debug permissions instead of this long text button that takes too much space and weight.