Merge branch 'MDL-68783-master' of git://github.com/junpataleta/moodle

This commit is contained in:
Andrew Nicols 2020-05-22 11:21:47 +08:00
commit 6c0ffdd7ff

View file

@ -37,13 +37,14 @@
if (has_capability('moodle/grade:manageoutcomes', $context)) { if (has_capability('moodle/grade:manageoutcomes', $context)) {
?> ?>
<td class="p-l-1 p-r-1"> <td class="p-l-1 p-r-1">
<p class="arrow_button"> <div class="m-y-1">
<input name="add" class="btn btn_secondary" id="add" type="submit" value="<?php echo '&nbsp; ' . $OUTPUT->larrow() . ' &nbsp; &nbsp; ' . <input name="add" class="btn btn-secondary" id="add" type="submit" value="<?php echo $OUTPUT->larrow() . ' ' .
get_string('add'); ?>" title="<?php print_string('add'); ?>" /> get_string('add'); ?>" title="<?php print_string('add'); ?>" />
<br /> </div>
<input name="remove" class="btn btn_secondary" id="remove" type="submit" value="<?php echo '&nbsp;' . get_string('remove') . ' &nbsp; &nbsp; ' . <div class="m-y-1">
$OUTPUT->rarrow(); ?>" title="<?php print_string('remove'); ?>" /> <input name="remove" class="btn btn-secondary" id="remove" type="submit" value="<?php echo get_string('remove') .
</p> ' ' . $OUTPUT->rarrow(); ?>" title="<?php print_string('remove'); ?>" />
</div>
</td> </td>
<?php } ?> <?php } ?>
<td> <td>