Skip to content
Snippets Groups Projects
Commit 73ff3ebc authored by Elke Kreim's avatar Elke Kreim
Browse files

Remove loading icon

parent 96ae5f46
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ class block_hshcourselist extends block_base {
// Set placeholder.
if ($this->config->placeholder) {
$placeholder = format_text($this->config->placeholder, FORMAT_HTML);
} else {
$placeholder = "";
}
......@@ -130,14 +131,6 @@ class block_hshcourselist extends block_base {
$questionhsh .= html_writer::end_tag('a');
$questionhsh .= html_writer::end_span();
$progressattrs = array(
'src' => $OUTPUT->image_url('i/loading_small', 'moodle'),
'class' => 'hshcourseprogress',
'id' => 'hshcourseprogress',
'alt' => get_string('loading', 'block_hshcourselist')
);
$progress = html_writer::empty_tag('img', $progressattrs);
$formattrs = array(
'id' => 'hshcourseform',
'method' => 'post',
......
......@@ -49,8 +49,6 @@ $string['displayTwo'] = 'Course Shortname + Fullname';
$string['orderbysemester'] = 'Aktuelle Kurse oben anzeigen';
$string['loading'] = 'LOADING...';
$string['idsearchinglabel'] = ">> Es wird nur nach Kurs-ID's gesucht. <<";
$string['placeholder'] = "Placeholder for the searching field";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment