mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
BugFix Usability
This commit is contained in:
@@ -398,8 +398,8 @@ else
|
|||||||
<table width="100%">
|
<table width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<form action='.$_SERVER['PHP_SELF'].' method="post">
|
<form action='.$_SERVER['PHP_SELF'].' method="post" name="dokumente_zuteilung">
|
||||||
<select name="stg_kz">';
|
<select name="stg_kz" onchange="document.dokumente_zuteilung.submit()">';
|
||||||
echo '<option value="">-- Studiengang auswählen --</option>';
|
echo '<option value="">-- Studiengang auswählen --</option>';
|
||||||
foreach ($studiengang->result as $stg)
|
foreach ($studiengang->result as $stg)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user