[Koha-bugs] [Bug 5082] New: Not translatable name of default framework 'Default' in MARCdetail.tmpl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 3 12:36:13 CEST 2010


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5082

           Summary: Not translatable name of default framework 'Default'
                    in MARCdetail.tmpl
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Templates
        AssignedTo: oleonard at myacpl.org
        ReportedBy: dubyk at library.lviv.ua
         QAContact: koha-bugs at lists.koha-community.org
   Estimated Hours: 0.0


In MARCdetail.tmpl is present simple markup

<!--TMPL_VAR Name="framework" -->

and this value readed by MARCdetail.pl from table `biblio_framework`

but for default framework I see next code in MARCdetail.pl

my $curfwk;
push @select_fwk, "Default";
$select_fwk{"Default"} = "Default";

and this not translatable

In addbiblio.tmpl "Default" is present and translatable.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Koha-bugs mailing list