Skip to content

Commit

Permalink
KMS-11965 remove unused hidden element
Browse files Browse the repository at this point in the history
  • Loading branch information
muli committed Jul 7, 2016
1 parent 049ed4e commit 10cb1bd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions mod/kalvidassign/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -914,8 +914,6 @@ public function display_submissions_table($cm, $groupfilter = 0, $filter = 'all'
echo html_writer::end_tag('form');

echo html_writer::end_tag('center');

echo html_writer::empty_tag('input', array('id' => 'closeltipanel', 'type' => 'hidden'));
}

/**
Expand Down Expand Up @@ -1047,7 +1045,6 @@ public function display_video_container_markup($submission, $courseid, $cmid) {
$iframe = html_writer::tag('iframe', '', $params);

$output .= html_writer::tag('center', $iframe);
$output .= html_writer::empty_tag('input', array('type' => 'hidden', 'id' => 'closeltipanel', 'value' => 0));

return $output;
}
Expand Down
2 changes: 0 additions & 2 deletions mod/kalvidpres/mod_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ public function definition() {
$this->standard_coursemodule_elements();

$this->add_action_buttons();

$mform->addElement('html', html_writer::empty_tag('input', array('type' => 'hidden', 'id' => 'closeltipanel', 'value' => 0)));
}

/**
Expand Down
2 changes: 0 additions & 2 deletions mod/kalvidres/mod_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ public function definition() {
$this->standard_coursemodule_elements();

$this->add_action_buttons();

$mform->addElement('html', html_writer::empty_tag('input', array('type' => 'hidden', 'id' => 'closeltipanel', 'value' => 0)));
}

/**
Expand Down

0 comments on commit 10cb1bd

Please sign in to comment.