stable

Clone or download

Read-only

Style Custom fields list

This is part of story #9586 Get rid of Bootstrap in site admin / configuration How to test this: - As siteadmin, go to "Custom project fields" page in the sidebar - None of the buttons are implemented yet, these will come in following commits Change-Id: I95e83a8b28a53c5c37682b87259e8d1a506c7ffa

Modified Files

Name
M site-content/en_US/admin/admin.tab +13 −11 Go to diff View file
M site-content/fr_FR/admin/admin.tab +10 −8 Go to diff View file
M src/common/autoload.php +7 −4 Go to diff View file
M src/common/layout/ThemeManager.class.php +0 −2 Go to diff View file
A src/common/project/Admin/DescriptionFields/DescriptionFieldAdminPresenterBuilder.php +69 −0 Go to diff View file
A src/common/project/Admin/DescriptionFields/FieldPresenter.php +54 −0 Go to diff View file
A src/common/project/Admin/DescriptionFields/FieldsListPresenter.php +61 −0 Go to diff View file
R src/common/project/Admin/ProjectDescriptionFieldBuilder.php Go to diff View file
M src/common/user/Admin/PendingProjectBuilder.php +2 −2 Go to diff View file
A src/templates/admin/description_fields/description_fields_list.mustache +71 −0 Go to diff View file
M src/www/admin/approve-pending.php +2 −2 Go to diff View file
M src/www/admin/descfields/desc_fields_edit.php +142 −267 Go to diff View file
M src/www/admin/groupedit.php +1 −1 Go to diff View file
A src/www/themes/BurningParrot/css/includes/_siteadmin-description-fields.scss +7 −0 Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin_pending-projects.scss Go to diff View file
M src/www/themes/BurningParrot/css/includes/_siteadmin.scss +2 −1 Go to diff View file