Skip to content

Commit

Permalink
MDL-73449 installation: Make buttons rounded
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaia Anabitarte committed Dec 27, 2021
1 parent f8eb363 commit 0a2181c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/installlib.php
Expand Up @@ -406,7 +406,7 @@ function install_print_footer($config, $reload=false) {
$next = '<input type="submit" id="nextbutton" class="btn btn-primary ml-1 flex-grow-0 mr-auto" name="next" value="'.s(get_string('next')).' &raquo;" />';
}

echo '</fieldset><div id="nav_buttons" class="mb-3 btn-group w-100 flex-row-reverse">'.$next.$first.'</div>';
echo '</fieldset><div id="nav_buttons" class="mb-3 w-100 flex-row-reverse">'.$first.$next.'</div>';

$homelink = '<div class="sitelink">'.
'<a title="Moodle '. $CFG->target_release .'" href="http://docs.moodle.org/en/Administrator_documentation" onclick="this.target=\'_blank\'">'.
Expand Down

0 comments on commit 0a2181c

Please sign in to comment.