aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRon Lucke <lucke@elan-ev.de>2025-01-15 15:55:58 +0000
committerRon Lucke <lucke@elan-ev.de>2025-01-15 15:55:58 +0000
commit0976104ecb76e24d9b7ff0891f40dcebde1e13f8 (patch)
treebc380ab9c0ecbb12ce1e5c6940180dfd13b3cb75 /templates
parent3c29dd6d1a1b903de26e4108120bc3d2d40e49a2 (diff)
Design der Formulare inkonsistent
Closes #5091 Merge request studip/studip!3828
Diffstat (limited to 'templates')
-rw-r--r--templates/sidebar/select-widget.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/sidebar/select-widget.php b/templates/sidebar/select-widget.php
index b7aa596..169e12e 100644
--- a/templates/sidebar/select-widget.php
+++ b/templates/sidebar/select-widget.php
@@ -1,4 +1,5 @@
<form action="<?= URLHelper::getLink($url) ?>"
+ class="default"
<?= $onsubmit ? 'onsubmit="'.htmlReady($onsubmit).'"' : '' ?>
method="<?= $method ?>">
<?= \SelectWidget::arrayToHiddenInput($params) ?>