MDL-19807 Converted all print_footer() calls
This commit is contained in:
@@ -148,6 +148,6 @@
|
||||
// print_simple_box_end();
|
||||
print_box_end();
|
||||
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
||||
@@ -183,6 +183,6 @@
|
||||
echo '</form>';
|
||||
print_box_end();
|
||||
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
||||
@@ -155,7 +155,7 @@
|
||||
print_continue($CFG->wwwroot.'/course/view.php?id='.$course->id);
|
||||
// print_simple_box_end();
|
||||
print_box_end();
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
exit;
|
||||
}
|
||||
|
||||
@@ -447,6 +447,6 @@
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
||||
@@ -127,7 +127,7 @@
|
||||
print_continue($CFG->wwwroot.'/course/view.php?id='.$course->id);
|
||||
// print_simple_box_end();
|
||||
print_box_end();
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
exit;
|
||||
}
|
||||
|
||||
@@ -385,6 +385,6 @@
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
||||
@@ -87,6 +87,6 @@
|
||||
print_box_end();
|
||||
|
||||
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
||||
@@ -80,6 +80,6 @@
|
||||
// print_simple_box_end();
|
||||
print_box_end();
|
||||
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
||||
@@ -131,6 +131,6 @@
|
||||
<?php
|
||||
}
|
||||
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
||||
@@ -404,7 +404,7 @@
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
function feedback_edit_get_default_query($id, $tab) {
|
||||
global $USER;
|
||||
|
||||
@@ -237,6 +237,6 @@
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
||||
@@ -141,7 +141,7 @@
|
||||
echo '<div class="mdl-align">';
|
||||
print_single_button('edit.php', array('id'=>$id, 'do_show'=>'templates'), get_string('cancel'));
|
||||
echo '</div>';
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
function feedback_load_xml_data($filename) {
|
||||
global $CFG;
|
||||
|
||||
@@ -111,6 +111,6 @@
|
||||
|
||||
/// Finish the page
|
||||
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
||||
@@ -140,6 +140,6 @@
|
||||
// print_simple_box_end();
|
||||
print_box_end();
|
||||
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
||||
@@ -100,6 +100,6 @@
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
||||
@@ -259,6 +259,6 @@
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
||||
@@ -169,6 +169,6 @@
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
||||
@@ -123,6 +123,6 @@
|
||||
print_box(get_string('no_items_available_at_this_template','feedback'),'generalbox boxaligncenter boxwidthwide');
|
||||
}
|
||||
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
||||
@@ -170,7 +170,7 @@
|
||||
print_continue($CFG->wwwroot.'/course/view.php?id='.$course->id);
|
||||
// print_simple_box_end();
|
||||
print_box_end();
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
exit;
|
||||
}
|
||||
|
||||
@@ -218,6 +218,6 @@
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user