mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #03575
[Bug 649626] Re: Group members list is not displayed correctly when multiple columns are used
I have submitted a patch
https://reviews.mahara.org/111
This patch changes the way the members are displayed by doing
the following:
- Replace row and column options to be the number of members
to show
- Work out how many rows and columns to display based on how
many columns in the view and how many members are being shown.
The number of rows and columns are as follows:
- 1 column layout -> 7 members per row
- 2 column layout -> 5 members per row
- 3 column layout -> 3 members per row
- 4 or 5 column layout -> 2 members per row
- new column layout options default to 1 member per row
Cheers,
Hugh
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/649626
Title:
Group members list is not displayed correctly when multiple columns
are used
Status in Mahara ePortfolio:
In Progress
Bug description:
Users block does not scale to the column size.
This is on master, FF 3.6
References