UI reworking on modal import assets

This commit is contained in:
johnnyq
2022-01-21 12:47:59 -05:00
parent e277289ed6
commit 08529ba193
+4 -2
View File
@@ -11,10 +11,12 @@
<input type="hidden" name="client_id" value="<?php echo $client_id; ?>"> <input type="hidden" name="client_id" value="<?php echo $client_id; ?>">
<div class="modal-body bg-white"> <div class="modal-body bg-white">
<p><strong>Format CSV file with headings & data:</strong><br>Name, Type, Make, Model, Serial, OS</p> <p><strong>Format CSV file with headings & data:</strong><br>Name, Type, Make, Model, Serial, OS</p>
<p>Download <a href="post.php?download_client_assets_csv_template=<?php echo $client_id; ?>">sample CSV template</a></p> <hr>
<div class="form-group"> <div class="form-group my-4">
<input type="file" class="form-control-file" name="file" accept=".csv"> <input type="file" class="form-control-file" name="file" accept=".csv">
</div> </div>
<hr>
<div>Download <a href="post.php?download_client_assets_csv_template=<?php echo $client_id; ?>">sample CSV template</a></div>
</div> </div>
<div class="modal-footer bg-white"> <div class="modal-footer bg-white">
<button type="submit" name="import_client_assets_csv" class="btn btn-primary">Upload</button> <button type="submit" name="import_client_assets_csv" class="btn btn-primary">Upload</button>