[Koha-bugs] [Bug 2096] Label sources for OPAC descriptions

bugzilla-daemon at liblime.com bugzilla-daemon at liblime.com
Fri Jul 3 21:13:23 CEST 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2096





--- Comment #5 from Owen Leonard <oleonard at myacpl.org>  2009-07-03 19:13:23 ---
If you're just looking at the template, there's not way to differentiate
between the data from various tags. It's all put together on the back end. The
best you can do is label it as coming from the bibliographic record rather
than, say, Amazon:

<!-- TMPL_IF name="MARCNOTES" -->
        <h4>Notes from the bibliographic record:</h4>
    <!-- TMPL_LOOP NAME="MARCNOTES" -->
    <p><!-- TMPL_VAR NAME="marcnote" --></p>
    <!-- /TMPL_LOOP -->
<!-- TMPL_ELSE -->
    <!-- TMPL_IF name="notes" -->
                <h4>Notes from the bibliographic record:</h4>
        <p><!-- TMPL_VAR NAME="notes" --></p>
    <!-- /TMPL_IF -->
<!-- /TMPL_IF -->

I don't know if that's enough of an improvement to make it worth a patch.


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list