customize print preview - add logo Page 1

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
facos79
Veteran Member
Posts: 119
Joined: 2014-10-29 12:31

customize print preview - add logo Page 1

Post by facos79 » 2015-12-03 13:16

Hello,
I need to change the layout of the print preview. I must add my logo at the top of the page preview.
What are the files that I need to change? How can I do to put the code in html pages (I know most of the html php)?

Thank you.

Greetings

________


Ciao,
ho necessità di modificare il layout delle anteprima di stampa. Devo aggiungere il mio logo in alto alla pagina di anteprima.
Quali sono i file che devo modificare? Come posso fare ad inserire il codice in pagine html (conosco di più l'html che il php) ?

Vi ringrazio.

Saluti

peebee
AppGini Super Hero
AppGini Super Hero
Posts: 356
Joined: 2013-03-21 04:37

Re: customize print preview - add logo Page 1

Post by peebee » 2015-12-04 02:30

Have a look for all of the files ending in _templateDVP.html in the generated /templates folder (i.e.: yourtablename_templateDVP.html)

facos79
Veteran Member
Posts: 119
Joined: 2014-10-29 12:31

Re: customize print preview - add logo Page 1

Post by facos79 » 2015-12-05 12:26

Grazie :)

Post Reply