Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.2
-
MOODLE_32_STABLE
-
MOODLE_32_STABLE
-
MDL-56277-master -
- Set your theme to Boost in config.php
- Bump your version number
- Go to admin/
- Go through the upgrade process and confirm that the buttons and styles are consistent with Boost styling
Description
When doing an upgrade, the continue and cancel buttons are inconsistently styled (these screenshots are with flatly preset, but its the same with others)
For info, this is the html:
<div class="buttons"><div class="singlebutton"><form method="get" action="http://127.0.0.1/im/admin/index.php"><div><input type="submit" value="Continue"><input type="hidden" name="cache" value="0"><input type="hidden" name="confirmupgrade" value="1"><input type="hidden" name="confirmrelease" value="0"><input type="hidden" name="confirmplugincheck" value="0"></div></form></div><div class="singlebutton"><form method="get" action="http://127.0.0.1/im/admin/index.php"><div><input type="submit" value="Cancel"></div></form></div></div>
|
Also, other buttons look different: