MRafiq a écrit :
Thanks Kyle for your great help. I really appreciate.
I have changed the template. However there is an other problem.
In npl template (Koha Intranet interface) the MARC View of a catalog/ biblio record is ok. I mean all details are visible on a single page. But in default template, that I want to use, MARC View (Complete View) does not show all details in a single page. I have to click 0, 1, 2, 3, 4, 5, and Items buttons one by one to get the details of biblio record.
How can I solve this issue. Thanking you in anticipation for any sort of help and guidance.
Regards.
Rafiq
Hi, you can partly solve this problem by putting all the information on a single tab. In biblio frameworks, set all tabs to 1 or 0. this can be done through SQL : UPDATE marc_subfield_structure SET tab=0 where tab<10 and tab>=0 But items informations would still be in a tab. -- Henri-Damien