mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-03-11 16:50:09 +01:00
Fix minore
This commit is contained in:
parent
a0a0f01c3e
commit
37e99d0777
@ -10,11 +10,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return '
|
return '
|
||||||
<div class="row" >
|
<div class="row" style="'.((!empty($settings['header-font-size'])) ? "font-size:".($settings['header-font-size'])."px;" : "").'" >
|
||||||
<div class="col-xs-6">
|
<div class="col-xs-6">
|
||||||
<img src="$logo$" alt="Logo" border="0"/>
|
<img src="$logo$" alt="Logo" border="0"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-6 text-right style="'.((!empty($settings['header-font-size'])) ? "font-size:".($settings['header-font-size'])."px;" : "").'" ">
|
<div class="col-xs-6 text-right" >
|
||||||
<p><b>'.$f_ragionesociale.'</b></p>
|
<p><b>'.$f_ragionesociale.'</b></p>
|
||||||
<p>'.$f_indirizzo.'</p>
|
<p>'.$f_indirizzo.'</p>
|
||||||
<p>'.$f_citta_full.'</p>
|
<p>'.$f_citta_full.'</p>
|
||||||
|
@ -12,7 +12,7 @@ $settings = [
|
|||||||
],
|
],
|
||||||
'header-height' => 35,
|
'header-height' => 35,
|
||||||
'footer-height' => 5,
|
'footer-height' => 5,
|
||||||
'header-font-size' => 8,
|
'header-font-size' => 12,
|
||||||
];
|
];
|
||||||
|
|
||||||
return $settings;
|
return $settings;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user