mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-17 00:01:06 +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",
|
"Clean_up_Logs": "Clean up Logs",
|
||||||
"ID": "ID",
|
"ID": "ID",
|
||||||
"Date_Sent": "Date Sent",
|
"Date_Sent": "Date Sent",
|
||||||
|
"Plan_Not_found": "Plan Not found",
|
||||||
|
"Sales": "Sales",
|
||||||
|
"Finish": "Finish",
|
||||||
"Notification_Message": "Notification Message",
|
"Notification_Message": "Notification Message",
|
||||||
"Share": "Share",
|
"Share": "Share",
|
||||||
"Previous": "Previous",
|
"Previous": "Previous",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<div class="panel-heading">{$in['invoice']}</div>
|
<div class="panel-heading">{$in['invoice']}</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
{if !empty($logo)}
|
{if !empty($logo)}
|
||||||
<center><img src="{$app_url}/{$logo}?"></center>
|
<center><img src="{$app_url}/{$logo}?" class="img-responsive"></center>
|
||||||
{/if}
|
{/if}
|
||||||
<form class="form-horizontal" method="post" action="{Text::url('')}plan/print" target="_blank">
|
<form class="form-horizontal" method="post" action="{Text::url('')}plan/print" target="_blank">
|
||||||
<pre id="content"
|
<pre id="content"
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<div class="panel-heading">{$in['invoice']}</div>
|
<div class="panel-heading">{$in['invoice']}</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
{if !empty($logo)}
|
{if !empty($logo)}
|
||||||
<center><img src="{$app_url}/{$logo}"></center>
|
<center><img src="{$app_url}/{$logo}" class="img-responsive"></center>
|
||||||
{/if}
|
{/if}
|
||||||
<form class="form-horizontal" method="post" action="{Text::url('plan/print')}" target="_blank">
|
<form class="form-horizontal" method="post" action="{Text::url('plan/print')}" target="_blank">
|
||||||
<pre id="content"
|
<pre id="content"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue