Hi, I'm setting up a Koha 3.0 system and I would like to make some changes to what displays on the details screen. First, I would like to remove the 'Search for this title in:' section. I tried editing the opac-details.tmpl template, but that didn't work. What do I need to do to remove this section? Also, I would like to have the MARC 099 field display on the details screen. How would I do that? Thanks. //SIGNED// PERRY OTIS Systems Librarian Muir S. Fairchild Research Information Center DSN 493-6498 Comm 334-953-8081
First, I would like to remove the ‘Search for this title in:’ section. I tried editing the opac-details.tmpl template, but that didn’t work.
It should have. Editing the template is an option if you're willing to track those edits through subsequent upgrades. A better solution would be to use JavaScript or CSS to hide the section without editing the template. If I knew exactly what version you were using I could tell you how to do that. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
I'm using 3.0.2. //SIGNED// PERRY OTIS Systems Librarian Muir S. Fairchild Research Information Center DSN 493-6498 Comm 334-953-8081 -----Original Message----- From: Owen Leonard [mailto:oleonard@myacpl.org] Sent: Friday, March 05, 2010 11:44 AM To: Otis, Perry W Civ USAF AETC AUL/LTIA Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] Changing the OPAC details screen
First, I would like to remove the 'Search for this title in:' section. I tried editing the opac-details.tmpl template, but that didn't work.
It should have. Editing the template is an option if you're willing to track those edits through subsequent upgrades. A better solution would be to use JavaScript or CSS to hide the section without editing the template. If I knew exactly what version you were using I could tell you how to do that. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
First, I would like to remove the 'Search for this title in:' section. I tried editing the opac-details.tmpl template, but that didn't work.
I'm using 3.0.2.
Okay, so you have a box on your detail page that lists the additional search options? (It's a menu in later versions). Add this to your OPACUserCSS system preference: #further { display:none; } That will hide it. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
Le 05/03/2010 18:43, Owen Leonard a écrit :
First, I would like to remove the ‘Search for this title in:’ section. I tried editing the opac-details.tmpl template, but that didn’t work.
It should have.
it should have... if you use english templates. (dunno if it's where comes your problem, just in case) -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08
Turns out I'm using the en-NZ templates for some reason. //SIGNED// PERRY OTIS Systems Librarian Muir S. Fairchild Research Information Center DSN 493-6498 Comm 334-953-8081 -----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of Paul Poulain Sent: Tuesday, March 09, 2010 5:14 AM To: koha@lists.katipo.co.nz Subject: Re: [Koha] Changing the OPAC details screen Le 05/03/2010 18:43, Owen Leonard a écrit :
First, I would like to remove the 'Search for this title in:' section. I tried editing the opac-details.tmpl template, but that didn't work.
It should have.
it should have... if you use english templates. (dunno if it's where comes your problem, just in case) -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08 _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Otis, Perry W Civ USAF AETC AUL/LTIA -
Owen Leonard -
Paul Poulain