Quote:
Originally Posted by eVrajka
Thanks for you work, it's very important project.
I tried to customize the web interface , but unfortunately I can not find opportunities to do so. I did some sketches, tell me please how I can implement it.
|
You would change the smarty template for the category or categories that you want to appear as a table.
Getting the information for the currently selected book is probably best done using AJAX, but that will be a significant change. AJAX isn't used anywhere in the server. To add it, you will need to add a new module that supplies metadata for specific books, and then write the javascript that uses the module.
Good luck with your development.