Like any page, you can add TMPL_VAR's to the template, and add to the script that populates it. It sounds like you should refer to the HTML::Template perldoc to see how it operates.<br><br>The XSL solution is a lot slicker if you can manage it, but that only applies for the OPAC (when enabled). <br>
<br>I'm not sure what approach you are taking by copying prog, but then using a "second database" on it. Copying prog is pretty drastic and is sure to cut off your developments from mainline updates. If you use git to control your code, then you wouldn't need to copy everything (since you could always revert to the mainline version if it got messed up), and you could still pull down updates. <br>
<br>--Joe<br><br><div class="gmail_quote">On Fri, Feb 20, 2009 at 12:46 PM, Doug Dearden <span dir="ltr"><<a href="mailto:dearden@sarsf.org">dearden@sarsf.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ah, OK. I have multiple databases and have turned on the xsl option on one of them and used it to customize how the clickable links appear, as that database is cataloging on-line resources. I ran into trouble turning on xsl for the other databases, as the "prog" directory is hard coded in many places in the code, and copying the file structure over to a new directory and pointing a second database at that structure didn't work, too many things still fetched from "prog". Because of that I left the xsl option off on the main catalog DB.<br>
<br>
So is the answer to my question that the customization for this occurs at the Perl template level? Or is there some other place in the Admin that I can add other fields to the Title line in the Normal View?<br>
<br>
Thanks,<br>
<br>
Doug<br>
<br>
>>> Nicole Engard <<a href="mailto:nicole.engard@liblime.com">nicole.engard@liblime.com</a>> 2/20/2009 9:14 AM >>><br>
<div><div></div><div class="Wj3C7c">The screenshots in the manual are probably different because some were<br>
taken with XSL on and others with it off. There are two system<br>
preferences that control this and can be found here:<br>
<a href="https://sites.google.com/a/liblime.com/koha-manual/Home/Table-of-Contents/administration/Global-Preferences/Global-Preferences--OPAC" target="_blank">https://sites.google.com/a/liblime.com/koha-manual/Home/Table-of-Contents/administration/Global-Preferences/Global-Preferences--OPAC</a><br>
<br>
---<br>
<br>
Nicole C. Engard<br>
Open Source Evangelist, LibLime<br>
(888) Koha ILS (564-2457) ext. 714<br>
<a href="mailto:nce@liblime.com">nce@liblime.com</a><br>
AIM/Y!/Skype: nengard<br>
<br>
<a href="http://liblime.com" target="_blank">http://liblime.com</a><br>
<a href="http://blogs.liblime.com/open-sesame/" target="_blank">http://blogs.liblime.com/open-sesame/</a><br>
<br>
<br>
<br>
On Fri, Feb 20, 2009 at 11:06 AM, Doug Dearden <<a href="mailto:dearden@sarsf.org">dearden@sarsf.org</a>> wrote:<br>
> Hello all,<br>
><br>
> I am trying to figure out if there is an easy way to add to the fields that appear in the Normal view of the OPAC and the Staff Client. Specifically, we currently see the 245$a field as the Title in the search results and detail view page. Is there a way in the Admin screens to change the display so the 245$b subfield is appended to the 245$a subfield, and display both as the Title? I thought this would be customizable from within the frameworks, but I don't seem to be having any luck. Looking at the doc on this page: <a href="https://sites.google.com/a/liblime.com/koha-manual/Home/Table-of-Contents/opac/opac-details-page" target="_blank">https://sites.google.com/a/liblime.com/koha-manual/Home/Table-of-Contents/opac/opac-details-page</a> the samples show titles with two different formats, one of which appears to be displaying info that is normally in the 245$b field.<br>
><br>
> Is this customization that takes place at the Perl template level? Or is there something I am missing in the Admin?<br>
><br>
> Thanks,<br>
><br>
> Doug<br>
><br>
> _______________________________________________<br>
> Koha mailing list<br>
> <a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
> <a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
><br>
<br>
<br>
_______________________________________________<br>
Koha mailing list<br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
</div></div></blockquote></div><br>