Implemented support for element alignment
Also specifying the reference point location (the location of the element that's put at posx and posy) for each element.
This commit is contained in:
parent
7634568df1
commit
039e8bca37
7 changed files with 115 additions and 10 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');
|
||||
|
||||
$plugin->version = 2015072700; // The current module version (Date: YYYYMMDDXX).
|
||||
$plugin->version = 2015073000; // The current module version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2014051200; // Requires this Moodle version (2.7).
|
||||
$plugin->cron = 0; // Period for cron to check this module (secs).
|
||||
$plugin->component = 'mod_customcert';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue