stable

Clone or download

Read-only

Style the admin Β» projects Β» project information

Part of story #9589: Get rid of Bootstrap in site admin / projects The button [Manage Access] in the mockup is moved in a dedicated pane (see latest wireframe in the story). This pane display the access level of the project with a corresponding icon. Play with global plateform access (restricted users) and project access to see the result. There is an additional pane that displays missing links:Β project admin, project members, disk usage (if statistics plugin is available). Therefore there is no more [project members] in the tabs bar. When admin resend email instructions, then a feedback is displayed (before the message was displayed in a nearly blank page). Change history is moved in a dedicated tab, as per the mockup. However this tab leads to an error, it will be done in another changeset. All custom fields (see sidebar "custom project fields") are displayed in a pane section, if any. Change-Id: Ic3786ca4e972330ec217d583830adb07c0904ff9

Modified Files

Name
M plugins/statistics/include/statisticsPlugin.class.php +12 βˆ’11 Go to diff View file
M site-content/en_US/admin/admin.tab +21 βˆ’1 Go to diff View file
M site-content/fr_FR/admin/admin.tab +22 βˆ’2 Go to diff View file
M src/common/autoload.php +3 βˆ’2 Go to diff View file
M src/common/include/TemplateSingleton.class.php +16 βˆ’11 Go to diff View file
A src/common/project/Admin/ProjectDetailsPresenter.php +225 βˆ’0 Go to diff View file
M src/common/project/Project.class.php +3 βˆ’2 Go to diff View file
A src/templates/admin/projects/project-info.mustache +172 βˆ’0 Go to diff View file
M src/www/admin/groupedit.php +59 βˆ’142 Go to diff View file
M src/www/admin/newprojectmail.php +29 βˆ’18 Go to diff View file
A src/www/admin/projecthistory.php +41 βˆ’0 Go to diff View file
M src/www/admin/userlist.php +1 βˆ’1 Go to diff View file
A src/www/themes/BurningParrot/css/includes/_siteadmin-project.scss +90 βˆ’0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_siteadmin.scss +1 βˆ’0 Go to diff View file