stable
Clone or download
Read-only
story #9589: standardize project and user lists
* Add "Details" button * First cell of each row is a link (not the second one in users list) * Pagination now has good margins * Table actions are not small nor secondary buttons anymore + standardize "admin" icon in users list and user details Change-Id: I5148731c6980affa2f9a970bab31ebbd18699020
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/admin/admin.tab | +2 | −0 | Go to diff View file |
M | site-content/fr_FR/admin/admin.tab | +2 | −0 | Go to diff View file |
M | src/common/project/Admin/ProjectListPresenter.php | +6 | −4 | Go to diff View file |
M | src/common/user/Admin/UserListPresenter.php | +8 | −6 | Go to diff View file |
M | src/templates/admin/projects/projectlist.mustache | +11 | −5 | Go to diff View file |
M | src/templates/admin/users/user.mustache | +2 | −2 | Go to diff View file |
M | src/templates/admin/users/userlist.mustache | +18 | −12 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_siteadmin-project-list.scss | +5 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_siteadmin-user-details.scss | +1 | −1 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_siteadmin-user-list.scss | +9 | −0 | Go to diff View file |