mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-61056 feedback: Fix the response navigation links
Floats are evil and unreliable. Even with the clearfix class added to the response_navigation wrapper, the Next link would remain unaligned. We need a proper three columns layout here. It did not feel necessary to introduce a special template here so I'm making use of the core one.
This commit is contained in:
parent
95b7be7f05
commit
c581517dd7
3 changed files with 22 additions and 11 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2017111300; // The current module version (Date: YYYYMMDDXX)
|
||||
$plugin->version = 2017121800; // The current module version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2017110800; // Requires this Moodle version
|
||||
$plugin->component = 'mod_feedback'; // Full name of the plugin (used for diagnostics)
|
||||
$plugin->cron = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue