added drag and photos
This commit is contained in:
@@ -115,6 +115,11 @@
|
||||
<label for="brand" class="form-label fw-semibold">Marca</label>
|
||||
<input type="text" id="brand" name="brand" class="form-control" value="<?= htmlspecialchars($line['brand']) ?>">
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="color" class="form-label fw-semibold">Colore Linea</label>
|
||||
<input type="color" id="color" name="color" class="form-control form-control-color"
|
||||
value="<?= htmlspecialchars($line['color'] ?? '#dc2626') ?>">
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label for="status" class="form-label fw-semibold">Stato</label>
|
||||
|
||||
Reference in New Issue
Block a user