stable

Clone or download

Read-only

Add pending info to projects and users list

This is part of story #9589: Get rid of Bootstrap in site admin / projects Go to admin ยป all projects. If you have pending projects, then you should see a notice saying so. Go to admin ยป all users. Same behavior for consistency. Change-Id: Icf4738e59b249ced85a6e58a7795d2367d33009a

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 +3 โˆ’0 Go to diff View file
M src/common/project/Admin/ProjectListPresenter.php +23 โˆ’5 Go to diff View file
M src/common/user/Admin/UserListPresenter.php +19 โˆ’1 Go to diff View file
M src/templates/admin/projects/projectlist.mustache +6 โˆ’0 Go to diff View file
M src/templates/admin/users/userlist.mustache +6 โˆ’0 Go to diff View file
M src/www/admin/grouplist.php +4 โˆ’1 Go to diff View file
M src/www/admin/userlist.php +4 โˆ’1 Go to diff View file