diff --git a/block_hshcourselist.php b/block_hshcourselist.php index ec80b60b8fb5b3cfaacf61a8643cb08161ebfe2f..6ae612d8545523a349a7575b892a573ed6a08fa5 100644 --- a/block_hshcourselist.php +++ b/block_hshcourselist.php @@ -135,7 +135,7 @@ class block_hshcourselist extends block_base { 'action' => new moodle_url('/') ); - $form = html_writer::tag('form', $idSearchinglabel.$ordercheckbox.$questionhsh.$input.$progress, $formattrs); + $form = html_writer::tag('form', $idSearchinglabel.$ordercheckbox.$input.$questionhsh.$progress, $formattrs); if (!empty($hshcoursesubmit)) { $courses = self::get_courses($search, $context_block, $this->globalconf->splitterms, $this->globalconf->restrictcontext, $this->page->context, diff --git a/style.css b/style.css index 2f9b9375e182cd5f87edc5f30966a79d6b183b8d..2c401ed03f2d039101b39902b8fbc819fedaa984 100644 --- a/style.css +++ b/style.css @@ -27,6 +27,8 @@ #hshcourselistsearch { width: 97% !important; + display: inline-block; + margin-right: 3px; } /* diff --git a/version.php b/version.php index eab161362390be62148da2e0e52942101717a510..2aaafeb8121f0fbb95b8f0ab8ab0f6cf96406bcf 100644 --- a/version.php +++ b/version.php @@ -25,5 +25,5 @@ $plugin->component = 'block_hshcourselist'; -$plugin->version = 2018091200; // YYYYMMDDHH +$plugin->version = 2019031700; // YYYYMMDDHH $plugin->requires = 2016112900; // YYYYMMDDHH