koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Koha-devel] Patch for Koha 2.2.0RC2


From: Paul POULAIN
Subject: Re: [Koha-devel] Patch for Koha 2.2.0RC2
Date: Mon Nov 22 07:58:03 2004
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.2) Gecko/20040804

Andrés Tarallo a écrit :

A while ago I've submited a patch for Opac-detail and Opac-isbdetaail. Ilve looked that Paul made changes in ISBDdetail that make my patch unnecesary. However this patch is still needed. Our librarians find that this small things are annoying (missing labels), and we want to have them in our side (not against koha).

Andres

------------------------------------------------------------------------

--- opac-detail.pl.original     2004-11-22 10:44:45.961235720 -0300
+++ opac-detail.pl      2004-11-22 10:45:42.784597256 -0300
@@ -21,6 +21,8 @@

my $biblionumber=$query->param('bib');
$template->param(biblionumber => $biblionumber);
+# 2004-11-22 A. Tarallo The Subject was missing.
+$template->param(subject => "");
I don't understand what it does : it just hide (in opac-main.tmpl) the :
<!-- TMPL_IF name="subject" --><b>Subject:</b><!-- /TMPL_IF -->

So I think it's better to change this line into
<!-- TMPL_IF name="subjects" --><b>Subject(s):</b><!-- /TMPL_IF -->
to have "Subject(s): " before the subjects when there is at least one.

Your opinion ?

--
Paul POULAIN
Consultant indépendant en logiciels libres
responsable francophone de koha (SIGB libre http://www.koha-fr.org)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]