From d857db9fe498708a5d92cbc28994924eb2f684ed Mon Sep 17 00:00:00 2001 From: Tobias Baden <tobias.baden@stud.hs-hannover.de> Date: Sun, 17 Mar 2019 18:58:42 +0100 Subject: [PATCH] Moved the question mark behind the input and updated version number --- block_hshcourselist.php | 2 +- style.css | 2 ++ version.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/block_hshcourselist.php b/block_hshcourselist.php index ec80b60..6ae612d 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 2f9b937..2c401ed 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 eab1613..2aaafeb 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 -- GitLab