MDL-19807 Converted all print_footer() calls

This commit is contained in:
nicolasconnault
2009-08-06 14:15:15 +00:00
parent 615ed8dc69
commit c6ea08764b
17 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -148,6 +148,6 @@
// print_simple_box_end();
print_box_end();
print_footer($course);
echo $OUTPUT->footer();
?>
+1 -1
View File
@@ -183,6 +183,6 @@
echo '</form>';
print_box_end();
print_footer($course);
echo $OUTPUT->footer();
?>
+2 -2
View File
@@ -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();
?>
+2 -2
View File
@@ -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();
?>
+1 -1
View File
@@ -87,6 +87,6 @@
print_box_end();
print_footer($course);
echo $OUTPUT->footer();
?>
+1 -1
View File
@@ -80,6 +80,6 @@
// print_simple_box_end();
print_box_end();
print_footer($course);
echo $OUTPUT->footer();
?>
+1 -1
View File
@@ -131,6 +131,6 @@
<?php
}
print_footer($course);
echo $OUTPUT->footer();
?>
+1 -1
View File
@@ -404,7 +404,7 @@
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
print_footer($course);
echo $OUTPUT->footer();
function feedback_edit_get_default_query($id, $tab) {
global $USER;
+1 -1
View File
@@ -237,6 +237,6 @@
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
print_footer($course);
echo $OUTPUT->footer();
?>
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -111,6 +111,6 @@
/// Finish the page
print_footer($course);
echo $OUTPUT->footer();
?>
+1 -1
View File
@@ -140,6 +140,6 @@
// print_simple_box_end();
print_box_end();
print_footer($course);
echo $OUTPUT->footer();
?>
+1 -1
View File
@@ -100,6 +100,6 @@
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
print_footer($course);
echo $OUTPUT->footer();
?>
+1 -1
View File
@@ -259,6 +259,6 @@
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
print_footer($course);
echo $OUTPUT->footer();
?>
+1 -1
View File
@@ -169,6 +169,6 @@
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
print_footer($course);
echo $OUTPUT->footer();
?>
+1 -1
View File
@@ -123,6 +123,6 @@
print_box(get_string('no_items_available_at_this_template','feedback'),'generalbox boxaligncenter boxwidthwide');
}
print_footer($course);
echo $OUTPUT->footer();
?>
+2 -2
View File
@@ -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();
?>