Addded cifurl and -cable url to Preordercampaign

This commit is contained in:
Frank Schubert
2024-02-23 16:37:12 +01:00
parent ec1d6f803c
commit 8fbea5f824
7 changed files with 122 additions and 7 deletions
+21
View File
@@ -198,6 +198,27 @@
</div>
</div>
<hr />
<div class="form-group row">
<label class="col-lg-2 col-form-label" for="cifurl">CIF Url</label>
<div class="col-lg-10">
<input type="text" class="form-control" name="cifurl" id="cifurl" value="<?=$campaign->cifurl?>" />
<small>
Customer Installation Feedback (für QR-Code bei Status 145).<br />
Templatevariable <code>{{CIFTOKEN}}</code> wird mit echtem Cif Token ersetzt<br />
Beispiel: <code>https://pro.ichwillglasfaser.at/ClientSubmit/finishedInstallationWork?c={{CIFTOKEN}}</code>
</small>
</div>
</div>
<div class="form-group row">
<label class="col-lg-2 col-form-label" for="cifcableurl">Kabelnachbestell-Url</label>
<div class="col-lg-10">
<input type="text" class="form-control" name="cifcableurl" id="cifcableurl" value="<?=$campaign->cifcableurl?>" />
<small>Für Begleitschreiben - Status 145</small>
</div>
</div>
</div>
</div>