diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2023-06-28 13:27:46 +0000 |
|---|---|---|
| committer | Thomas Hackl <hackl@data-quest.de> | 2023-06-28 13:27:46 +0000 |
| commit | 559ab723fabd4d10f26e7df631808e4cb8d91c9b (patch) | |
| tree | 91ef8cf94eba86973baf3efabca1cdbb8bf6826b /lib/classes/forms/QuicksearchInput.php | |
| parent | b7f0f8bcaad8fefd96fd3e6316377eda53929ad3 (diff) | |
Resolve "Neuentwicklung Verzeichnisstrukturen"
Closes #1664, #2693, and #2692
Merge request studip/studip!1081
Diffstat (limited to 'lib/classes/forms/QuicksearchInput.php')
| -rw-r--r-- | lib/classes/forms/QuicksearchInput.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classes/forms/QuicksearchInput.php b/lib/classes/forms/QuicksearchInput.php index 2531a2e..f4be547 100644 --- a/lib/classes/forms/QuicksearchInput.php +++ b/lib/classes/forms/QuicksearchInput.php @@ -6,7 +6,7 @@ class QuicksearchInput extends Input { public function render() { - $template = $GLOBALS['template_factory']->open('forms/checkbox_input'); + $template = $GLOBALS['template_factory']->open('forms/quicksearch_input'); $template->title = $this->title; $template->name = $this->name; $template->value = $this->value; |
