Merge branch 'fronkdev' into 'master'
Addded cifurl and -cable url to Preordercampaign See merge request fronk/thetool!266
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user