Index: moodle/mod/lamslesson/mod_form.php =================================================================== diff -u -r2e199e6752ced8849b6e67e788652a4459a15aa5 -ra630a0dd9891c0958d64073a9700be5169ff5c6c --- moodle/mod/lamslesson/mod_form.php (.../mod_form.php) (revision 2e199e6752ced8849b6e67e788652a4459a15aa5) +++ moodle/mod/lamslesson/mod_form.php (.../mod_form.php) (revision a630a0dd9891c0958d64073a9700be5169ff5c6c) @@ -103,8 +103,9 @@ js_writer::set_variable('currentsequence', $currentsequence)); $authorpreviewbutton .= html_writer::script('', $CFG->wwwroot.'/mod/lamslesson/preview.js'); + + $authorpreviewbutton .= html_writer::tag('p', 'hello!' . $USER->firstname); - $authorpreviewbutton .= html_writer::start_tag('div', array('id' => 'buttons', 'style' => 'float:right;')); // Preview button $authorpreviewbutton .= html_writer::start_tag('span', array('id' => 'previewbutton', 'style' => 'visibility:hidden;', 'class' => 'yui3-button yui3-link-button'));