approval control
This commit is contained in:
@@ -40,7 +40,7 @@ global $arrDefect;
|
||||
<!-- Mängelkategorie -------------------------------- -->
|
||||
|
||||
<label for="defect"><strong>Art des Hindernisses:</strong></label>
|
||||
<select name="defect" id="defect">
|
||||
<select name="defect" id="defect" required="required">
|
||||
HEREDOC;
|
||||
foreach ($arrDefect as $defectKey => $defectVal) {
|
||||
echo " <option value='$defectKey'>$defectVal</option>";
|
||||
|
||||
Reference in New Issue
Block a user