]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-19807 Converted all print_footer() calls
authornicolasconnault <nicolasconnault>
Thu, 6 Aug 2009 14:15:15 +0000 (14:15 +0000)
committernicolasconnault <nicolasconnault>
Thu, 6 Aug 2009 14:15:15 +0000 (14:15 +0000)
17 files changed:
mod/feedback/analysis.php
mod/feedback/analysis_course.php
mod/feedback/complete.php
mod/feedback/complete_guest.php
mod/feedback/delete_completed.php
mod/feedback/delete_item.php
mod/feedback/delete_template.php
mod/feedback/edit.php
mod/feedback/edit_item.php
mod/feedback/import.php
mod/feedback/index.php
mod/feedback/mapcourse.php
mod/feedback/print.php
mod/feedback/show_entries.php
mod/feedback/show_entries_anonym.php
mod/feedback/use_templ.php
mod/feedback/view.php

index bc5eb6ab974ebd628d53a71464825ddaf8771d18..50ba4c2c7b09590af7e22ca69cb5012593130dc2 100644 (file)
     // print_simple_box_end();
     print_box_end();
 
-    print_footer($course);
+    echo $OUTPUT->footer();
 
 ?>
index a3e51df2bc446a3f7e7688023556da3a3d05a699..31c82aa1d952499f3193690e41fb3863d4b6d028 100644 (file)
     echo '</form>';
     print_box_end();
     
-    print_footer($course);
+    echo $OUTPUT->footer();
 
 ?>
index 5e4d2d695ab93e651c72962d460ca5e22511881a..de7fc28c5d7c0b929e6a21d216d196e6b4716927 100644 (file)
             print_continue($CFG->wwwroot.'/course/view.php?id='.$course->id);
         // print_simple_box_end();
         print_box_end();
-        print_footer($course);
+        echo $OUTPUT->footer();
         exit;
     }
     
     ///////////////////////////////////////////////////////////////////////////
     ///////////////////////////////////////////////////////////////////////////
 
-    print_footer($course);
+    echo $OUTPUT->footer();
 
 ?>
index cf68f1ea2beb79e8567fdd7780ebfd2d3a50d749..a5d95cb779950f693484234d9a5c9c6f9c806bf5 100644 (file)
             print_continue($CFG->wwwroot.'/course/view.php?id='.$course->id);
         // print_simple_box_end();
         print_box_end();
-        print_footer($course);
+        echo $OUTPUT->footer();
         exit;
     }
     
     ///////////////////////////////////////////////////////////////////////////
     ///////////////////////////////////////////////////////////////////////////
 
-    print_footer($course);
+    echo $OUTPUT->footer();
 
 ?>
index 5057c71ae100c91c2438380de4cb3967aad6a157..b586b959a22ae0043e14ab1c3da29b9798d9a6d1 100644 (file)
@@ -87,6 +87,6 @@
     print_box_end();
         
 
-    print_footer($course);
+    echo $OUTPUT->footer();
 
 ?>
index d1f22709b27fc15586f4297118b0d7d448e49e8a..8714aca3c89a9b10fa5c28f9797a0b5fa4df9ca9 100644 (file)
@@ -80,6 +80,6 @@
     // print_simple_box_end();
     print_box_end();
         
-    print_footer($course);
+    echo $OUTPUT->footer();
 
 ?>
index 02fb849aee64b6f3e32ae59b5fd901487eb919a6..7d18106755b406e89a36dbb6c03551eb70c9dfa7 100644 (file)
 <?php
     }
 
-    print_footer($course);
+    echo $OUTPUT->footer();
 
 ?>
index 20481de909458ba750ce90d8ca68452266b9a59c..186c852d54a40722d67bde28dd8bfd4245637155 100644 (file)
     ///////////////////////////////////////////////////////////////////////////
     ///////////////////////////////////////////////////////////////////////////
 
-    print_footer($course);
+    echo $OUTPUT->footer();
 
     function feedback_edit_get_default_query($id, $tab) {
         global $USER;
index 5d1a953efe375b726e98a4ee9108aaefeb81a0b1..9e5d71549dcc001cd83876711c739e1cea3765c3 100644 (file)
     ///////////////////////////////////////////////////////////////////////////
     ///////////////////////////////////////////////////////////////////////////
 
-    print_footer($course);
+    echo $OUTPUT->footer();
 
 ?>
index f7df282e71802db7028fd56d93cac15acbc22a09..0821a253a45e8d7a29a15ccc89175052db53c076 100644 (file)
     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;
index efd3a1489bc6c94907bb5e5403e1fcebef62cef6..fc310d6b329178b47aa12c0195e85d8515d23477 100644 (file)
 
     /// Finish the page
 
-    print_footer($course);
+    echo $OUTPUT->footer();
 
 ?>
index 6ddf810ea7839b8b68a2460e5900c8544ef1de6e..e7155eaef29df83fb45e6b45c41fefeabb481187 100644 (file)
     // print_simple_box_end();
     print_box_end();
     
-    print_footer($course);
+    echo $OUTPUT->footer();
 
 ?>
index 265f1c2e46e8b9d714d00f70b0bcbbcf1f170703..1de3a6c3212d4e474ccc48adfdb4d510716730d8 100644 (file)
     ///////////////////////////////////////////////////////////////////////////
     ///////////////////////////////////////////////////////////////////////////
 
-    print_footer($course);
+    echo $OUTPUT->footer();
 
 ?>
index 94407e4b81c1663de7d0ea6dc28fbb7065ab9a4e..e2436ba2ce8a46f107a41191e6741768942584c2 100644 (file)
     ///////////////////////////////////////////////////////////////////////////
     ///////////////////////////////////////////////////////////////////////////
 
-    print_footer($course);
+    echo $OUTPUT->footer();
 
 ?>
index b82b8aa8c7064febbf783bcca9d2f7c04505d127..bfce3999d08301ab8dc0aaf4deca81c68da12c35 100644 (file)
     ///////////////////////////////////////////////////////////////////////////
     ///////////////////////////////////////////////////////////////////////////
 
-    print_footer($course);
+    echo $OUTPUT->footer();
 
 ?>
index 2978376f1aab16f4858e02e785011aafb2b938d5..90e3a7a365ab1d71b8046c4d340473444e032596 100644 (file)
         print_box(get_string('no_items_available_at_this_template','feedback'),'generalbox boxaligncenter boxwidthwide');
     }
 
-    print_footer($course);
+    echo $OUTPUT->footer();
 
 ?>
index 3b5fff68b7f8032af4dd91609d8562190906f71e..e9e9803b5d8dc0e370a901bbab3d66a08f75c813 100644 (file)
                 print_continue($CFG->wwwroot.'/course/view.php?id='.$course->id);
             // print_simple_box_end();
             print_box_end();
-            print_footer($course);
+            echo $OUTPUT->footer();
             exit;
         }
         
     ///////////////////////////////////////////////////////////////////////////
     ///////////////////////////////////////////////////////////////////////////
 
-    print_footer($course);
+    echo $OUTPUT->footer();
 
 ?>