Bug #16024
closedTools>User-admin is hard to "read"
0%
Description
There are no boxes around the grouped users any more. Now its hard to tell which setting belongs to which group of users.
There's no need to make borders around the complete table. It's IMHO sufficient to add horizontal borders on the TRs to get lines between the users.
(issue imported from #M3215)
Files
Updated by Steffen Kamper almost 17 years ago
i made alternate row-classes so this will be affect old style and t3skin.
For t3skin i added one more color (bgcolor6)
patch is attached
Updated by Benni Mack almost 17 years ago
I wanted to read through the file and found some ugly things in it and did a small cleanup (mostly added phpDoc headers where missing and replaced each-while with foreach loops). Attached is the patch. I haven't tested it yet but will do in the next days. if this patch is good, I'll submit it as a followup to your's in the core list, steffen.
Updated by Jeff Segars almost 17 years ago
Hey Benni,
I think you're missing the actual patch. Just got svn status instead :)
Updated by Benni Mack almost 17 years ago
sorry :) I was (and still am) in a hurry, that's why I haven't sent it to the core list yet. I want to make sure it really works ;-)
Updated by Benni Mack almost 17 years ago
Hey guys,
I tested both patches and they did not work, as I need class="bgColor6" instead of "class="bgcolor6". I fixed this with a new patch and am going to send this patch to the core list.
Updated by Jeff Segars almost 17 years ago
Changed bgColor6 to use the same background color as alternating list rows and committed to 4.2 branch.