[Koha-bugs] [Bug 8204] Authority viewer in OPAC ugly, unfriendly, and mostly useless

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jul 1 22:19:38 CEST 2012


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

--- Comment #7 from Chris Cormack <chris at bigballofwax.co.nz> ---
commit 0923e96cb4a9684db7c777866e9c822522f49a72
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Fri Jun 29 17:17:47 2012 +0200

    Revert "Bug 7444: Update circ/circulation.pl to use KohaDates TT Plugin"

    This reverts commit 186cfa5cb00a1c0ee7f0e4512a5f319299bb6412.


Yep definitely on master.

and koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt

links to 
 <a href="opac-authoritiesdetail.pl?authid=[% resul.authid %]">

And in there i can see the change, 
 template_name   => $show_marc ? "opac-auth-MARCdetail.tt" :
"opac-auth-detail.tt",

But I am still getting 
Template process failed: file error -
/home/christopher/git/koha/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiesdetail.tt:
not found at /home/christopher/git/koha/C4/Templates.pm line 127.

But I note
ls koha-tmpl/opac-tmpl/prog/en/modules/opac-auth* 
koha-tmpl/opac-tmpl/prog/en/modules/opac-auth-MARCdetail.tt
koha-tmpl/opac-tmpl/prog/en/modules/opac-authorities-home.tt
koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt
koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt

http://git.koha-community.org/gitweb/?p=koha.git;a=tree;f=koha-tmpl/opac-tmpl/prog/en/modules;h=5330fbfa93f85233cebf2b7ceed1cc495b0ff4b3;hb=0923e96cb4a9684db7c777866e9c822522f49a72

That file does not exist, perhaps thats why its falling back. Am I going blind
or does opac-auth-detail.tt really not exist in master?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list