Changed layout in Product/Form
This commit is contained in:
@@ -138,7 +138,20 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group row">
|
||||
<label class="col-lg-2 col-form-label" for="ivt_id">IVT Produkt ID</label>
|
||||
<div class="col-lg-10">
|
||||
<input type="text" class="form-control" name="ivt_id" id="ivt_id" value="<?=$product->ivt_id?>" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h4 class="header-title mb-2">Verrechnungsdaten</h4>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
|
||||
|
||||
<div class="form-group row">
|
||||
<label class="col-lg-2 col-form-label" for="price">Setup Preis Netto (Einmalig)</label>
|
||||
@@ -179,17 +192,10 @@
|
||||
<input type="text" name="billing_delay" id="billing_delay" class="form-control" value="<?=$this::dotToComma($product->billing_delay)?>" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group row">
|
||||
<label class="col-lg-2 col-form-label" for="ivt_id">IVT Produkt ID</label>
|
||||
<div class="col-lg-10">
|
||||
<input type="text" class="form-control" name="ivt_id" id="ivt_id" value="<?=$product->ivt_id?>" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<?php if(is_array($product->attributes) && count($product->attributes)): ?>
|
||||
<h4 class="header-title mb-2">Produktattribute</h4>
|
||||
<div class="card">
|
||||
|
||||
Reference in New Issue
Block a user