Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MDL-21695 Removing unused help files
tableexportformats.html removed as suggested by Helen.
  • Loading branch information
mudrd8mz committed Jun 28, 2010
1 parent 96f4a64 commit 6855dc3
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 360 deletions.
100 changes: 0 additions & 100 deletions lang/en/help/filters.html

This file was deleted.

4 changes: 0 additions & 4 deletions lang/en/help/grouprestore.html

This file was deleted.

217 changes: 0 additions & 217 deletions lang/en/help/markdown.html

This file was deleted.

3 changes: 0 additions & 3 deletions lang/en/help/requiredelement.html

This file was deleted.

32 changes: 0 additions & 32 deletions lang/en/help/tableexportformats.html

This file was deleted.

1 change: 0 additions & 1 deletion lang/en/table.php
Expand Up @@ -29,4 +29,3 @@
$string['downloadods'] = 'an OpenDocument Spreadsheet (ODS)';
$string['downloadtsv'] = 'a tab separated values text file';
$string['downloadxhtml'] = 'an unpaged XHTML document';
$string['tableexportformats'] = 'Downloading Table Data';
1 change: 0 additions & 1 deletion lib/formslib.php
Expand Up @@ -1193,7 +1193,6 @@ function MoodleQuickForm($formName, $method, $action, $target='', $attributes=nu
$this->_reqHTML = '<img class="req" title="'.get_string('requiredelement', 'form').'" alt="'.get_string('requiredelement', 'form').'" src="'.$OUTPUT->pix_url('req') .'" />';
$this->_advancedHTML = '<img class="adv" title="'.get_string('advancedelement', 'form').'" alt="'.get_string('advancedelement', 'form').'" src="'.$OUTPUT->pix_url('adv') .'" />';
$this->setRequiredNote(get_string('somefieldsrequired', 'form', '<img alt="'.get_string('requiredelement', 'form').'" src="'.$OUTPUT->pix_url('req') .'" />'));
//(Help file doesn't add anything) helpbutton('requiredelement', get_string('requiredelement', 'form'), 'moodle', true, false, '', true));
}

/**
Expand Down
1 change: 0 additions & 1 deletion lib/tablelib.php
Expand Up @@ -947,7 +947,6 @@ function download_buttons(){
$html .= '<div class="mdl-align">';
$html .= '<input type="submit" value="'.get_string('downloadas', 'table').'"/>';
$html .= html_writer::select($downloadoptions, 'download', $this->defaultdownloadformat, false);
$html .= $OUTPUT->old_help_icon('tableexportformats', get_string('tableexportformats', 'table'));
$html .= '</div></form>';

return $html;
Expand Down
1 change: 0 additions & 1 deletion mod/quiz/report/statistics/report.php
Expand Up @@ -419,7 +419,6 @@ function output_quiz_info_table($course, $cm, $quiz, $quizstats, $usingattemptss
$quizinformationtablehtml .= '<input type="hidden" name="everything" value="1"/>';
$quizinformationtablehtml .= '<input type="submit" value="'.get_string('downloadeverything', 'quiz_statistics').'"/>';
$quizinformationtablehtml .= html_writer::select($downloadoptions, 'download', $this->table->defaultdownloadformat, false);
$quizinformationtablehtml .= $OUTPUT->old_help_icon('tableexportformats', get_string('tableexportformats', 'table'));
$quizinformationtablehtml .= '</div></form>';
}
$quizinformationtablehtml .= html_writer::table($quizinformationtable);
Expand Down

0 comments on commit 6855dc3

Please sign in to comment.