mirror of https://github.com/itflow-org/itflow
Add input item to allow changing company photo/image
This commit is contained in:
parent
9e813be823
commit
bd93e0af77
|
|
@ -49,6 +49,10 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<input type="file" class="form-control-file" name="file">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="tab-pane fade" id="pills-address<?php echo $company_id; ?>">
|
||||
|
|
|
|||
Loading…
Reference in New Issue