Index: moodle/mod/lamslesson/view.php
===================================================================
diff -u -r044bc381a9c59ee083f5271b39a36096b1f740a2 -ra369e8f9e588f31a72becaf1211b8f82631d5190
--- moodle/mod/lamslesson/view.php (.../view.php) (revision 044bc381a9c59ee083f5271b39a36096b1f740a2)
+++ moodle/mod/lamslesson/view.php (.../view.php) (revision a369e8f9e588f31a72becaf1211b8f82631d5190)
@@ -98,7 +98,7 @@
$popupaction = new popup_action('click', $learnerurl, 'openlesson', array('height' => 720, 'width' => 1280));
echo '
';
- echo $OUTPUT->action_link($learnerurl, get_string('openlesson', 'lamslesson'), $popupaction, array('class' => 'btn btn-success'), new pix_icon('t/go'));
+ echo $OUTPUT->action_link('#', get_string('openlesson', 'lamslesson'), $popupaction, array('class' => 'btn btn-success'), new pix_icon('t/go'));
echo '
';
@@ -108,8 +108,7 @@
$popupmonitoraction = new popup_action('click', $monitorurl, 'monitorlesson', array('height' => 720, 'width' => 1280));
echo '';
- // echo $OUTPUT->action_link($monitorurl, get_string('openmonitor', 'lamslesson'), new popup_action('click', $monitorurl, '', array('height' => 600, 'width' => 996)));
- echo $OUTPUT->action_link($monitorurl, get_string('openmonitor', 'lamslesson'), $popupmonitoraction, array('class' => 'btn btn-default'), new pix_icon('i/dashboard'));
+ echo $OUTPUT->action_link('#', get_string('openmonitor', 'lamslesson'), $popupmonitoraction, array('class' => 'btn btn-default'), new pix_icon('i/dashboard'));
echo '
';
}