mirror of https://github.com/itflow-org/itflow
Fixed Centering footer for Guest viewing invoices and quotes
This commit is contained in:
parent
13ebb6c627
commit
cb20894fc0
|
|
@ -281,7 +281,7 @@ $sql_invoice_items = mysqli_query($mysqli, "SELECT * FROM invoice_items WHERE it
|
|||
|
||||
<hr class="mt-5">
|
||||
|
||||
<div style="text-center"><?php echo nl2br($config_invoice_footer); ?></div>
|
||||
<div class="text-center"><?php echo nl2br($config_invoice_footer); ?></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -257,7 +257,7 @@ if ($quote_status == "Draft" || $quote_status == "Sent" || $quote_status == "Vie
|
|||
|
||||
<hr class="mt-5">
|
||||
|
||||
<div style="text-center"><?php echo nl2br($config_quote_footer); ?></div>
|
||||
<div class="text-center"><?php echo nl2br($config_quote_footer); ?></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue