Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
MDL-64280 core_outcome: Add/remove outcome buttons style.
[moodle.git]
/
grade
/
edit
/
outcome
/
course_form.html
diff --git
a/grade/edit/outcome/course_form.html
b/grade/edit/outcome/course_form.html
index
3eb01c9
..
baf056a
100644
(file)
--- a/
grade/edit/outcome/course_form.html
+++ b/
grade/edit/outcome/course_form.html
@@
-7,7
+7,7
@@
<td>
<label for="removeoutcomes"><?php print_string('outcomescourse', 'grades'); ?></label>
<br />
<td>
<label for="removeoutcomes"><?php print_string('outcomescourse', 'grades'); ?></label>
<br />
- <select id="removeoutcomes" size="20" name="removeoutcomes[]" multiple="multiple">
+ <select id="removeoutcomes" size="20" name="removeoutcomes[]" multiple="multiple"
class="form-control input-block-level"
>
<?php
if ($co_standard_notused) {
echo '<optgroup label="'.get_string('outcomescoursenotused', 'grades').'">';
<?php
if ($co_standard_notused) {
echo '<optgroup label="'.get_string('outcomescoursenotused', 'grades').'">';
@@
-36,18
+36,20
@@
<?php
if (has_capability('moodle/grade:manageoutcomes', $context)) {
?>
<?php
if (has_capability('moodle/grade:manageoutcomes', $context)) {
?>
- <td>
+ <td
class="p-l-1 p-r-1"
>
<p class="arrow_button">
<p class="arrow_button">
- <input name="add" id="add" type="submit" value="<?php echo ' '.$OUTPUT->larrow().' '.get_string('add'); ?>" title="<?php print_string('add'); ?>" />
+ <input name="add" class="btn btn_secondary" id="add" type="submit" value="<?php echo ' ' . $OUTPUT->larrow() . ' ' .
+ get_string('add'); ?>" title="<?php print_string('add'); ?>" />
<br />
<br />
- <input name="remove" id="remove" type="submit" value="<?php echo ' '.$OUTPUT->rarrow().' '.get_string('remove'); ?>" title="<?php print_string('remove'); ?>" />
+ <input name="remove" class="btn btn_secondary" id="remove" type="submit" value="<?php echo ' ' . get_string('remove') . ' ' .
+ $OUTPUT->rarrow(); ?>" title="<?php print_string('remove'); ?>" />
</p>
</td>
<?php } ?>
<td>
<label for="addoutcomes"><?php print_string('outcomesstandardavailable', 'grades'); ?></label>
<br />
</p>
</td>
<?php } ?>
<td>
<label for="addoutcomes"><?php print_string('outcomesstandardavailable', 'grades'); ?></label>
<br />
- <select id="addoutcomes" size="20" name="addoutcomes[]" multiple="multiple">
+ <select id="addoutcomes" size="20" name="addoutcomes[]" multiple="multiple"
class="form-control input-block-level"
>
<?php
foreach ($standardoutcomes as $outcome) {
<?php
foreach ($standardoutcomes as $outcome) {