mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-01 10:59:28 +00:00
Verband E für Reservierungen hinzugefügt
This commit is contained in:
@@ -979,6 +979,7 @@ class wochenplan extends basis_db
|
||||
<OPTION value="B">B</OPTION>
|
||||
<OPTION value="C">C</OPTION>
|
||||
<OPTION value="D">D</OPTION>
|
||||
<OPTION value="E">E</OPTION>
|
||||
<OPTION value="F">F</OPTION>
|
||||
<OPTION value="V">V</OPTION>
|
||||
</SELECT>
|
||||
|
||||
@@ -153,7 +153,7 @@ $(document).ready(function()
|
||||
Verband
|
||||
<select name="verband">
|
||||
<option value=NULL>*</option>
|
||||
<?php $verbaende=array("'A'","'B'","'C'","'D'","'F'","'V'");
|
||||
<?php $verbaende=array("'A'","'B'","'C'","'D'","'E'","'F'","'V'");
|
||||
foreach ($verbaende as $i)
|
||||
{
|
||||
if ($verband==$i)
|
||||
|
||||
Reference in New Issue
Block a user