Merge branch 'MDL-44323-26' of git://github.com/danpoltawski/moodle into MOODLE_26_STABLE

Conflicts:
	theme/bootstrapbase/less/moodle/admin.less
	theme/bootstrapbase/style/moodle.css
This commit is contained in:
Sam Hemelryk
2014-05-20 15:45:21 +12:00
3 changed files with 3 additions and 9 deletions
+2 -2
View File
@@ -176,7 +176,7 @@ if ($roleid) {
// Show UI for assigning a particular role to users.
// Print a warning if we are assigning system roles.
if ($context->contextlevel == CONTEXT_SYSTEM) {
echo $OUTPUT->box(get_string('globalroleswarning', 'core_role'));
echo $OUTPUT->notification(get_string('globalroleswarning', 'core_role'));
}
// Print the form.
@@ -251,7 +251,7 @@ if ($roleid) {
// Print a warning if we are assigning system roles.
if ($context->contextlevel == CONTEXT_SYSTEM) {
echo $OUTPUT->box(get_string('globalroleswarning', 'core_role'));
echo $OUTPUT->notification(get_string('globalroleswarning', 'core_role'));
}
// Print instruction.
@@ -759,12 +759,6 @@ img.iconsmall {
padding-bottom: 0;
}
// Hacks for badly marked up admin warnings.
#page-admin-roles-assign div.box.generalbox {
.alert;
.alert-danger;
}
#adminsettings .form-overridden {
color: @infoText;
background-color: @infoBackground;
File diff suppressed because one or more lines are too long