stable

Clone or download

Read-only

Style permission delegation

Part of story #9590: Get rid of Bootstrap in site admin / users Go to site admin ยป permission delegation. Enjoy. https://tuleap-web.tuleap-aio-dev.docker/admin/permission_delegation.php Change-Id: I2b41d865c5b481460f4cad3f0a8be773baa857bb

Modified Files

Name
M site-content/en_US/admin/admin.tab +4 โˆ’4 Go to diff View file
M site-content/fr_FR/admin/admin.tab +4 โˆ’4 Go to diff View file
M src/common/admin/AdminPageRenderer.php +9 โˆ’2 Go to diff View file
M src/common/admin/PermissionDelegationController.php +36 โˆ’49 Go to diff View file
M src/common/admin/PermissionDelegationDeleteGroupModalPresenter.php +5 โˆ’2 Go to diff View file
M src/common/admin/PermissionDelegationGroupPresenter.php +15 โˆ’0 Go to diff View file
M src/common/admin/PermissionDelegationIndexPresenter.php +91 โˆ’30 Go to diff View file
M src/common/admin/PermissionDelegationPermissionsModalPresenter.php +5 โˆ’2 Go to diff View file
M src/templates/admin/permission_delegation/delete_group_modal.mustache +27 โˆ’17 Go to diff View file
M src/templates/admin/permission_delegation/group_modal.mustache +46 โˆ’27 Go to diff View file
M src/templates/admin/permission_delegation/index.mustache +73 โˆ’35 Go to diff View file
M src/templates/admin/permission_delegation/permissions_list.mustache +39 โˆ’43 Go to diff View file
M src/templates/admin/permission_delegation/permissions_modal.mustache +46 โˆ’30 Go to diff View file
M src/templates/admin/permission_delegation/users_list.mustache +54 โˆ’45 Go to diff View file
A src/www/scripts/admin/permission-delegation.js +101 โˆ’0 Go to diff View file
D src/www/scripts/admin/permission_delegation.js +0 โˆ’95 Go to diff View file
A src/www/themes/BurningParrot/css/includes/_siteadmin-permission-delegation.scss +114 โˆ’0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_siteadmin.scss +1 โˆ’0 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/_margins.scss +2 โˆ’0 Go to diff View file