fix image invoice

This commit is contained in:
iBNu Maksum 2025-04-16 15:17:19 +07:00
parent 0a29ec9a86
commit 3e90510c97
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
3 changed files with 5 additions and 2 deletions

View file

@ -382,6 +382,9 @@
"Clean_up_Logs": "Clean up Logs",
"ID": "ID",
"Date_Sent": "Date Sent",
"Plan_Not_found": "Plan Not found",
"Sales": "Sales",
"Finish": "Finish",
"Notification_Message": "Notification Message",
"Share": "Share",
"Previous": "Previous",

View file

@ -6,7 +6,7 @@
<div class="panel-heading">{$in['invoice']}</div>
<div class="panel-body">
{if !empty($logo)}
<center><img src="{$app_url}/{$logo}?"></center>
<center><img src="{$app_url}/{$logo}?" class="img-responsive"></center>
{/if}
<form class="form-horizontal" method="post" action="{Text::url('')}plan/print" target="_blank">
<pre id="content"

View file

@ -10,7 +10,7 @@
<div class="panel-heading">{$in['invoice']}</div>
<div class="panel-body">
{if !empty($logo)}
<center><img src="{$app_url}/{$logo}"></center>
<center><img src="{$app_url}/{$logo}" class="img-responsive"></center>
{/if}
<form class="form-horizontal" method="post" action="{Text::url('plan/print')}" target="_blank">
<pre id="content"