Moved Company Logo from General to Company settings Tab

This commit is contained in:
johnny@pittpc.com
2020-09-25 16:45:55 -04:00
parent b76c4d8531
commit 0255e400ed
3 changed files with 29 additions and 29 deletions

View File

@@ -7,7 +7,7 @@
<h6 class="float-left mt-1"><i class="fa fa-cog mr-2"></i>General Settings</h6>
</div>
<div class="card-body">
<form class="p-3" action="post.php" method="post" enctype="multipart/form-data" autocomplete="off">
<form class="p-3" action="post.php" method="post" autocomplete="off">
<div class="form-group">
<label>API Key</label>
@@ -40,18 +40,6 @@
</div>
<small class="form-text text-muted">This is used by cron to send the correct url for invoice guest views</small>
</div>
<div class="form-group mb-4">
<label>Logo</label>
<input type="file" class="form-control-file" name="file">
</div>
<div class="card col-md-2">
<div class="card-body">
<img class="img-fluid" src="<?php echo $config_invoice_logo; ?>">
</div>
</div>
<hr>