stable

Clone or download

Read-only

BurningParrot in Admin delegation

part of story #9585 Get rid of Bootstrap in site admin / plugins This commit only works for table list, it only displays the empty state and the table. Modals will be done in dedicated commits. Filter will be in dedicated commit. Change-Id: Ie1d0f15adb015fbd5135b8a5258175203bd12c8b

Modified Files

Name
M plugins/admindelegation/build-manifest.json +17 −0 Go to diff View file
A plugins/admindelegation/include/AdminDelegationBuilder.php +82 −0 Go to diff View file
A plugins/admindelegation/include/AdminDelegationPresenter.php +80 −0 Go to diff View file
M plugins/admindelegation/include/admindelegationPlugin.class.php +9 −0 Go to diff View file
M plugins/admindelegation/include/autoload.php +5 −3 Go to diff View file
M plugins/admindelegation/site-content/en_US/admindelegation.tab +5 −0 Go to diff View file
M plugins/admindelegation/site-content/fr_FR/admindelegation.tab +5 −0 Go to diff View file
A plugins/admindelegation/templates/permission-delegation.mustache +57 −0 Go to diff View file
M plugins/admindelegation/www/permissions.php +38 −116 Go to diff View file
A plugins/admindelegation/www/themes/BurningParrot/css/_admindelegation.scss +30 −0 Go to diff View file
A plugins/admindelegation/www/themes/BurningParrot/css/style-blue.scss +22 −0 Go to diff View file
A plugins/admindelegation/www/themes/BurningParrot/css/style-green.scss +22 −0 Go to diff View file
A plugins/admindelegation/www/themes/BurningParrot/css/style-grey.scss +22 −0 Go to diff View file
A plugins/admindelegation/www/themes/BurningParrot/css/style-orange.scss +22 −0 Go to diff View file
A plugins/admindelegation/www/themes/BurningParrot/css/style-purple.scss +22 −0 Go to diff View file
A plugins/admindelegation/www/themes/BurningParrot/css/style-red.scss +22 −0 Go to diff View file