Different changes that were made online
This commit is contained in:
@@ -54,8 +54,14 @@
|
||||
<?php endif; ?>
|
||||
<fieldset>
|
||||
<legend>Benutzerdaten</legend>
|
||||
<div><label for="wkId">wkId</label> <input type="text" name="f[wkId]" id="wkId"<?php echo isset($_POST['f']['wkId']) ? ' value="' . htmlspecialchars($_POST['f']['wkId']) . '"' : '' ?> /></div>
|
||||
<div><label for="meldefrist">meldefrist</label> <input type="text" name="f[meldefrist]" id="meldefrist" <?php echo isset($_POST['f']['meldefrist']) ? ' value="' . htmlspecialchars($_POST['f']['meldefrist']) . '"' : '' ?> /></div>
|
||||
<div>
|
||||
<label for="wkId">wkId</label>
|
||||
<input type="text" name="f[wkId]" id="wkId"<?php echo isset($_POST['f']['wkId']) ? ' value="' . htmlspecialchars($_POST['f']['wkId']) . '"' : '' ?> />
|
||||
</div>
|
||||
<div>
|
||||
<label for="meldefrist">meldefrist</label>
|
||||
<input type="text" name="f[meldefrist]" id="meldefrist" <?php echo isset($_POST['f']['meldefrist']) ? ' value="' . htmlspecialchars($_POST['f']['meldefrist']) . '"' : '' ?> />
|
||||
</div>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<div><input type="submit" name="submit" value="Erstellen" /></div>
|
||||
|
||||
Reference in New Issue
Block a user