Merge branch 'MDL-70578-311' of git://github.com/lucaboesch/moodle into MOODLE_311_STABLE

This commit is contained in:
Sara Arjona 2021-01-11 12:58:11 +01:00
commit 6c330f2f76

View file

@ -115,11 +115,14 @@ if (optional_param('remove', false, PARAM_BOOL) && confirm_sesskey()) {
</td> </td>
<td id="buttonscell"> <td id="buttonscell">
<div id="addcontrols"> <div id="addcontrols">
<input name="add" id="add" type="submit" value="<?php echo $OUTPUT->larrow().'&nbsp;'.s(get_string('add')); ?>" title="<?php p(get_string('add')); ?>" /><br /> <input class="btn btn-secondary" name="add" id="add" type="submit" value="<?php echo $OUTPUT->larrow() . '&nbsp;' .
s(get_string('add')); ?>" title="<?php p(get_string('add')); ?>" /><br />
</div> </div>
<div id="removecontrols"> <div id="removecontrols">
<input name="remove" id="remove" type="submit" value="<?php echo s(get_string('remove')).'&nbsp;'.$OUTPUT->rarrow(); ?>" title="<?php p(get_string('remove')); ?>" /> <input class="btn btn-secondary" name="remove" id="remove" type="submit"
value="<?php echo s(get_string('remove')) . '&nbsp;' . $OUTPUT->rarrow(); ?>"
title="<?php p(get_string('remove')); ?>" />
</div> </div>
</td> </td>
<td id="potentialcell"> <td id="potentialcell">
@ -128,7 +131,7 @@ if (optional_param('remove', false, PARAM_BOOL) && confirm_sesskey()) {
</td> </td>
</tr> </tr>
<tr><td colspan="3" id='backcell'> <tr><td colspan="3" id='backcell'>
<input type="submit" name="cancel" value="<?php p(get_string('backtocohorts', 'cohort')); ?>" /> <input class="btn btn-secondary" type="submit" name="cancel" value="<?php p(get_string('backtocohorts', 'cohort')); ?>" />
</td></tr> </td></tr>
</table> </table>
</div></form> </div></form>