mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Settings UI Tocuh ups
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
<?php include("settings-nav.php"); ?>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header bg-dark text-white">
|
||||
<h6 class="float-left mt-1"><i class="fa fa-fw fa-file mr-2"></i>Invoice/Quotes Settings</h6>
|
||||
<div class="card card-dark">
|
||||
<div class="card-header">
|
||||
<h3 class="card-title"><i class="fa fa-fw fa-file"></i> Invoice/Quote Settings</h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form class="p-3" action="post.php" method="post" autocomplete="off">
|
||||
<form action="post.php" method="post" autocomplete="off">
|
||||
|
||||
<legend>Invoices</legend>
|
||||
<legend>Invoice</legend>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Invoice Prefix</label>
|
||||
@@ -36,7 +36,7 @@
|
||||
<textarea class="form-control" rows="4" name="config_invoice_footer"><?php echo $config_invoice_footer; ?></textarea>
|
||||
</div>
|
||||
|
||||
<legend>Quotes</legend>
|
||||
<legend>Quote</legend>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Quote Prefix</label>
|
||||
@@ -64,6 +64,7 @@
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
<button type="submit" name="edit_invoice_quote_settings" class="btn btn-primary">Save</button>
|
||||
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user