stable

Clone or download

Read-only

Use tlp-button in admin area

Part of story #9197: Get rid of Bootstrap in site admin Go to various parts of the site administration. Buttons that were bootstrapified in FlamingParrot are now tlpified in BurningParrot. It has no impact if you are using another theme than BurningParrot. A final pass will have to be done in order to choose correct style for buttons, it is not possible right now since the layout is broken. Change-Id: Iaa59ff6dae569d161d517f2070310b057ab38715

Modified Files

Name
M src/templates/admin/anonymous/access_choice.mustache +1 −1 Go to diff View file
M src/templates/admin/permission_delegation/delete_group_modal.mustache +2 −2 Go to diff View file
M src/templates/admin/permission_delegation/group_modal.mustache +2 −2 Go to diff View file
M src/templates/admin/permission_delegation/index.mustache +4 −4 Go to diff View file
M src/templates/admin/permission_delegation/permissions_list.mustache +2 −2 Go to diff View file
M src/templates/admin/permission_delegation/permissions_modal.mustache +2 −2 Go to diff View file
M src/templates/admin/permission_delegation/users_list.mustache +2 −2 Go to diff View file
M src/templates/admin/system_events/admin-system-events.mustache +4 −4 Go to diff View file
M src/www/admin/approve-pending.php +3 −3 Go to diff View file
M src/www/admin/approve_license.php +1 −1 Go to diff View file
M src/www/admin/descfields/desc_fields_edit.php +2 −2 Go to diff View file
M src/www/admin/groupedit.php +2 −2 Go to diff View file
M src/www/admin/grouplist.php +2 −2 Go to diff View file
M src/www/admin/index.php +2 −2 Go to diff View file
M src/www/admin/massmail.php +1 −1 Go to diff View file
M src/www/admin/trove/trove_cat_add.php +1 −1 Go to diff View file
M src/www/admin/trove/trove_cat_delete.php +2 −2 Go to diff View file
M src/www/admin/trove/trove_cat_edit.php +1 −1 Go to diff View file
M src/www/admin/user_changepw.php +1 −1 Go to diff View file
M src/www/admin/usergroup.php +1 −1 Go to diff View file
M src/www/admin/userlist.php +2 −2 Go to diff View file
M src/www/themes/common/tlp/src/scss/_colors.scss +0 −6 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-blue.scss +6 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-green.scss +6 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-grey.scss +6 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-orange.scss +6 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-purple.scss +6 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-red.scss +6 −0 Go to diff View file