Like any page, you can add TMPL_VAR&#39;s to the template, and add to the script that populates it.&nbsp; 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).&nbsp; <br>
<br>I&#39;m not sure what approach you are taking by copying prog, but then using a &quot;second database&quot; on it.&nbsp; Copying prog is pretty drastic and is sure to cut off your developments from mainline updates.&nbsp; If you use git to control your code, then you wouldn&#39;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.&nbsp; <br>
<br>--Joe<br><br><div class="gmail_quote">On Fri, Feb 20, 2009 at 12:46 PM, Doug Dearden <span dir="ltr">&lt;<a href="mailto:dearden@sarsf.org">dearden@sarsf.org</a>&gt;</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. &nbsp;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. &nbsp;I ran into trouble turning on xsl for the other databases, as the &quot;prog&quot; 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&#39;t work, too many things still fetched from &quot;prog&quot;. &nbsp;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? &nbsp;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>
&gt;&gt;&gt; Nicole Engard &lt;<a href="mailto:nicole.engard@liblime.com">nicole.engard@liblime.com</a>&gt; 2/20/2009 9:14 AM &gt;&gt;&gt;<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. &nbsp;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 &lt;<a href="mailto:dearden@sarsf.org">dearden@sarsf.org</a>&gt; wrote:<br>
&gt; Hello all,<br>
&gt;<br>
&gt; 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. &nbsp;Specifically, we currently see the 245$a field as the Title in the search results and detail view page. &nbsp;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? &nbsp;I thought this would be customizable from within the frameworks, but I don&#39;t seem to be having any luck. &nbsp;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>

&gt;<br>
&gt; Is this customization that takes place at the Perl template level? &nbsp;Or is there something I am missing in the Admin?<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Doug<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Koha mailing list<br>
&gt; <a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
&gt; <a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
&gt;<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>