MDL-21577 fixed typos
authorPetr Skoda <skodak@moodle.org>
Wed, 10 Feb 2010 16:21:49 +0000 (16:21 +0000)
committerPetr Skoda <skodak@moodle.org>
Wed, 10 Feb 2010 16:21:49 +0000 (16:21 +0000)
mod/feedback/analysis_course.php
mod/lesson/report.php
mod/scorm/report.php

index eb102cb..2f0cae1 100644 (file)
@@ -158,7 +158,7 @@ if ($courseitemfilter > 0) {
 
          echo ' ' . get_string('filter_by_course', 'feedback') . ': ';
          
-         echo htmL_writer::select($courses, 'coursefilter', $coursefilter, null, array('id'=>'coursefilterid'));
+         echo html_writer::select($courses, 'coursefilter', $coursefilter, null, array('id'=>'coursefilterid'));
          $PAGE->requires->js_init_call('M.util.init_select_autosubmit', array('analysis-form', 'coursefilterid', false));
     }
     echo '<hr />';
index d643a24..6b3eda5 100644 (file)
@@ -303,7 +303,7 @@ if ($action == 'reportoverview') {
     if (has_capability('mod/lesson:edit', $context)) {
         $checklinks  = '<a href="javascript: checkall();">'.get_string('selectall').'</a> / ';
         $checklinks .= '<a href="javascript: checknone();">'.get_string('deselectall').'</a>';
-        $checklinks .= htmL_writer::select(array('delete' => get_string('deleteselected')), 'attemptaction', 0, array(''=>'choosedots'), array('id'=>'actionid'));
+        $checklinks .= html_writer::select(array('delete' => get_string('deleteselected')), 'attemptaction', 0, array(''=>'choosedots'), array('id'=>'actionid'));
         $PAGE->requires->js_init_call('M.util.init_select_autosubmit', array('theform', 'actionid', ''));
         echo $OUTPUT->box($checklinks, 'center');
         echo '</form>';
index 32f96b8..fdeb0d3 100755 (executable)
                     echo '<a href="javascript:select_all_in(\'DIV\',null,\'scormtablecontainer\');">'.get_string('selectall', 'quiz').'</a> / ';
                     echo '<a href="javascript:deselect_all_in(\'DIV\',null,\'scormtablecontainer\');">'.get_string('selectnone', 'quiz').'</a> ';
                     echo '&nbsp;&nbsp;';
-                    echo htnml_writer::tag('label', array('for'=>'menuaction'), get_string('withselected', 'quiz'));
-                    echo htmL_writer::select(array('delete' => get_string('delete')), 'action', '', array(''=>'choosedots'), array('id'=>'menuaction'));
+                    echo html_writer::tag('label', array('for'=>'menuaction'), get_string('withselected', 'quiz'));
+                    echo html_writer::select(array('delete' => get_string('delete')), 'action', '', array(''=>'choosedots'), array('id'=>'menuaction'));
                     $PAGE->requires->js_init_call('M.util.init_select_autosubmit', array('attemptsform', 'menuaction', ''));
                     echo '<noscript id="noscriptmenuaction" style="disaply:inline">';
                     echo '<div>';