Fixed Voicenumber and Updated Voiceplan

This commit is contained in:
Frank Schubert
2023-11-14 20:15:06 +01:00
parent 003ab67145
commit cc4a751407
20 changed files with 232 additions and 662 deletions
+14 -8
View File
@@ -43,17 +43,17 @@
</div>
</div>
<!--div class="form-group row">
<label class="col-lg-2 col-form-label" for="name">Taktung *</label>
<div class="form-group row">
<label class="col-lg-2 col-form-label" for="name">Standardtaktung *</label>
<div class="col-lg-10">
<input type="increment" class="form-control" name="increment" id="increment" value="<?=($plan->increment_first && $plan->increment) ? $plan->increment_first."/".$plan->increment : ""?>" placeholder="60/30" />
</div>
</div-->
</div>
<hr />
<div class="form-group row">
<label class="col-lg-2 col-form-label" for="first">Zonen und Destinationen aus bestehendem Tarifpaket kopieren</label>
<label class="col-lg-2 col-form-label" for="copy_from_plan_id">Zonen und Destinationen aus bestehendem Tarifpaket kopieren</label>
<div class="col-lg-10">
<select name="copy_from_plan_id" class="form-control">
<option value=""></option>
@@ -65,11 +65,17 @@
</div>
<div class="form-group row">
<label class="col-lg-2 col-form-label" for="first">oder Zonen und Destinationen neu importieren</label>
<label class="col-lg-2 col-form-label">oder Zonen und Destinationen neu importieren</label>
<div class="col-lg-10">
Zonen File: <input type="file" class="form-control" name="voiceplanzonefile" />
Destinations File: <input type="file" class="form-control" name="voiceplandestinationfile" />
<?php if($voiceplan->id): ?><small class="text-danger">ACHTUNG: Bestehende Zonen und Destinationen werden gelöscht!</small><?php endif; ?>
<div class="mb-1">
Zonenpreis File: <input type="file" class="form-control" name="voiceplanzonefile" />
<small>Zone, ZoneID, Zeitzone, ZeitzoneID, Default price, ZZSpr, ZZSprID, Sonderpreis</small>
</div>
<div>
Destinations File: <input type="file" class="form-control" name="voiceplandestinationfile" />
<?php if($voiceplan->id): ?><small class="text-danger">ACHTUNG: Bestehende Zonen und Destinationen werden gelöscht!</small><?php endif; ?>
<small>ZoneID, Text, Prefix</small>
</div>
</div>
</div>