BugFix Usability

This commit is contained in:
Manfred Kindl
2018-01-22 13:37:12 +01:00
parent bfd70c0ed3
commit acacf35c47
+2 -2
View File
@@ -398,8 +398,8 @@ else
<table width="100%">
<tr>
<td>
<form action='.$_SERVER['PHP_SELF'].' method="post">
<select name="stg_kz">';
<form action='.$_SERVER['PHP_SELF'].' method="post" name="dokumente_zuteilung">
<select name="stg_kz" onchange="document.dokumente_zuteilung.submit()">';
echo '<option value="">-- Studiengang auswählen --</option>';
foreach ($studiengang->result as $stg)
{