mirror of https://github.com/itflow-org/itflow
rm desc field; we don't store the description, the file name is enough because we know it's already related to the quote
This commit is contained in:
parent
04226101af
commit
571ed4818e
|
|
@ -12,16 +12,6 @@
|
|||
<input type="hidden" name="url_key" value="<?php echo $url_key; ?>">
|
||||
<div class="modal-body bg-white">
|
||||
|
||||
<div class="form-group">
|
||||
<label>Description</label>
|
||||
<div class="input-group">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-angle-right"></i></span>
|
||||
</div>
|
||||
<input type="text" class="form-control" name="description" maxlength="250" placeholder="Description of the file">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<input type="file" class="form-control-file" name="file[]" id="fileInput" accept=".pdf">
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue