stable
Clone or download
Read-only
Part of story #9590: Get rid of Bootstrap in site admin / users Add style when the pending users list is full. This page is also used for the list of users pending email activation. You should play with the following settings to see the changes in approval buttons: sys_user_approval and platform allows restricted. Change-Id: I13d926be067e5955fe844a26b0bdc7033d268fad
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/admin/admin.tab | +13 | −8 | Go to diff View file |
M | site-content/fr_FR/admin/admin.tab | +12 | −7 | Go to diff View file |
M | src/common/autoload.php | +4 | −2 | Go to diff View file |
M | src/common/mail/MailPresenterFactory.class.php | +5 | −1 | Go to diff View file |
A | src/common/user/Admin/PendingUserPresenter.php | +51 | −0 | Go to diff View file |
A | src/common/user/Admin/PendingUsersCollectionPresenter.php | +100 | −0 | Go to diff View file |
M | src/common/user/Admin/UserDetailsPresenter.php | +6 | −4 | Go to diff View file |
A | src/templates/admin/users/pending.mustache | +156 | −0 | Go to diff View file |
M | src/templates/admin/users/user.mustache | +1 | −1 | Go to diff View file |
M | src/www/admin/approve_pending_users.php | +29 | −234 | Go to diff View file |
A | src/www/scripts/admin/pending-users.js | +25 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_siteadmin-pending-users.scss | +82 | −0 | Go to diff View file |