mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-02 17:24:41 +02:00
fix image invoice
This commit is contained in:
parent
0a29ec9a86
commit
3e90510c97
3 changed files with 5 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue