stable

Clone or download

Read-only

style the user details

Part of story #9590: Get rid of Bootstrap in site admin / users Go to admin ยป users, and click on a user. You see user's details, user's access information and user's projects. If no projects, you see an empty state. If admin of projects, you see an icon saying that the user is admin of them. If platform uses ldap, then the ldap id is displayed in properties. Depending on sys_user_approval config, the purpose of the user is displayed (text that is entered during self registration). When you click on [change password] button you are redirected in another page (which probably displays some errors). This will be managed in another changeset (usage of a modal). Change-Id: I1f9ebec8cae93f2d182546fbbc4dabe73eed09ea

Modified Files

Name
M plugins/ldap/include/ldapPlugin.class.php +45 โˆ’10 Go to diff View file
M plugins/ldap/site-content/en_US/ldap.tab +1 โˆ’1 Go to diff View file
M plugins/ldap/site-content/fr_FR/ldap.tab +2 โˆ’2 Go to diff View file
M plugins/statistics/include/statisticsPlugin.class.php +17 โˆ’16 Go to diff View file
M site-content/en_US/account/account.tab +4 โˆ’4 Go to diff View file
M site-content/en_US/admin/admin.tab +11 โˆ’4 Go to diff View file
M site-content/fr_FR/admin/admin.tab +10 โˆ’3 Go to diff View file
M src/common/autoload.php +6 โˆ’2 Go to diff View file
A src/common/user/Admin/UserDetailsAccessPresenter.php +57 โˆ’0 Go to diff View file
A src/common/user/Admin/UserDetailsFormatter.php +106 โˆ’0 Go to diff View file
A src/common/user/Admin/UserDetailsPresenter.php +114 โˆ’0 Go to diff View file
A src/common/user/Admin/UserDetailsProjectPresenter.php +37 โˆ’0 Go to diff View file
A src/templates/admin/users/user.mustache +247 โˆ’0 Go to diff View file
M src/templates/admin/users/userlist.mustache +1 โˆ’1 Go to diff View file
M src/www/admin/usergroup.php +56 โˆ’235 Go to diff View file
A src/www/scripts/admin/userdetails.js +24 โˆ’0 Go to diff View file
M src/www/themes/BurningParrot/BurningParrotTheme.php +1 โˆ’0 Go to diff View file
A src/www/themes/BurningParrot/css/includes/_siteadmin-user-details.scss +106 โˆ’0 Go to diff View file
A src/www/themes/BurningParrot/css/includes/_siteadmin-user-list.scss +81 โˆ’0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_siteadmin.scss +3 โˆ’63 Go to diff View file
A src/www/themes/BurningParrot/css/vendor/_smooth-scrollbar.min.scss +1 โˆ’0 Go to diff View file
M src/www/themes/common/tlp/doc/resources/forms/properties/example.html +5 โˆ’0 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_forms.scss +5 โˆ’0 Go to diff View file