@@ -13,11 +13,6 @@
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="field">
|
||||
<label for="line">Linie</label>
|
||||
<input type="text" id="line" name="line" placeholder="z.B. S3, Bus 10">
|
||||
</div>
|
||||
|
||||
<div class="field combo">
|
||||
<label for="origin">Von<span class="required">*</span></label>
|
||||
<input type="text" id="origin" name="origin" required
|
||||
@@ -36,6 +31,13 @@
|
||||
<p class="field-hint" data-stop-hint></p>
|
||||
</div>
|
||||
|
||||
<div class="field combo">
|
||||
<label for="line">Linie</label>
|
||||
<input type="text" id="line" name="line" placeholder="z.B. S3, 693"
|
||||
data-line-input>
|
||||
<p class="field-hint" data-line-hint>Halte oben wählen für Linienvorschläge.</p>
|
||||
</div>
|
||||
|
||||
<div class="field">
|
||||
<label for="trip_date">Datum<span class="required">*</span></label>
|
||||
<input type="date" id="trip_date" name="trip_date" value="{{ heute }}" required>
|
||||
|
||||
Reference in New Issue
Block a user